mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: build all the PX4 copter frame types
This commit is contained in:
parent
3deaf0beee
commit
ac10e7ea26
@ -74,9 +74,11 @@ test -n "$PX4_ROOT" && test -d "$PX4_ROOT" && {
|
||||
|
||||
echo "Building ArduCopter PX4 binaries"
|
||||
pushd ArduCopter
|
||||
make px4-clean
|
||||
make px4
|
||||
copyit $PX4_ROOT/Images/px4fmu.px4 $binaries/Copter/$hdate/PX4
|
||||
for f in quad tri hexa y6 octa octa-quad heli quad-hil heli-hil; do
|
||||
make px4-clean
|
||||
make px4-$f
|
||||
copyit $PX4_ROOT/Images/px4fmu.px4 "$binaries/Copter/$hdate/PX4-$f"
|
||||
done
|
||||
popd
|
||||
|
||||
echo "Building APMrover2 PX4 binaries"
|
||||
|
Loading…
Reference in New Issue
Block a user