You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] [1524089506.982801]: Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino
#616
Open
FlynnDowey opened this issue
Mar 20, 2023
· 5 comments
Trying to debug this error that I am getting from https://wiki.ros.org/rosserial_arduino/Tutorials/Hello%20World. I have attempted several suggestions from the web but none have worked. I am using an Arduino Leonardo and the version of ros is noetic.
Note the following solutions have not worked:
changing the baud rate
modifying SerialClient.py and node_handle.h
reinstalling rosserial and ros_lib
The error message comes after uploading the HelloWorld example to the Arduino and executing rosrun rosserial_python serial_node.py /dev/ttyACM0.
The text was updated successfully, but these errors were encountered:
Most cases report an error like this and i don't know how to solve:
[INFO] [1683650864.691406]: Requesting topics...
[ERROR] [1683650879.695435]: Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino
Just solved it. Got nothing to do with version mismatch. ros.h has some funky defaults (see #354 (comment))
My solution: modify ros.h in lib/ros_lib/ for my hardware to use correct header and thus not try tcp but serial.... (for my full rant see: #398 (comment))
Trying to debug this error that I am getting from https://wiki.ros.org/rosserial_arduino/Tutorials/Hello%20World. I have attempted several suggestions from the web but none have worked. I am using an Arduino Leonardo and the version of ros is noetic.
Note the following solutions have not worked:
The error message comes after uploading the HelloWorld example to the Arduino and executing rosrun rosserial_python serial_node.py /dev/ttyACM0.
The text was updated successfully, but these errors were encountered: