Skip to content

Commit

Permalink
Fix tutorial
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Chen <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey and iche033 authored Oct 24, 2023
1 parent e7a7582 commit 947d174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ necessary prerequisites followed by building from source.
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-get update
sudo apt-get -y install libgz-cmake4-dev libgz-sim2-dev
sudo apt-get -y install libgz-cmake4-dev libgz-sim9-dev
```

### Building from source
Expand Down

0 comments on commit 947d174

Please sign in to comment.