Files
bizhang_-obav/ROMFS/px4fmu_common/init.d/4031_3dr_quad

25 lines
430 B
Plaintext
Raw Normal View History

#!nsh
#
2015-08-01 16:58:02 +02:00
# @name 3DR DIY Quad
#
2015-08-01 09:34:05 +02:00
# @type Quadrotor x
# @class Copter
#
2015-08-01 09:34:05 +02:00
# @maintainer Lorenz Meier <lorenz@px4.io>
#
sh /etc/init.d/4001_quad_x
if [ $AUTOCNF = yes ]
then
2015-08-01 09:34:05 +02:00
param set MC_ROLL_P 6.5
param set MC_ROLLRATE_P 0.14
2015-08-01 09:34:05 +02:00
param set MC_ROLLRATE_I 0.1
param set MC_ROLLRATE_D 0.004
2015-08-01 09:34:05 +02:00
param set MC_PITCH_P 6.0
param set MC_PITCHRATE_P 0.14
2015-08-01 09:34:05 +02:00
param set MC_PITCHRATE_I 0.09
param set MC_PITCHRATE_D 0.004
2015-08-01 09:34:05 +02:00
param set MC_YAW_P 4
fi