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

Revision history [back]

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.

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.