1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||||
|
#!nsh |
||||||
|
# |
||||||
|
# @name Quadrotor + Tailsitter |
||||||
|
# |
||||||
|
# Generic configuration file for a tailsitter with motors in X configuration. |
||||||
|
# |
||||||
|
# @type VTOL Tailsitter |
||||||
|
# |
||||||
|
# @maintainer Roman Bapst <roman@px4.io> |
||||||
|
# |
||||||
|
|
||||||
|
sh /etc/init.d/rc.vtol_defaults |
||||||
|
|
||||||
|
set MIXER quad_+_vtol |
||||||
|
|
||||||
|
set PWM_OUT 1234 |
||||||
|
set PWM_MAX 2000 |
||||||
|
set PWM_RATE 400 |
||||||
|
set MAV_TYPE 20 |
||||||
|
param set VT_MOT_COUNT 4 |
||||||
|
param set VT_IDLE_PWM_MC 1080 |
||||||
|
param set VT_TYPE 0 |
||||||
|
param set VT_ELEV_MC_LOCK 1 |
Loading…
Reference in new issue