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

ROS can't access iRobot Create

asked 2013-11-19 20:53:57 -0500

game4cesc gravatar image

updated 2013-11-20 19:54:07 -0500

Hi,

I'm trying to work on iRobot Create. I used the ROS drivers following instructions from the Wiki (Turtlebot_node and irobot_create_2_1)

But, while I was trying to run the python script, an error message popped up saying that irobot create isn't connected into the computer. I am using PL-2303X/H serial port and I plugged the cable accordingly with setting the permission (sudo chmod 777 /dev/ttyUSB0). Is there any driver source I have to install in Ubuntu 12.04 (Kernel 3.5.0-42-generic) for using PL-2303X/H? Any suggestions?

The error message is as follows

Failed to open port /dev/ttyUSB0. Please make sure the Create cable is plugged into the computer.

Thanks!!!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-11-20 05:17:10 -0500

tfoote gravatar image

updated 2013-11-20 07:47:49 -0500

If you are getting errors like that you still have permissions issues on the USB port. Using chmod is not persistent across reboots. A more permenant solution is to use udev rules or add yourself to the default group for the port.

There are also several other questions about the irobot Create that talk about bad USB adapters. http://answers.ros.org/questions/scope:all/sort:activity-desc/page:1/query:irobot/

edit flag offensive delete link more

Comments

Thanks for the quick reply and the link for the related questions. I do set the permission in /etc/udev/rules.d directory and I'm already in the default group. Is there any way PL-2303X/H serial port can connect the iRobot Create with a computer? Thanks!

game4cesc gravatar image game4cesc  ( 2013-11-20 19:14:23 -0500 )edit
1

One other person had problems with this adapter and ended up just buying a different one: http://ubuntuforums.org/archive/index.php/t-1716756.html has the results.

tfoote gravatar image tfoote  ( 2013-11-20 19:59:12 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-11-19 20:53:57 -0500

Seen: 869 times

Last updated: Nov 20 '13