ROS:Indigo:Source Installation can't locate rosdep definition for [create_dashboard]

1,227 views
Skip to first unread message

songkan tang

unread,
Jun 16, 2014, 11:15:46 AM6/16/14
to ros-sig-...@googlegroups.com
Hi,

I'm new to the ROS. I just updated Ubuntu to 14.04. For I'm following the team developing the turtlebot, so I tried to install ROS indigo and turtlebot modules on my laptop. 

When I followed the newly released tutorial and tried to catkin_make the turtlebot source code, rosdep told me that:

turtlebot_dashboard: Cannot locate rosdep definition for [create_dashboard]
turtlebot_gazebo: Cannot locate rosdep definition for [create_gazebo_plugins]

And the former two (rocon and kobuki) are OK.

Did I miss something? By the way, I have installed gazebo before but I have no idea why it can't find [create_dashboard]. Could you guys help me to figure it out? Thank you very much.

Daniel Stonier

unread,
Jun 18, 2014, 7:45:35 AM6/18/14
to ros-sig-...@googlegroups.com
Those two packages are both in https://github.com/turtlebot/turtlebot_create_desktop. This is failing at the moment because the create plugin needs an upgrade so I left that particular repo out of the rosinstall. If you are trying to rosdep install things, make sure you use '-r' with the rosdep install command and that will continue despite not being able to find either create_dashboard or create_gazebo_plugins.

I should probably comment out the package.xml dependencies for now till we get the create stack working...

Daniel. 
--
You received this message because you are subscribed to the Google Groups "ROS TurtleBot Special Interest Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-turtle...@googlegroups.com.
To post to this group, send email to ros-sig-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-turtlebot/03a8f688-d141-4802-a3ff-94963ecdf6d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Eric Schneider

unread,
Sep 23, 2014, 3:31:15 PM9/23/14
to ros-sig-...@googlegroups.com
I have the exact same issue and tried adding the -r flag to these source installation steps, which I assume Songkan Tang was using as well. I replaced the turtlebot rosdep step with
    $ rosdep install --from-paths src -i -y -r

I got a series of unmet dependencies

E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
ERROR: the following rosdeps failed to install
  apt: command [sudo apt-get install -y ros-indigo-laptop-battery-monitor] failed
  apt: command [sudo apt-get install -y ros-indigo-map-server] failed
  apt: command [sudo apt-get install -y ros-indigo-navigation] failed
  apt: command [sudo apt-get install -y python-cwiid] failed
  apt: command [sudo apt-get install -y ros-indigo-depthimage-to-laserscan] failed
  apt: command [sudo apt-get install -y ros-indigo-amcl] failed
  apt: command [sudo apt-get install -y libspnav-dev] failed
  apt: command [sudo apt-get install -y ros-indigo-gmapping] failed
  apt: command [sudo apt-get install -y ros-indigo-dwa-local-planner] failed
  apt: command [sudo apt-get install -y ros-indigo-robot-pose-ekf] failed
  apt: command [sudo apt-get install -y joystick] failed
  apt: command [sudo apt-get install -y python-bluez] failed
  apt: command [sudo apt-get install -y spacenavd] failed
  apt: command [sudo apt-get install -y ros-indigo-move-base] failed
  apt: Failed to detect successful installation of [ros-indigo-laptop-battery-monitor]
  apt: Failed to detect successful installation of [ros-indigo-map-server]
  apt: Failed to detect successful installation of [ros-indigo-navigation]
  apt: Failed to detect successful installation of [python-cwiid]
  apt: Failed to detect successful installation of [ros-indigo-depthimage-to-laserscan]
  apt: Failed to detect successful installation of [ros-indigo-amcl]
  apt: Failed to detect successful installation of [libspnav-dev]
  apt: Failed to detect successful installation of [ros-indigo-gmapping]
  apt: Failed to detect successful installation of [ros-indigo-dwa-local-planner]
  apt: Failed to detect successful installation of [ros-indigo-robot-pose-ekf]
  apt: Failed to detect successful installation of [joystick]
  apt: Failed to detect successful installation of [python-bluez]
  apt: Failed to detect successful installation of [spacenavd]
  apt: Failed to detect successful installation of [ros-indigo-move-base]

Then catkin_make failed. Any ideas on what to do? Was the -r flag incorrectly?
Reply all
Reply to author
Forward
0 new messages