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.
\ No newline at end of file
Also all common conversions from ROS2 interfaces to Python and Disk are included.
# 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.
The following script can be found [here](https://mygit.th-deg.de/roboct/robo_quality/rq_controller/-/blob/main/rq_controller/rq_workflow.py?ref_type=heads#L80). Source ROS 2 in a second console: