ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The policy for adding keys to the rosdep database is that the packages need to be available from the ros repository or from the standard upstream sources.
There are rules for gazebo and gazebo5 because they are available in the upstream. When packages land in upstream we can add them to the rosdep database.
Note that your dependency on gazebo_ros does not actually interact with the rosdep database. The gazebo_ros package is a ROS package in the rosdistro, which is why it ends up with ros-indigo-
in the prefix.
The gazebo team maintains newer versions of gazebo built into debians such as gazebo 5 and 6. Some details are at: http://gazebosim.org/tutorials?tut=ros_wrapper_versions
You can also locally modify your rosdep sources to add new rules for gazebo as mentioned on this question by @Jose Luis Rivero: http://answers.gazebosim.org/question/8598/how-to-install-ros-indigo-gazebo-ros-control-with-gazebo-5/ however they cannot be added to the default since they rely on the packages.osrfoundation.org repository.
2 | No.2 Revision |
The policy for adding keys to the rosdep database is that the packages need to be available from the ros repository or from the standard upstream sources.
There are rules for gazebo and gazebo5 because they are available in the upstream. When packages land in upstream we can add them to the rosdep database.
Note that your dependency on gazebo_ros does not actually interact with the rosdep database. The gazebo_ros package is a ROS package in the rosdistro, which is why it ends up with ros-indigo-
in the prefix.
The gazebo team maintains newer versions of gazebo built into debians such as gazebo 5 and 6. Some details are at: http://gazebosim.org/tutorials?tut=ros_wrapper_versions
You can also locally modify your rosdep sources to add new rules for gazebo as mentioned on this question by @Jose Luis Rivero: @jose-luis-rivero: http://answers.gazebosim.org/question/8598/how-to-install-ros-indigo-gazebo-ros-control-with-gazebo-5/ however they cannot be added to the default since they rely on the packages.osrfoundation.org repository.
3 | No.3 Revision |
The policy for adding keys to the rosdep database is that the packages need to be available from the ros repository or from the standard upstream sources.
There are rules for gazebo and gazebo5 because they are available in the upstream. When packages land in upstream we can add them to the rosdep database.
Note that your dependency on gazebo_ros does not actually interact with the rosdep database. The gazebo_ros package is a ROS package in the rosdistro, which is why it ends up with ros-indigo-
in the prefix.
The gazebo team maintains newer versions of gazebo built into debians such as gazebo 5 and 6. Some details are at: http://gazebosim.org/tutorials?tut=ros_wrapper_versions
You can also locally modify your rosdep sources to add new rules for gazebo as mentioned on this question by @jose-luis-rivero: @jose-luis-rivero : http://answers.gazebosim.org/question/8598/how-to-install-ros-indigo-gazebo-ros-control-with-gazebo-5/ however they cannot be added to the default since they rely on the packages.osrfoundation.org repository.