mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
25 lines
412 B
Bash
25 lines
412 B
Bash
#!/bin/sh
|
|
#
|
|
# @name Generic 10" Octo coaxial geometry
|
|
#
|
|
# @type Octorotor Coaxial
|
|
# @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
|
|
#
|
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
|
#
|
|
|
|
sh /etc/init.d/rc.mc_defaults
|
|
|
|
set MIXER octo_cox
|
|
|
|
set PWM_OUT 12345678
|