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

ubuntu 16.04 (xenial) package for gazebo 7.4.0?

asked 2017-04-23 10:23:53 -0500

hahnpv gravatar image

I understand there are several bugs in 7.0.0 (for instance this one) which hve been fixed in later versions like 7.4.0 and 7.5.0. Are there any PPA's which include a prebuilt version of 7.4.0 or do I need to build from source? Thanks,

philip

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2017-04-23 21:07:10 -0500

Geoff gravatar image

I'm running 16.04 (in VMWare, even) and the installed version of Gazebo is 7.5:

$ dpkg-query -W | grep gazebo
gazebo7 7.5.0-1~xenial
edit flag offensive delete link more

Comments

Interesting. Mine shows

$ dpkg-query -W | grep gazebo
gazebo7 7.0.0+dfsg-2

$ lsb_release -a
LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.2
hahnpv gravatar image hahnpv  ( 2017-04-23 21:12:24 -0500 )edit

What does apt-cache madison gazebo7 show? (Interestingly, running that just now to test it showed me that I have a pending upgrade to Gazebo 7.6 waiting). Have you previously pinned Gazebo to version 7.0.0?

Geoff gravatar image Geoff  ( 2017-04-23 21:17:43 -0500 )edit

I have not pinned versions of anything on my system.

$ apt-cache madison gazebo7
gazebo7 | 7.0.0+dfsg-2 | http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
gazebo | 7.0.0+dfsg-2 | http://us.archive.ubuntu.com/ubuntu xenial/universe Sources
hahnpv gravatar image hahnpv  ( 2017-04-23 21:21:21 -0500 )edit

This appears to agree with http://packages.ubuntu.com/source/xen... "Source Package: gazebo (7.0.0+dfsg-2) [universe]"

hahnpv gravatar image hahnpv  ( 2017-04-23 21:52:51 -0500 )edit

I can see the problem now. My 7.6 package is coming from the OSRF repository. See the "alternative installation" instructions on this page: http://gazebosim.org/tutorials?tut=in...

Geoff gravatar image Geoff  ( 2017-04-23 22:03:25 -0500 )edit

Excellent. Thank you sir!

hahnpv gravatar image hahnpv  ( 2017-04-23 22:07:00 -0500 )edit
2

answered 2018-10-17 00:19:51 -0500

yossi_ov gravatar image

Usually I do update to the latest 7.x version when installing 16.04+Kinetic. I do that by adding repositories and key as described in Install Gazebo using Ubuntu packages .

Summary of the commands used:

sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
sudo apt update
sudo apt upgrade

After that I get gazebo7 7.14.0-1~xenial (as for October 2018).

edit flag offensive delete link more

Question Tools

Stats

Asked: 2017-04-23 10:23:53 -0500

Seen: 4,488 times

Last updated: Oct 17 '18