ROS 2 on embedded platform

I had a look at the different ros2_embedded_* variants a while back. IMHO nuttx seems much more promising compared to mbed(-OS) as it is POSIX compliant, not geared towards IoT, and even tries to be compatible with many Linux APIs. Different STM32 variants are well supported by nuttx already. However, you might need to create a board config for your eval board.

https://github.com/ros2/ros2_embedded_nuttx

1 Like