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

I have followed the steps for turtlebot create base, but still it is showing failed to connect to /dev/kobuki ?

asked 2014-06-27 22:00:26 -0500

vikiboy gravatar image

I use ROS indigo, I have followed the following steps for create base in turtlebot

export TURTLEBOT_BASE=create export TURTLEBOT_STACKS=circles export TURTLEBOT_3D_SENSOR=kinect

But still whenever I enter the roslaunch turtlebot_bringup minimal.launch

it shows the error

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

Please help

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-06-28 23:50:11 -0500

Daniel Stonier gravatar image

Looks like there was an update in the turtlebot code: https://github.com/turtlebot/turtlebo...

Try setting TURTLEBOT_SERIAL_PORT to the device your create is listening to (probably /dev/ttyUSB0). I updated the hydro wiki page to reflect this.

edit flag offensive delete link more

Comments

The problem still persists with no change. is this specific to turtlebot in ros indigo ?

vikiboy gravatar image vikiboy  ( 2014-06-29 11:28:31 -0500 )edit

Hydro and indigo should be the same in this regard. Next step would be to check that there isn't a bug in the python create driver code. Add some printf's to make sure this parameter is getting through.

Daniel Stonier gravatar image Daniel Stonier  ( 2014-06-29 21:50:14 -0500 )edit

It works now !! :D following this step

vikiboy gravatar image vikiboy  ( 2014-06-30 02:00:17 -0500 )edit

Question Tools

Stats

Asked: 2014-06-27 22:00:26 -0500

Seen: 983 times

Last updated: Jun 28 '14