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

Installing ROS on Mavericks - "rviz: Cannot locate rosdep definition for [urdfdom]"

asked 2014-10-10 01:12:40 -0500

soulslicer gravatar image

Good day,

I was installing ros based on the following steps: https://gist.github.com/mikepurvis/98...

The very last step, I seemed to get this error

rosdep install --from-paths src --ignore-src --rosdistro indigo -y
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
rviz: Cannot locate rosdep definition for [urdfdom]

Can I know how I might be able to resolve this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-10-31 13:24:41 -0500

updated 2014-10-31 14:20:38 -0500

There's no rosdep rule for urdfdom on Mac OS. This shouldn't be a problem, you can ignore this error and go on with the installation.

To ignore the error use:

rosdep install -r --from-paths src --ignore-src --rosdistro indigo -y

(if you're using indigo). Note the -r option that tells rosdep to ignore errors.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-10-10 01:12:40 -0500

Seen: 1,266 times

Last updated: Oct 31 '14