mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 03:30:34 +08:00
3ebf030a02
This was required for shellsheck.
29 lines
543 B
Bash
29 lines
543 B
Bash
#!/bin/sh
|
|
#
|
|
# @name Generic Octocopter + geometry
|
|
#
|
|
# @type Octorotor +
|
|
# @class Copter
|
|
#
|
|
# @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
|
|
#
|
|
# @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.mc_defaults
|
|
|
|
set MIXER octo_+
|
|
|
|
set PWM_OUT 12345678
|