You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
654 B
32 lines
654 B
#!/bin/sh |
|
# |
|
# @name Standard Plane |
|
# |
|
# @type Standard Plane |
|
# @class Plane |
|
# |
|
# @output MAIN1 aileron |
|
# @output MAIN2 elevator |
|
# @output MAIN3 throttle |
|
# @output MAIN4 rudder |
|
# @output MAIN5 flaps |
|
# @output MAIN6 gear |
|
# |
|
# @output AUX1 feed-through of RC AUX1 channel |
|
# @output AUX2 feed-through of RC AUX2 channel |
|
# @output AUX3 feed-through of RC AUX3 channel |
|
# |
|
# @maintainer Lorenz Meier <lorenz@px4.io> |
|
# |
|
# @board bitcraze_crazyflie exclude |
|
# |
|
|
|
. ${R}etc/init.d/rc.fw_defaults |
|
|
|
param set-default PWM_AUX_RATE 50 |
|
param set-default PWM_MAIN_RATE 50 |
|
|
|
set MIXER AETRFG |
|
|
|
# Rate must be set by group (see pwm info). |
|
# Throttle is in the same group as servos.
|
|
|