You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,11 +217,11 @@ cd aerial-autonomy-stack/scripts/
217
217
```sh
218
218
# 1. Start AAS
219
219
cd aerial-autonomy-stack/scripts
220
-
AUTOPILOT=px4 NUM_QUADS=1 NUM_VTOLS=1 WORLD=swiss_town RTF=3.0 ./sim_run.sh# Start a simulation, check the script for more options (note: ArduPilot SITL checks take ~40s before being ready to arm)
220
+
AUTOPILOT=px4 NUM_QUADS=1 NUM_VTOLS=1 WORLD=swiss_town HEADLESS=false RTF=3.0 ./sim_run.sh # Start a simulation, check the script for more options (note: ArduPilot SITL checks take ~40s before being ready to arm)
./deploy_build.sh # Build for arm64, on Jetson Orin NX the first build takes ~1h, mostly to build onnxruntime-gpu with TensorRT support from source
417
+
./deploy_build.sh # Build for arm64, on Jetson Orin NX the first build takes ~50', including building onnxruntime-gpu with TensorRT support from source
420
418
```
421
419
422
420
<div align="right">
@@ -434,8 +432,14 @@ Start the `aircraft-image` on Jetson Orin NX:
>**Note:** running only the first 3 commands with `GND_CONTAINER=false` puts the Zenoh bridge to the `SIM_SUBNET`, removing the need forthe optional `AIR_SUBNET` and the computer with IP endingin`90.101`
485
+
>**Note:** running only the first 3 commands with `GND_CONTAINER=false` puts the Zenoh bridge on the `SIM_SUBNET`, removing the need forthe optional `AIR_SUBNET` and the computer with IP endingin`90.101`
482
486
483
487
Once done, detach Tmux (and remove the containers) with `Ctrl + b`, then`d`
0 commit comments