Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated for 22.04 #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/installing_gazebo_arduplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ sudo apt-get install gazebo11 libgazebo11-dev

for more detailed instructions for installing gazebo checkout http://gazebosim.org/tutorials?tut=install_ubuntu

## Install Gazebo [***22.04***]
Default installation: one-liner
```
curl -sSL http://get.gazebosim.org | sh
```

## Install Gazebo plugin for APM (ArduPilot Master) :
```
Expand Down Expand Up @@ -69,7 +74,7 @@ echo 'export GAZEBO_MODEL_PATH=~/ardupilot_gazebo/models' >> ~/.bashrc

**NOTE the iris_arducopter_runway is not currently working in gazebo11. The iq_sim worlds DO work**

In one Terminal (Terminal 1), run Gazebo:
In one Terminal (Terminal 1), run Gazebo (first start can take a while):
```
gazebo --verbose ~/ardupilot_gazebo/worlds/iris_arducopter_runway.world
```
Expand Down