Browse Source

Wing configs: Add class field

sbg
Lorenz Meier 8 years ago
parent
commit
ccc4f24ae8
  1. 3
      ROMFS/px4fmu_common/init.d/3030_io_camflyer
  2. 3
      ROMFS/px4fmu_common/init.d/3031_phantom
  3. 3
      ROMFS/px4fmu_common/init.d/3032_skywalker_x5
  4. 1
      ROMFS/px4fmu_common/init.d/3033_wingwing
  5. 3
      ROMFS/px4fmu_common/init.d/3034_fx79
  6. 3
      ROMFS/px4fmu_common/init.d/3035_viper
  7. 3
      ROMFS/px4fmu_common/init.d/3036_pigeon

3
ROMFS/px4fmu_common/init.d/3030_io_camflyer

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
# @url https://pixhawk.org/platforms/planes/bormatec_camflyer_q
#
# @type Flying Wing
# @class Plane
#
# @output MAIN1 left aileron
# @output MAIN2 right aileron
@ -14,7 +15,7 @@ @@ -14,7 +15,7 @@
# @output AUX2 feed-through of RC AUX2 channel
# @output AUX3 feed-through of RC AUX3 channel
#
# @maintainer Simon Wilks <simon@px4.io>
# @maintainer Simon Wilks <simon@uaventure.com>
#
sh /etc/init.d/rc.fw_defaults

3
ROMFS/px4fmu_common/init.d/3031_phantom

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
# @url https://pixhawk.org/platforms/planes/z-84_wing_wing
#
# @type Flying Wing
# @class Plane
#
# @output MAIN1 left aileron
# @output MAIN2 right aileron
@ -14,7 +15,7 @@ @@ -14,7 +15,7 @@
# @output AUX2 feed-through of RC AUX2 channel
# @output AUX3 feed-through of RC AUX3 channel
#
# @maintainer Simon Wilks <simon@px4.io>
# @maintainer Simon Wilks <simon@uaventure.com>
#
sh /etc/init.d/rc.fw_defaults

3
ROMFS/px4fmu_common/init.d/3032_skywalker_x5

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
# @url https://pixhawk.org/platforms/planes/skywalker_x5
#
# @type Flying Wing
# @class Plane
#
# @output MAIN1 left aileron
# @output MAIN2 right aileron
@ -14,7 +15,7 @@ @@ -14,7 +15,7 @@
# @output AUX2 feed-through of RC AUX2 channel
# @output AUX3 feed-through of RC AUX3 channel
#
# @maintainer Thomas Gubler <thomas@px4.io>, Julian Oes <julian@px4.io>
# @maintainer Julian Oes <julian@px4.io>
#
sh /etc/init.d/rc.fw_defaults

1
ROMFS/px4fmu_common/init.d/3033_wingwing

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
# @url https://pixhawk.org/platforms/planes/z-84_wing_wing
#
# @type Flying Wing
# @class Plane
#
# @output MAIN1 left aileron
# @output MAIN2 right aileron

3
ROMFS/px4fmu_common/init.d/3034_fx79

@ -3,8 +3,9 @@ @@ -3,8 +3,9 @@
# @name FX-79 Buffalo Flying Wing
#
# @type Flying Wing
# @class Plane
#
# @maintainer Simon Wilks <simon@px4.io>
# @maintainer Simon Wilks <simon@uaventure.com>
#
sh /etc/init.d/rc.fw_defaults

3
ROMFS/px4fmu_common/init.d/3035_viper

@ -4,8 +4,9 @@ @@ -4,8 +4,9 @@
# @name Viper
#
# @type Flying Wing
# @class Plane
#
# @maintainer Simon Wilks <simon@px4.io>
# @maintainer Simon Wilks <simon@uaventure.com>
#
sh /etc/init.d/rc.fw_defaults

3
ROMFS/px4fmu_common/init.d/3036_pigeon

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
# @url http://www.sparkletech.hk/
#
# @type Flying Wing
# @class Plane
#
# @output MAIN1 left aileron
# @output MAIN2 right aileron
@ -14,7 +15,7 @@ @@ -14,7 +15,7 @@
# @output AUX2 feed-through of RC AUX2 channel
# @output AUX3 feed-through of RC AUX3 channel
#
# @maintainer Simon Wilks <simon@px4.io>
# @maintainer Simon Wilks <simon@uaventure.com>
#
sh /etc/init.d/rc.fw_defaults

Loading…
Cancel
Save