Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alireza787b/px4xplane
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza787b committed Sep 1, 2024
2 parents 1be84b1 + 9c7e853 commit 05cca15
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 106 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,17 @@ For advanced users, manually clone and set up the environment using the forked P
bash ./Tools/setup/ubuntu.sh
```
3. Build the desired airframes:
3. 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
```
4. Build the desired airframes:
```bash
make px4_sitl xplane_ehang184
```
Expand Down
Loading

0 comments on commit 05cca15

Please sign in to comment.