mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
ROMFS multicopter airframes don't call other airframes (4001/4002)
- fixes #10980
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
# @maintainer Lorenz Meier <lorenz@px4.io>
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
param set SYS_HITL 1
|
param set SYS_HITL 1
|
||||||
|
|||||||
@@ -10,7 +10,10 @@
|
|||||||
# @maintainer James Goppert <james.goppert@gmail.com>
|
# @maintainer James Goppert <james.goppert@gmail.com>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,7 +8,13 @@
|
|||||||
# @maintainer Leon Mueller <thedevleon>
|
# @maintainer Leon Mueller <thedevleon>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4002_quad_x_mount
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
|
set MIXER_AUX mount
|
||||||
|
set PWM_AUX_OUT 123456
|
||||||
|
|
||||||
# The Z1 Tiny2 can handle up to 400Hz
|
# The Z1 Tiny2 can handle up to 400Hz
|
||||||
# and works with min 1020us, middle 1520us, max 2020us
|
# and works with min 1020us, middle 1520us, max 2020us
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
# @maintainer Lorenz Meier <lorenz@px4.io>
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
# @maintainer Lorenz Meier <lorenz@px4.io>
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
# @maintainer Lorenz Meier <lorenz@px4.io>
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
# @maintainer Pavel Kirienko <pavel.kirienko@gmail.com>
|
# @maintainer Pavel Kirienko <pavel.kirienko@gmail.com>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
# @maintainer Lorenz Meier <lorenz@px4.io>
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -15,7 +15,10 @@
|
|||||||
# @maintainer Thomas Gubler <thomas@px4.io>
|
# @maintainer Thomas Gubler <thomas@px4.io>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
# @maintainer Lorenz Meier <lorenz@px4.io>
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
# @maintainer Lorenz Meier <lorenz@px4.io>
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
# @maintainer James Goppert <james.goppert@gmail.com>
|
# @maintainer James Goppert <james.goppert@gmail.com>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -15,7 +15,10 @@
|
|||||||
# @maintainer Henry Zhang <zhanghui629@gmail.com>
|
# @maintainer Henry Zhang <zhanghui629@gmail.com>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -21,7 +21,10 @@
|
|||||||
|
|
||||||
echo "Executing 4250_teal script."
|
echo "Executing 4250_teal script."
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
set MIXER_AUX none
|
set MIXER_AUX none
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
|
|||||||
@@ -14,7 +14,10 @@
|
|||||||
#
|
#
|
||||||
# @maintainer Dennis Shtatov <densht@gmail.com>
|
# @maintainer Dennis Shtatov <densht@gmail.com>
|
||||||
#
|
#
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|
||||||
|
set MIXER quad_x
|
||||||
|
set PWM_OUT 1234
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
param set BAT_N_CELLS 1
|
param set BAT_N_CELLS 1
|
||||||
|
|||||||
Reference in New Issue
Block a user