Browse Source

Tools: build all the PX4 copter frame types

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
ac10e7ea26
  1. 8
      Tools/scripts/build_binaries.sh

8
Tools/scripts/build_binaries.sh

@ -74,9 +74,11 @@ test -n "$PX4_ROOT" && test -d "$PX4_ROOT" && { @@ -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…
Cancel
Save