ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
micro-ROS do not provide a thread concept. It only provides support for being thread-safe using the system directives provided by the underlying RTOS.
So, I guess that you need to use a threading approach with an RTOS (or other solution) and then use micro-ROS accordingly.