ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hello @bvaningen, both approaches will provide you the same micro-ROS API. The idea of having multiple approaches (Arduino, RTOS, STM32Cube...) is intended to ease the integration of micro-ROS in the platform where the developer is used to work.

In general using the RTOS approach will allow you to use the RTOS functionality and drivers, for example in Zephyr you have a bunch of drivers ready to be used.

Let us know if you have any problems using the library. Thanks!