2014-01-31 11:36:25 +01:00
|
|
|
#!nsh
|
|
|
|
|
#
|
2017-09-25 11:17:50 -04:00
|
|
|
# @name Generic Quadrotor x
|
2014-01-31 11:36:25 +01:00
|
|
|
#
|
2015-07-29 19:40:58 +02:00
|
|
|
# @type Quadrotor x
|
2017-06-27 08:48:29 +02:00
|
|
|
# @class Copter
|
2015-07-29 19:40:58 +02:00
|
|
|
#
|
2017-04-12 16:59:03 +02:00
|
|
|
# @output MAIN1 motor 1
|
|
|
|
|
# @output MAIN2 motor 2
|
|
|
|
|
# @output MAIN3 motor 3
|
|
|
|
|
# @output MAIN4 motor 4
|
2017-04-12 14:37:29 +02:00
|
|
|
# @output MAIN5 feed-through of RC AUX1 channel
|
|
|
|
|
# @output MAIN6 feed-through of RC AUX2 channel
|
|
|
|
|
#
|
2015-07-29 19:40:58 +02:00
|
|
|
# @output AUX1 feed-through of RC AUX1 channel
|
|
|
|
|
# @output AUX2 feed-through of RC AUX2 channel
|
|
|
|
|
# @output AUX3 feed-through of RC AUX3 channel
|
2017-04-12 14:37:29 +02:00
|
|
|
# @output AUX4 feed-through of RC FLAPS channel
|
2015-07-29 19:40:58 +02:00
|
|
|
#
|
|
|
|
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
2014-01-31 11:36:25 +01:00
|
|
|
#
|
|
|
|
|
|
2014-02-07 22:28:42 +01:00
|
|
|
sh /etc/init.d/rc.mc_defaults
|
2014-01-31 11:36:25 +01:00
|
|
|
|
2015-01-07 00:25:06 +02:00
|
|
|
set MIXER quad_x
|
2014-01-31 11:36:25 +01:00
|
|
|
|
2014-11-17 17:02:57 +01:00
|
|
|
set PWM_OUT 1234
|