Skip to content

Commit

Permalink
Merge pull request #1 from osrf/chapulina/ign_version
Browse files Browse the repository at this point in the history
Set Gazebo version
  • Loading branch information
quarkytale authored Apr 7, 2022
2 parents 145c4f0 + 61c2f60 commit 34127ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,19 @@ At the moment, only source installation is supported. Use Ubuntu Focal.
vcs import < buoy_all.yaml
```
1. Set the Gazebo version to Fortress. This is needed because we're not using an
official ROS + Gazebo combination:
```
export IGNITION_VERSION=fortress
```
1. Install ROS dependencies
```
sudo rosdep init
rosdep update
rosdep install --from-paths src --ignore-src -r -y
rosdep install --from-paths src --ignore-src -r -y -i
```
1. Build and install
Expand Down

0 comments on commit 34127ca

Please sign in to comment.