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

Error message: Could not connect to roomba

asked 2012-11-12 16:28:13 -0500

deb gravatar image

Hi,

I was trying to run the node roomba500_light_node in package roomba_500_series. I have connected the roomba. But it gives me the error message:"could not connect to roomba". I think I may have missed something in the process. Maybe a driver for roomba500? Could you give me some suggestion regarding how to solve the problem?

Thank you so much!

Regards, Deb

edit retag flag offensive close merge delete

Comments

Hi Deb, Could you be able to resolve this error and communicate with roomba ? I am also facing similar problem. Please let me know in case you figured this out. Thanks, Devasena

Devasena Inupakutika gravatar image Devasena Inupakutika  ( 2013-03-02 01:27:45 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-03-08 03:22:14 -0500

Devasena Inupakutika gravatar image

Hi Deb,

  1. First check to which USB port your roomba is connected using command:

ls /dev/ttyUSB*

  1. Change the permission of that USB port say it's /dev/ttyUSB0...

sudo chmod 777 /dev/ttyUSB0

  1. Now try running rosrun:

rosrun roomba_500_series roomba500_light_node

Hope this helps !!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-12 16:28:13 -0500

Seen: 326 times

Last updated: Mar 08 '13