1
0

New version

This commit is contained in:
2025-01-02 16:29:45 +01:00
parent 2c8f1f988c
commit 7cb389d4a3
2 changed files with 144 additions and 223 deletions

View File

@@ -7,13 +7,12 @@ static class Sample {
float speed, acceleration;
float consigne;
float error;
int servo;
int state;
int servo, servoMin, servoMax, servoNeutre;
boolean state;
float kp, ki, kd;
int deltaT;
int speedMin, speedMax;
int minSatellites, satellites;
boolean switchFlag, speedDiffFlag, minSpeedFlag, maxSpeedFlag, brakeFlag;
boolean relay;
boolean brakeFlag;
Sample(int timestamp, boolean drawTimeTick) {
this.timestamp = timestamp;