Skip to content

Gazebo extra installation steps on Ubuntu 20.04 #115

Description

@soudy

The instructions for installing Gazebo on Ubuntu 20.04 on the wiki are missing the following steps (taken from http://gazebosim.org/tutorials?tut=install_ubuntu):

  1. Setup your computer to accept software from packages.osrfoundation.org.
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
  1. Setup keys
wget https://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
  1. Update database
sudo apt-get update

Only then will sudo apt-get install libgazebo11-dev gazebo11 work. Not sure if Gazebo is in the standard Ubuntu/Debian repositories for other versions, but on 20.04 they aren't, so these extra steps are necessary.

I also had to install the following packages to build revolve: libpqxx-dev libyaml-cpp-dev libnlopt-dev libopencv-dev

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions