Main controller of the Robo Quality project. This should controll all the services via the clients of the sumodules.
Main controller of the Robo Quality project. This should controll all the services via the clients of the sumodules.
Also all common conversions from ROS2 interfaces to Python and Disk are included.
Also all common conversions from ROS2 interfaces to Python and Disk are included.
# Example Workflow
# Example: Workflow
In this example all service nodes are started as `echo´s` (dummies). The workflow class connects to the standard services and calls them. The main idea is to replaces the service calls with "real" implemenataions / functionalities but keep the client calls for the workflow the same to keep testing and integrating easy independet of the systems.
In this example all service nodes are started as `echo´s` (dummies). The workflow class connects to the standard services and calls them. The main idea is to replaces the service calls with "real" implemenataions / functionalities but keep the client calls for the workflow the same to keep testing and integrating easy independet of the systems.
...
@@ -28,7 +28,6 @@ The following script can be found [here](https://mygit.th-deg.de/roboct/robo_qua
...
@@ -28,7 +28,6 @@ The following script can be found [here](https://mygit.th-deg.de/roboct/robo_qua
All individual nodes can be used alone and must not be used as the workflow is intended. In the following example the service node are started in the following configuration: