Skip to content

Commit

Permalink
[px4] docs: px4 update to v1.10.1 (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
madratman committed Apr 13, 2020
1 parent be5100f commit 123dbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/px4_sitl.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ use the [Cygwin Toolchain](https://dev.px4.io/master/en/setup/dev_env_windows_cy
cd PX4
git clone https://github.com/PX4/Firmware.git
cd Firmware
git checkout v1.9.2 # Pick a well known "good" release tag.
git checkout v1.10.1 # recommended version
```
3. Use following command to build and start PX4 firmware in SITL mode:
```
make px4_sitl_default none_iris
```
If you are using older version v1.8.* use this command instead: `make posix_sitl_ekf2 none_iris`.
If you are using older version v1.8.* use this command instead: `make posix_sitl_ekf2 none_iris`.

4. You should see a message saying the SITL PX4 app is waiting for the simulator (AirSim) to connect.
You will also see information about which ports are configured for mavlink connection to the PX4 app.
Expand Down

0 comments on commit 123dbbe

Please sign in to comment.