Gazebo versions different between aptitude repositories ROS & OSRF. Why?
Why is the ROS Bionic package for Gazebo still = 9.0.0 whereas OSRF Gazebo Bionic repo at 9.13.0?
Gazebo repo:
curl -sL http://packages.osrfoundation.org/gazebo/ubuntu-stable/dists/bionic/main/binary-amd64/Packages | grep -EA1 "^Package: gazebo9$"
Package: gazebo9
Version: 9.13.1-1~bionic
ROS repo:
curl -sL http://packages.ros.org/ros/ubuntu/dists/bionic/main/binary-amd64/Packages | grep -EA10 "^Package: gazebo9$" | grep -E "Package|Version"
Package: gazebo9
Version: 9.0.0+dfsg5-3ubuntu1+ppa2
Asked by SamG on 2020-07-11 14:56:49 UTC
Answers
This is a question we get often. See this recent answer:
https://discourse.ros.org/t/gazebo-version-in-packages-ros-org-is-quite-outdated/10950/3
Asked by chapulina on 2020-07-13 17:28:25 UTC
Comments
How to update Gazebo after installing via ROS: https://answers.gazebosim.org/question/24645/how-to-update-gazebo-900-to-latest-after-ros-melodic-full-desktop-install/
Asked by SamG on 2020-08-12 10:54:55 UTC
Comments