mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 19:37:35 +08:00
removed remainings of quadshot for now
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!nsh
|
||||
#
|
||||
# Generic quadshot configuration file
|
||||
# Generic configuration file for caipirinha VTOL version
|
||||
#
|
||||
# Roman Bapst <bapstr@ethz.ch>
|
||||
#
|
||||
@@ -9,6 +9,6 @@ sh /etc/init.d/rc.vtol_defaults
|
||||
|
||||
set MIXER FMU_caipirinha_vtol
|
||||
|
||||
set PWM_OUTPUTS 12
|
||||
set PWM_OUTPUTS 2
|
||||
set PWM_MIN 1080
|
||||
set PWM_MAX 2000
|
||||
|
||||
@@ -239,13 +239,7 @@ then
|
||||
sh /etc/init.d/12001_octo_cox
|
||||
fi
|
||||
|
||||
#
|
||||
# VTOL quadshot
|
||||
#
|
||||
if param compare SYS_AUTOSTART 13000
|
||||
then
|
||||
sh /etc/init.d/13000_quadshot
|
||||
fi
|
||||
# 13000 is historically reserved for the quadshot
|
||||
|
||||
#
|
||||
# VTOL caipririnha
|
||||
|
||||
@@ -561,9 +561,9 @@ then
|
||||
if [ $MAV_TYPE == none ]
|
||||
then
|
||||
# Use mixer to detect vehicle type
|
||||
if [ $MIXER == FMU_quadshot ]
|
||||
if [ $MIXER == FMU_caipirinha_vtol ]
|
||||
then
|
||||
set MAV_TYPE 20
|
||||
set MAV_TYPE 19
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user