px4-firmware/ROMFS/px4fmu_common/init.d/4011_dji_f450

30 lines
611 B
Plaintext
Raw Normal View History

#!nsh
2014-01-10 17:04:56 -04:00
#
2015-07-29 14:42:59 -03:00
# @name DJI Flame Wheel F450
2014-01-10 17:04:56 -04:00
#
2015-07-29 14:42:59 -03:00
# @type Quadrotor x
2017-06-27 03:48:29 -03:00
# @class Copter
2015-07-29 14:42:59 -03:00
#
# @maintainer Lorenz Meier <lorenz@px4.io>
2014-01-10 17:04:56 -04:00
#
sh /etc/init.d/4001_quad_x
2014-01-10 08:18:34 -04:00
if [ $AUTOCNF == yes ]
then
param set MC_ROLL_P 7.0
2015-10-18 19:21:12 -03:00
param set MC_ROLLRATE_P 0.15
param set MC_ROLLRATE_I 0.05
2016-01-29 06:40:04 -04:00
param set MC_ROLLRATE_D 0.003
param set MC_PITCH_P 7.0
2015-10-18 19:21:12 -03:00
param set MC_PITCHRATE_P 0.15
param set MC_PITCHRATE_I 0.05
2016-01-29 06:40:04 -04:00
param set MC_PITCHRATE_D 0.003
param set MC_YAW_P 2.8
2015-06-23 04:07:49 -03:00
param set MC_YAWRATE_P 0.3
param set MC_YAWRATE_I 0.1
param set MC_YAWRATE_D 0.0
# DJI ESCs do not support calibration and need a higher min
param set PWM_MIN 1230
fi