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

Possible software missmatch (Arduino Uno)

asked 2015-10-28 19:07:29 -0500

drzippiz gravatar image

When trying to run the rosserial tutorials (blink for example: [ http://wiki.ros.org/rosserial_arduino... ]) I receive the following error:

$ rosrun rosserial_python serial_node.py /dev/ttyACM1
[INFO] [WallTime: 1446076253.296082] ROS Serial Python Node
[INFO] [WallTime: 1446076253.301507] Connecting to /dev/ttyACM1 at 57600 baud
[ERROR] [WallTime: 1446076270.407976] Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino

I have updated rosserial to the indigo version (which I run) using the zip file availible through github [ https://github.com/ros-drivers/rosser... ], regenerated the libraries, and retested in accordance with this very similar problem's solution [ http://answers.ros.org/question/19620... ]. However, the problem persists.

Any ideas as to what I should try next? Any suggestions are appreciated!

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
0

answered 2015-11-04 17:19:29 -0500

drzippiz gravatar image

We ran a full set of system updates for our ROS using laptop, and the problem disappeared.

edit flag offensive delete link more
0

answered 2016-06-23 04:58:39 -0500

Tones gravatar image

Maybe me answer here can help you: http://answers.ros.org/question/21087...

edit flag offensive delete link more
1

answered 2015-10-29 10:29:52 -0500

David L-B gravatar image

I have come across the same issue. For me, the problem was due to the use of software serial library. I changed my Uno for a Mega and used one of the hardware serial channels.

After that, we have seen the problem surface arise here and there. Normally, simply reuploading the code solved our issue. If not, we removed the build and devel folders, did a full catkin_make, rebuild the arduino scripts and re-uploaded the arduino files.

edit flag offensive delete link more

Comments

Thanks! We are now seeing the roughly what you described. We just reupload whenever we nee to fix it.

drzippiz gravatar image drzippiz  ( 2015-11-04 17:18:40 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2015-10-28 19:07:29 -0500

Seen: 231 times

Last updated: Jun 23 '16