Nicolas's Discussions (2)

Sort by

ArduCopter Questions

Hi,

 

I have several questions.

 

Question on Kp Ki  (PI) regulator:

In this file Arducopter.h is write:

 

Kp_ROLLPITCH          = 0.0014;                      //Pitch&Roll Proportional Gain
Ki_ROLLPITCH           = 0.00000015;               //Pitch&Roll Int

Read more…

APM2 questions

Hi,

 

I have several questions.

 

Question on Kp Ki  (PI) regulator:

In this file AP_DCM.cpp is write:

 

#define Kp_ROLLPITCH 0.05967         // .0014 * 418/9.81 Pitch&Roll Drift Correction Proportional Gain
#define Ki_ROLLPITCH 0.00001278        // 0.000000

Read more…