mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +08:00
5 lines
93 B
Bash
5 lines
93 B
Bash
#!/usr/bin/env bash -eu
|
|
|
|
PX4_FUZZ=1 make px4_sitl
|
|
cp build/px4_sitl_default/bin/px4 $OUT/px4
|