Skip to content

Commit 6820460

Browse files
committed
docs(px4): note AirSim SITL example needs PX4 ≥ v1.12
Update the example checkout from v1.11.3 to v1.12.3 and explain that AirSim vehicle config in PX4 tracks roughly ≥ v1.12 (see also prior community PR intent from jhchance#4695).
1 parent d109f0d commit 6820460

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/px4_sitl.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ instructions](px4_sitl_wsl2.md).
2626
cd PX4-Autopilot
2727
```
2828
And find the latest stable release from [https://github.com/PX4/PX4-Autopilot/releases](https://github.com/PX4/PX4-Autopilot/releases)
29-
and checkout the source code matching that release, for example:
29+
and checkout the source code matching that release. Prefer a tag at or above **v1.12** — AirSim’s vehicle
30+
configuration in the PX4 tree tracks that line (earlier tags such as v1.11.x often fail to connect).
31+
Example:
3032
```
31-
git checkout v1.11.3
33+
git checkout v1.12.3
3234
```
3335
3436
3. Use following command to build and start PX4 firmware in SITL mode:

0 commit comments

Comments
 (0)