-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
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):
- 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'- Setup keys
wget https://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -- Update database
sudo apt-get updateOnly 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