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

Rosdep installation failed during turtlebot installation

asked 2014-12-01 19:05:50 -0500

Petya gravatar image

So I'm following the tutorial here: http://wiki.ros.org/turtlebot/Tutoria... to get my turtlebot up and running, and I'm running into a problem while I'm creating the turtlebot workspace. Here's the error message I get when running rosdep install --from-paths src -i -y

executing command [sudo apt-get install -y ros-indigo-create-dashboard]
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros-indigo-create-dashboard
ERROR: the following rosdeps failed to install
  apt: command [sudo apt-get install -y ros-indigo-create-dashboard] failed

What can I do about this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-12-01 21:17:22 -0500

ahendrix gravatar image

The create_dashboard package was just released in the past few days, and hasn't been built and released to the public repository yet.

In the meantime, you can checkout the indigo branch of turtlebot_create_desktop into your workspace and build it from source.

The turtlebot_create package was also released recently; if you have trouble with it, you may need it from source as well. Again, make sure you get the indigo branch and not the older hydro branch.

I'll try to update my answer once these packages make it to the public repository, and getting them from source is no longer required.

edit flag offensive delete link more

Comments

rosinstall file used in the installation page has been updated. turtlebot_create_desktop should get installed with instruction from now.

https://github.com/yujinrobot/yujin_t...

jihoonl gravatar image jihoonl  ( 2014-12-02 00:15:47 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-12-01 19:05:50 -0500

Seen: 138 times

Last updated: Dec 01 '14