Skip to content

Commit

Permalink
Update v2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza787b authored Sep 2, 2024
1 parent 8035ff1 commit e247b41
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/v2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PX4 with X-Plane and QGroundControl Setup Guide (v2.0.0, August 2024)
# PX4 with X-Plane and QGroundControl Setup Guide (v2.0.2, August 2024)
## Watch the PX4 X-Plane Plugin v2.0.0 Demo

[![PX4 X-Plane Plugin v2.0.0 Demo](https://github.com/user-attachments/assets/3fb6d042-20d9-4589-8a79-44f434d5870d)](https://youtu.be/oQTlBVXqR04)
Expand Down Expand Up @@ -94,6 +94,16 @@ Run the setup script:
bash ./Tools/setup/ubuntu.sh
```

Configure PX4 SITL:
- In Windows Terminal, check your IP address (e.g., `172.21.144.1`):
```bash
ipconfig
```
- In the WSL Terminal, inside the PX4-Autopilot directory, set the PX4 simulation hostname with your IP:
```bash
export PX4_SIM_HOSTNAME=172.21.144.1
```

Follow the regular PX4 WSL setup instructions, replacing the official repository with the forked one. Once set up, you can build the desired airframes with commands like:

```bash
Expand Down

0 comments on commit e247b41

Please sign in to comment.