forked from Archive/PX4-Autopilot
22 lines
424 B
Plaintext
22 lines
424 B
Plaintext
#!nsh
|
|
#
|
|
# @name Skywalker (3DR Aero)
|
|
#
|
|
# @type Standard Plane
|
|
#
|
|
# @output MAIN1 aileron
|
|
# @output MAIN2 elevator
|
|
# @output MAIN4 rudder
|
|
# @output MAIN3 throttle
|
|
# @output MAIN5 flaps
|
|
#
|
|
# @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 Lorenz Meier <lorenz@px4.io>
|
|
#
|
|
|
|
sh /etc/init.d/rc.fw_defaults
|
|
|
|
set MIXER skywalker |