DCM: minor tuning based on testing my quad

This commit is contained in:
Andrew Tridgell 2012-03-07 18:31:02 +11:00
parent dffb435aac
commit 3344869285
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ class AP_DCM
public:
// Constructors
AP_DCM(IMU *imu, GPS *&gps) :
_kp_roll_pitch(12.0),
_kp_roll_pitch(18.0),
_ki_roll_pitch(0.0006),
_kp_yaw(3.0),
_kp_yaw(9.0),
_ki_yaw(0.003),
_gps(gps),
_imu(imu),