Browse Source

ROMFS: delete 3034_fx79 airframe

main
Daniel Agar 3 years ago
parent
commit
61c5d11375
  1. 29
      ROMFS/px4fmu_common/init.d/airframes/3034_fx79
  2. 1
      ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt

29
ROMFS/px4fmu_common/init.d/airframes/3034_fx79

@ -1,29 +0,0 @@ @@ -1,29 +0,0 @@
#!/bin/sh
#
# @name FX-79 Buffalo Flying Wing
#
# @type Flying Wing
# @class Plane
#
# @output MAIN1 right aileron
# @output MAIN2 left aileron
# @output MAIN4 throttle
#
# @output AUX1 feed-through of RC AUX1 channel
# @output AUX2 feed-through of RC AUX2 channel
# @output AUX3 feed-through of RC AUX3 channel
#
# @maintainer Simon Wilks <simon@uaventure.com>
#
# @board px4_fmu-v2 exclude
# @board bitcraze_crazyflie exclude
#
. ${R}etc/init.d/rc.fw_defaults
param set-default FW_AIRSPD_MAX 30
param set-default FW_AIRSPD_MIN 13
param set-default NAV_LOITER_RAD 150
set MIXER fw_generic_wing

1
ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt

@ -55,7 +55,6 @@ px4_add_romfs_files( @@ -55,7 +55,6 @@ px4_add_romfs_files(
3031_phantom
3032_skywalker_x5
3033_wingwing
3034_fx79
3035_viper
3036_pigeon
3037_parrot_disco_mod

Loading…
Cancel
Save