ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To check all the dependecies without running into errors durign their installation try rosdep check
instead of rosdep install
. You can also use this info to manually install any additional dependencies that come "after" gazebo2 manually (e.g. with apt-get).
2 | No.2 Revision |
To check all the dependecies without running into errors durign their installation try rosdep check
instead of rosdep install
. You can also use this info to manually install any additional dependencies that come "after" gazebo2 manually (e.g. with apt-get).
Edit: It is also possible to locally mark a dependecy as met by adding a local rosdep source file with an empty entry for that dependecy, see https://github.com/ros-infrastructure/rosdep/issues/15.