Skip to content
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