2014-01-31 06:36:25 -04:00
|
|
|
#!nsh
|
|
|
|
#
|
2015-07-29 14:15:07 -03:00
|
|
|
# @name Generic Hexarotor + geometry
|
2014-01-31 06:36:25 -04:00
|
|
|
#
|
2015-07-29 14:15:07 -03:00
|
|
|
# @type Hexarotor +
|
|
|
|
#
|
2017-04-12 11:59:03 -03:00
|
|
|
# @output MAIN1 motor1
|
|
|
|
# @output MAIN2 motor2
|
|
|
|
# @output MAIN3 motor3
|
|
|
|
# @output MAIN4 motor4
|
|
|
|
# @output MAIN5 motor5
|
|
|
|
# @output MAIN6 motor6
|
|
|
|
#
|
2015-07-29 14:15:07 -03: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 06:36:25 -04:00
|
|
|
#
|
|
|
|
|
2014-02-07 17:28:42 -04:00
|
|
|
sh /etc/init.d/rc.mc_defaults
|
2014-01-31 06:36:25 -04:00
|
|
|
|
2015-01-06 18:25:06 -04:00
|
|
|
set MIXER hexa_+
|
2014-02-07 17:28:42 -04:00
|
|
|
|
2014-11-15 11:19:51 -04:00
|
|
|
# Need to set all 8 channels
|
2014-11-17 12:02:57 -04:00
|
|
|
set PWM_OUT 12345678
|