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

Turtlebot 2, Indigo Installation problem, "Cannot locate rosdep" for turtlebot_stdr, turtlebot_dashboard and turtlebot_gazebo

asked 2014-10-03 08:52:14 -0500

prr gravatar image

Hi,

I'm experiencing problems installing turtlebot 2 on indigo in a Ubuntu 14.04 (Trusty). I'm following the installation tutorial documented at http://wiki.ros.org/turtlebot/Tutorials/indigo/Installation . When installing the workspaces (point 4) I do:

$ mkdir ~/turtlebot

$ cd ~/turtlebot

$ wstool init src -j5 https://raw.github.com/yujinrobot/yuj... source ~/kobuki/devel/setup.bash

$ rosdep install --from-paths src -i -y

the last command fails and I get:

~/turtlebot$ rosdep install --from-paths src -i -y

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies:

turtlebot_stdr: Cannot locate rosdep definition for [stdr]

turtlebot_dashboard: Cannot locate rosdep definition for [create_dashboard]

turtlebot_gazebo: Cannot locate rosdep definition for [create_gazebo_plugins]

Has anyone experimented the same problem? any hint?

thanks.

edit retag flag offensive close merge delete

Comments

I have the same problem. have you found anyway around it?

Maani gravatar image Maani  ( 2014-10-07 01:40:16 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-10-16 09:02:32 -0500

momar82 gravatar image

hi I get the same error and google it and find this command

rosdep install --from-paths src -i -y -r and it is work :)

edit flag offensive delete link more

Comments

That's what I did at the end. it works for now but I still have problem with Kinect, even though Asus xtion pro works well. The option "-r" just ignores the errors and keep installing the required dependencies.

Maani gravatar image Maani  ( 2014-10-16 20:31:13 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-10-03 08:52:14 -0500

Seen: 2,423 times

Last updated: Oct 03 '14