Using Micro ROS over serial link?
I'm new to Micro ROS. I want to use it with STM32 to connect to Foxy on Ubunto 20.
My understanding is I need to have an IP network connection from STM32 to Linux. The typical STM32 chip has SPI, I2C, USB, and Async serial. It requires a larger development board to get Ethernet or WiFi.
Is there a way to configure DDS-XRCE to use a point-to-point serial link?
Yes, I know I could simply use ROS-Serial on the STM32 and then the ROS1-ROS2 bridge on the Linux system. But that means not using micro-ROS at all.
(I have no preference for which RTOS is used, whichever solves the problem.)