forked from Archive/PX4-Autopilot
19 lines
331 B
Plaintext
19 lines
331 B
Plaintext
#!nsh
|
|
#
|
|
# @name Generic Octocopter X geometry
|
|
#
|
|
# @type Octorotor x
|
|
#
|
|
# @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>
|
|
#
|
|
|
|
sh /etc/init.d/rc.mc_defaults
|
|
|
|
set MIXER octo_x
|
|
|
|
set PWM_OUT 12345678
|