ROS serial for STM32 mcu
Deploy to board "STM32F746 Nucleo"
-
Open and build source with STM32CubeIDE
-
On your computer start roscore and rosserial_python:
- Terminal 1
$ roscore
- Terminal 2
$ rosrun rosserial_python serial_node.py _port:=/dev/ttyACM0 _baud:=115200
- Terminal 3
$ rostopic list
/chatter
/diagnostics
/rosout
/rosout_agg
$ rostopic echo /chatter
data: "Welcome to ROS Serial for STM32f7 series"