Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza787b authored Aug 29, 2024
1 parent 877dca5 commit 9c7e853
Showing 1 changed file with 11 additions and 1 deletion.
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

0 comments on commit 9c7e853

Please sign in to comment.