You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
458 B
23 lines
458 B
#!/bin/sh |
|
# |
|
# @name Viper |
|
# |
|
# @type Flying Wing |
|
# @class Plane |
|
# @output MAIN1 left aileron |
|
# @output MAIN2 right 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 |
|
|
|
set MIXER Viper
|
|
|