Files
bizhang_-obav/ROMFS/px4fmu_common/init.d/airframes/2100_standard_plane

33 lines
654 B
Plaintext
Raw Normal View History

#!/bin/sh
2015-07-29 19:21:31 +02:00
#
# @name Standard Plane
2015-07-29 19:21:31 +02:00
#
# @type Standard Plane
2017-06-27 08:49:10 +02:00
# @class Plane
2015-07-29 19:21:31 +02:00
#
# @output MAIN1 aileron
# @output MAIN2 elevator
2017-07-09 16:36:44 -04:00
# @output MAIN3 throttle
# @output MAIN4 rudder
2015-07-29 19:21:31 +02:00
# @output MAIN5 flaps
# @output MAIN6 gear
2015-07-29 19:21:31 +02:00
#
# @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
#
2013-09-07 12:17:27 +02:00
. ${R}etc/init.d/rc.fw_defaults
2013-09-07 12:17:27 +02:00
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.