2018-12-18 09:26:22 +01:00
|
|
|
#!/bin/sh
|
2014-01-27 17:14:18 +01:00
|
|
|
#
|
2015-07-29 19:19:31 +02:00
|
|
|
# @name Generic 10" Octo coaxial geometry
|
2014-01-27 17:14:18 +01:00
|
|
|
#
|
2015-07-29 19:19:31 +02:00
|
|
|
# @type Octorotor Coaxial
|
2017-06-27 08:47:20 +02:00
|
|
|
# @class Copter
|
2015-07-29 19:19:31 +02:00
|
|
|
#
|
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:19:31 +02:00
|
|
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
2014-01-27 17:14:18 +01:00
|
|
|
#
|
|
|
|
|
|
2014-02-11 23:24:49 +01:00
|
|
|
sh /etc/init.d/rc.mc_defaults
|
2014-01-27 17:14:18 +01:00
|
|
|
|
2015-01-07 00:25:06 +02:00
|
|
|
set MIXER octo_cox
|
2014-01-27 17:14:18 +01:00
|
|
|
|
2014-11-17 17:02:57 +01:00
|
|
|
set PWM_OUT 12345678
|