update kp
This commit is contained in:
parent
33611fcfb1
commit
eaf6a8a0e7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ QTRSensors qtr;
|
|||
const uint8_t SensorCount = 8;
|
||||
uint16_t sensorValues[SensorCount];
|
||||
|
||||
float Kp = 0.093;//set up the constants value
|
||||
float Kp = 0.097;//set up the constants value
|
||||
float Ki = 0.0008;
|
||||
float Kd = 0.6;
|
||||
int P;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue