Files
bizhang_-obav/ROMFS/px4fmu_common/init.d/10018_tbs_endurance

50 lines
1.1 KiB
Plaintext
Raw Normal View History

#!nsh
#
2015-07-31 12:11:26 +02:00
# @name Team Blacksheep Discovery Endurance
#
2015-07-29 19:17:32 +02:00
# @type Quadrotor Wide
#
2017-04-12 16:59:03 +02:00
# @output MAIN1 motor 1
# @output MAIN2 motor 2
# @output MAIN3 motor 3
# @output MAIN4 motor 4
# @output MAIN5 feed-through of RC AUX1 channel
# @output MAIN6 feed-through of RC AUX2 channel
#
# @output AUX1 feed-through of RC AUX1 channel
# @output AUX2 feed-through of RC AUX2 channel
# @output AUX3 feed-through of RC AUX3 channel
# @output AUX4 feed-through of RC FLAPS channel
#
2015-07-29 19:17:32 +02:00
# @maintainer Simon Wilks <simon@px4.io>
#
sh /etc/init.d/rc.mc_defaults
2015-01-05 13:23:47 +02:00
if [ $AUTOCNF == yes ]
then
param set BAT_N_CELLS 6
param set BAT_V_EMPTY 3.5
param set MC_ROLL_P 7.0
param set MC_ROLLRATE_P 0.08
param set MC_ROLLRATE_I 0.02
param set MC_ROLLRATE_D 0.003
param set MC_PITCH_P 7.0
param set MC_PITCHRATE_P 0.13
param set MC_PITCHRATE_I 0.02
param set MC_PITCHRATE_D 0.005
param set MC_YAW_P 2.8
param set MC_YAWRATE_P 0.2
param set MC_YAWRATE_I 0.1
param set MC_YAWRATE_D 0.0
param set MPC_XY_FF 0.2
param set MPC_XY_VEL_MAX 2
2016-12-13 09:11:28 +01:00
param set PWM_MIN 1080
fi
set MIXER quad_w
set PWM_OUT 1234