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

ROS isn't recognizing Create

asked 2016-07-20 16:08:42 -0500

Breshnek gravatar image

Hey guys,

So I'm trying to run turtlebot with an irobot create, but whenever I run the minimal.launch file I get the following error/warning:

[ERROR] [WallTime: 1469047993.959124] Failed to contact device with error: [Error reading from SCI port. No data.]. Please check that the Create is powered on and that the connector is plugged into the Create.

The create is on, plugged into the USB port, and the port path is /dev/tty/USB0. Any idea what the problem is? Is there some driver I need to install? I've heard it could be the battery but I haven't received any error messages regarding the battery being low.

Any answers are appreciated. Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-07-26 07:41:45 -0500

aguadopd gravatar image

Have you followed these steps too?

Basically, open the .bashrc file in your home directory and add

# Export the turtlebot variables
export TURTLEBOT_BASE=create
export TURTLEBOT_STACKS=circles
export TURTLEBOT_3D_SENSOR=kinect
export TURTLEBOT_SERIAL_PORT=/dev/ttyUSB0

and also add your user to the dialout group: sudo adduser username dialout, where username is your username.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-07-20 16:08:42 -0500

Seen: 127 times

Last updated: Jul 26 '16