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
6 changes: 5 additions & 1 deletion docs/installing_gazebo_arduplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ In one Terminal (Terminal 1), run Gazebo:
```
gazebo --verbose ~/ardupilot_gazebo/worlds/iris_arducopter_runway.world
```

If Gazebo won't start, run these codes. Then run Gazebo again:
```
export SVGA_VGPU10=0
echo "export SVGA_VGPU10=0" >> ~/.bashrc
```
In another Terminal (Terminal 2), run SITL:
```
cd ~/ardupilot/ArduCopter/
Expand Down