forked from Archive/PX4-Autopilot
airframe metadata for vtol standard delta and AAERT
This commit is contained in:
parent
3294d839d6
commit
2c23c16b4f
|
@ -1,10 +1,17 @@
|
|||
#!nsh
|
||||
#
|
||||
# @name Fun Cub Quad VTOL.
|
||||
#
|
||||
# @name Fun Cub Quad VTOL
|
||||
# @type Standard VTOL
|
||||
#
|
||||
# @maintainer Simon Wilks <simon@uaventure.com>
|
||||
# @output MAIN1 Front right motor: CCW
|
||||
# @output MAIN2 Back left motor: CCW
|
||||
# @output MAIN3 Front left motor: CW
|
||||
# @output MAIN4 Back right motor: CW
|
||||
# @output AUX1 Aileron 1
|
||||
# @output AUX2 Aileron 2
|
||||
# @output AUX3 Elevator
|
||||
# @output AUX4 Rudder
|
||||
# @output AUX5 Throttle
|
||||
#
|
||||
|
||||
sh /etc/init.d/rc.vtol_defaults
|
||||
|
|
|
@ -1,10 +1,15 @@
|
|||
#!nsh
|
||||
#
|
||||
# @name Generic quad delta VTOL.
|
||||
#
|
||||
# @name Generic quad delta VTOL
|
||||
# @type Standard VTOL
|
||||
#
|
||||
# @maintainer Simon Wilks <simon@uaventure.com>
|
||||
# @output MAIN1 Front right motor: CCW
|
||||
# @output MAIN2 Back left motor: CCW
|
||||
# @output MAIN3 Front left motor: CW
|
||||
# @output MAIN4 Back right motor: CW
|
||||
# @output AUX1 Right elevon
|
||||
# @output AUX2 Left elevon
|
||||
# @output AUX3 Motor
|
||||
#
|
||||
|
||||
sh /etc/init.d/rc.vtol_defaults
|
||||
|
|
Loading…
Reference in New Issue