ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Unable to sync with device;

asked 2022-04-20 00:25:51 -0500

ahmet gravatar image

updated 2022-04-20 00:30:07 -0500

I want to try connection computer and arduino by rosserial but i get error,what should i do?

rosrun rosserial_python serial_node.py _port:=/dev/ttyUSB0

[INFO] [1650442585.954136]: ROS Serial Python Node

[INFO] [1650442585.962765]: Connecting to /dev/ttyUSB0 at 57600 baud

[INFO] [1650442588.071993]: Requesting topics...

[ERROR] [1650442618.082675]: Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-04-20 04:50:41 -0500

Armin Wolf gravatar image

First, check that the baudrate is the same on the arduino and the computer. If thats the case, then check if your rosserial protocol version (noetic, melodic, ...) matches the protocol version used by the arduino. Also check if the arduino is indeed connected to /dev/ttyUSB0. If everything is correctly set up, then maybe the software on the arduino is buggy.

edit flag offensive delete link more

Comments

arduino code could be broken

ahmet gravatar image ahmet  ( 2022-04-20 04:57:14 -0500 )edit

thanks for help

ahmet gravatar image ahmet  ( 2022-04-20 04:57:37 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2022-04-20 00:25:51 -0500

Seen: 310 times

Last updated: Apr 20 '22