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"
|
echo "Building ArduCopter PX4 binaries"
|
||||||
pushd ArduCopter
|
pushd ArduCopter
|
||||||
make px4-clean
|
for f in quad tri hexa y6 octa octa-quad heli quad-hil heli-hil; do
|
||||||
make px4
|
make px4-clean
|
||||||
copyit $PX4_ROOT/Images/px4fmu.px4 $binaries/Copter/$hdate/PX4
|
make px4-$f
|
||||||
|
copyit $PX4_ROOT/Images/px4fmu.px4 "$binaries/Copter/$hdate/PX4-$f"
|
||||||
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo "Building APMrover2 PX4 binaries"
|
echo "Building APMrover2 PX4 binaries"
|
||||||
|
Loading…
Reference in New Issue
Block a user