2014-01-31 11:36:25 +01:00
|
|
|
#!nsh
|
|
|
|
|
#
|
2015-07-29 19:14:37 +02:00
|
|
|
# @name Generic Octocopter + geometry
|
2014-01-31 11:36:25 +01:00
|
|
|
#
|
2015-07-29 19:14:37 +02:00
|
|
|
# @type Octorotor +
|
|
|
|
|
#
|
2017-04-12 16:59:03 +02:00
|
|
|
# @output MAIN1 motor 1
|
|
|
|
|
# @output MAIN2 motor 2
|
|
|
|
|
# @output MAIN3 motor 3
|
|
|
|
|
# @output MAIN4 motor 4
|
|
|
|
|
# @output MAIN5 motor 5
|
|
|
|
|
# @output MAIN6 motor 6
|
|
|
|
|
# @output MAIN7 motor 7
|
|
|
|
|
# @output MAIN8 motor 8
|
|
|
|
|
#
|
2015-07-29 19:14:37 +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
|
|
|
|
|
#
|
|
|
|
|
# @maintainer Anton Babushkin <anton@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 octo_+
|
2014-02-07 22:28:42 +01:00
|
|
|
|
2014-11-17 17:02:57 +01:00
|
|
|
set PWM_OUT 12345678
|