2 changed files with 29 additions and 0 deletions
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
#!nsh |
||||
# |
||||
# Generic configuration file for BirdsEyeView Aerobotics FireFly6 |
||||
# |
||||
# Roman Bapst <romanbapst@yahoo.de> |
||||
# |
||||
|
||||
sh /etc/init.d/rc.vtol_defaults |
||||
|
||||
set MIXER FMU_FireFly6 |
||||
|
||||
set PWM_OUT 123456 |
||||
param set VT_MOT_COUNT 6 |
||||
param set VT_IDLE_PWM_MC 1080 |
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
# FireFly6 mixer for PX4FMU |
||||
# |
||||
#=========================== |
||||
R: 6c 10000 10000 10000 0 |
||||
|
||||
# mixer for the elevons |
||||
M: 2 |
||||
O: 10000 10000 0 -10000 10000 |
||||
S: 1 0 7500 7500 0 -10000 10000 |
||||
S: 1 1 8000 8000 0 -10000 10000 |
||||
|
||||
M: 2 |
||||
O: 10000 10000 0 -10000 10000 |
||||
S: 1 0 7500 7500 0 -10000 10000 |
||||
S: 1 1 -8000 -8000 0 -10000 10000 |
Loading…
Reference in new issue