added configuration file and mixer file for for caipironha VTOL

This commit is contained in:
Roman Bapst
2014-12-02 10:28:30 +01:00
parent dc21746b2e
commit 39169c35fe
2 changed files with 30 additions and 0 deletions
@@ -0,0 +1,14 @@
#!nsh
#
# Generic quadshot configuration file
#
# Roman Bapst <bapstr@ethz.ch>
#
sh /etc/init.d/rc.vtol_defaults
set MIXER FMU_caipirinha_vtol
set PWM_OUTPUTS 12
set PWM_MIN 1080
set PWM_MAX 2000
@@ -0,0 +1,16 @@
#!nsh
# Caipirinha vtol mixer for PX4FMU
#
#===========================
R: 2- 10000 10000 10000 0
#mixer for the elevons
M: 2
O: 10000 10000 0 -10000 10000
S: 1 0 10000 10000 0 -10000 10000
S: 1 1 10000 10000 0 -10000 10000
M: 2
O: 10000 10000 0 -10000 10000
S: 1 0 10000 10000 0 -10000 10000
S: 1 1 -10000 -10000 0 -10000 10000