>>>>>>>>>>>>>Correction for constants. This is a good one!!!
Ten commit jest zawarty w:
rodzic
eaf6a8a0e7
commit
023e78bd1c
1 zmienionych plików z 3 dodań i 3 usunięć
|
@ -4,9 +4,9 @@ QTRSensors qtr;
|
|||
const uint8_t SensorCount = 8;
|
||||
uint16_t sensorValues[SensorCount];
|
||||
|
||||
float Kp = 0.097;//set up the constants value
|
||||
float Ki = 0.0008;
|
||||
float Kd = 0.6;
|
||||
float Kp = 0.09; //set up the constants value
|
||||
float Ki = 0.0009;
|
||||
float Kd = 0.3;
|
||||
int P;
|
||||
int I;
|
||||
int D;
|
||||
|
|
Ładowanie…
Dodaj tabelę
Add a link
Odniesienie w nowym zgłoszeniu