Nucleo Board F746ZG, USART connection with ROS, issue: Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino
My Demo I need to establish a USART connection between my board and ROS1. The python code I run in ROS environment is in the package "rosserial_python" and it is called "serial_node.py". I followed this guide ( https://www.youtube.com/watch?v=cq0HmKrIOt8 ) which worked on F401RE only, but not on the F746ZG. Every time subscribers/publishers cannot work since the following error appears:
Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino
The package is this https://github.com/yoneken/rosserial_stm32
Thank you for your time and kindness!
