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