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.
49 lines
921 B
49 lines
921 B
10 years ago
|
#!nsh
|
||
|
#
|
||
|
# @name Bormatec Maja
|
||
|
#
|
||
|
# @type Standard Plane
|
||
8 years ago
|
# @class Plane
|
||
10 years ago
|
#
|
||
|
# @output MAIN1 aileron
|
||
9 years ago
|
# @output MAIN2 aileron
|
||
|
# @output MAIN3 elevator
|
||
|
# @output MAIN4 rudder
|
||
|
# @output MAIN5 throttle
|
||
|
# @output MAIN6 wheel
|
||
|
# @output MAIN7 flaps
|
||
10 years ago
|
#
|
||
|
# @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 Andreas Antener <andreas@uaventure.com>
|
||
|
#
|
||
|
|
||
|
sh /etc/init.d/rc.fw_defaults
|
||
|
|
||
7 years ago
|
if [ $AUTOCNF = yes ]
|
||
10 years ago
|
then
|
||
7 years ago
|
param set FW_AIRSPD_MIN 10
|
||
|
param set FW_AIRSPD_TRIM 15
|
||
|
param set FW_AIRSPD_MAX 20
|
||
10 years ago
|
|
||
7 years ago
|
param set FW_MAN_P_MAX 55
|
||
|
param set FW_MAN_R_MAX 55
|
||
|
param set FW_R_LIM 55
|
||
10 years ago
|
|
||
7 years ago
|
param set FW_WR_FF 0.2
|
||
|
param set FW_WR_I 0.2
|
||
|
param set FW_WR_IMAX 0.8
|
||
|
param set FW_WR_P 1
|
||
|
param set FW_W_RMAX 0
|
||
10 years ago
|
|
||
7 years ago
|
# set disarmed value for the ESC
|
||
|
param set PWM_DISARMED 1000
|
||
10 years ago
|
fi
|
||
|
|
||
9 years ago
|
set MIXER AAERTWF
|
||
10 years ago
|
|
||
|
# use PWM parameters for throttle channel
|
||
10 years ago
|
set PWM_OUT 5
|