Skip to content

Latest commit

 

History

History
106 lines (72 loc) · 10.8 KB

README.md

File metadata and controls

106 lines (72 loc) · 10.8 KB

COBITT ROSE-AP

The COBITT ROSE-AP facilitates a dynamic and agile manufacturing process, supported by FIWARE, digital, and robotized infrastructure. In particular, it supports a fully automated and agile process that involves the management, use, coordination, and monitoring of multiple ROS2 robotic systems, CNC machines, and IoT devices.The main innovation/contribution of this ROSE-AP to the FIWARE community lies in the development of a new IoT Agent that allows for connecting multiple ROS2 robotic systems simultaneously, using the IoT Agent nodelib and the rclnode.js library.

This project is part of DIH^2. For more information check the RAMP Catalogue entry for the components.

📚 Documentation 🐳 Docker Hub 📺 Step by Step 📃 Datasets

Contents

Background

Use Case Description

COBITT aims to support companies that manufacture multi-layered composite and synthetic-material products, through laminate stacking and forming processes, by catering to a fully automated and agile manufacturing process. More precisely, it facilitates the optimal co-operation of heterogeneous machines and the FIWARE modules for interoperability, with the aim of achieving order completion.

These machines primarily include: Transportation Robotic Platforms that transport material and waste fabric material between factory workstations and designated factory areas; different types of CNC machines (e.g., 3-axis cartesian robotic laser cutter with integrated pick and place robotic end-effector for precise cutting and stacking of the fabric material, 5-axis cartesian robotic laser cutter/router for precise shape cutting and trimming).

Proposed Solution

  • Seamless connection/communication between multiple heterogeneous devices (ROS2, IoT, CNC).
  • Efficient management of factory operations via a user-friendly and intuitive Web interface.
  • Real-time monitoring of the performance, availability and quality of factory workstations.

The architecture of the COBITT solution is illustrated below:

thumbnail_Picture 1

The solution comprises the following components:

COBITT-WEB-APP: an ASP.NET CORE WEB Application that provides an interface for creating services, subscriptions and devices connected to the ORION Context Broker via an IoT Agent. It allows for managing all IoT and ROS 2 devices, manually interacting with them (e.g., options to Start and Stop.), and automatically creating a new job workflow.

COBITT-SQL-DB: a custom MSSQL database to hold all information on the orders placed (success/error information), the current state of the devices, the manual operation states, and all the KPIs tracked during operation.

RAMP Dashboards (Superset): customizable dashboards for running data analytics and pulling up metrics that make sense of the data collected. The dashboards are used to monitor the real-time operation of the COBITT ROSE-AP, its overall performance over time, and in particular the Performance, Availability and Quality KPIs set.

FIWARE-ORION-CONTEXT-BROKER: an NGSIv2 server implementation for managing the entire lifecycle of context information including updates, queries, registrations, and subscriptions.

FIWARE-IoT-AGENT: a bridge that is used to communicate with the two (2) IoT devices, as well as the two (2) ROS 2 devices of the COBITT factory, through a simple JSON protocol and the ORION Context Broker. This protocol is based on simple single level JSON Objects codifying (attribute, value) pairs.

  • To integrate the FIWARE IoT Agent for JSON with ROS 2 devices, a new ROS 2 Transport Binding has been implemented. This topic-based integration is realized using the rclnodejs library (i.e., the ROS 2 client for JavaScript) by creating a ROS 2 node that then joins the rest of the ROS 2 nodes, which interact with each other using topics.

MONGO-DB: a database that is used by the ORION Context Broker to hold context data information such as data entities, subscriptions and registrations, as well as the IoT Agent to hold device information such as device URLs and Keys.

MYSQL-DB: a container that hosts the MySQL server, which is used to store historical data provided by FIWARE-CYGNUS. All information passed through the ORION Context Broker over time is stored in this MySQL Database.

FIWARE-CYGNUS: the connector in charge of persisting the aforementioned data in MYSQL-DB to create a historical view of the data.

Install

Information about how to install the COBITT ROSE-AP can be found at the corresponding section of the Installation Guide.

Usage

It is recommended to start with the Step by Step tutorial.

Getting started

It is recommended to start with the Step by Step tutorial.

For more guidelines use this video tutorial.

API

A simple API guide can be found here.

License

Mobile Devices Laboratory