Open osrf-migration opened 8 years ago
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
The ROS servers have version of gazebo5 for trusty that matches the version that was included in Ubuntu Vivid (I think). The latest version of gazebo5 is on packages.osrfoundation.org. If you want to use that, see this tutorial:
Original comment by Yuki Furuta (Bitbucket: furushchev).
@scpeters I mean which revision of this mercurial repository corresponds to the version of gazebo provided via apt.
Besides gazebo2
, gazebo5
is also provided via ROS apt, but the interface package between gazebo and ros (ros-indigo-gazebo-ros
) still depends on gazebo2
, so many ROS people still are using gazebo2.
Original comment by Yuki Furuta (Bitbucket: furushchev).
Is there any way to know the revision that is used to provide apt debian binary for ROS?
In github, thsre is a tag
, which is usually version number which is the same as debian package version. (we can check by apt-cache show
)
Original report (archived issue) by Yuki Furuta (Bitbucket: furushchev).
In current ROS shadow fixed apt release, the version of
gazebo5
is5.0.1+dfsg-1osrf2~trusty2
. How can we check the revision of this repository which is the same as apt released version?