diff --git a/lib/Chassis/src/constants.h b/lib/Chassis/src/constants.h index 7d49d28..435a7d2 100644 --- a/lib/Chassis/src/constants.h +++ b/lib/Chassis/src/constants.h @@ -14,5 +14,5 @@ const float RIGHT_TICKS_PER_CM = 1440.0 / (3.1416 * 4.0); * You can change the control loop period, but you should use multiples of 4 ms to * avoid rounding errors. */ -const uint16_t CONTROL_LOOP_PERIOD_MS = 20; +const uint16_t CONTROL_LOOP_PERIOD_MS = 12; const float CONTROL_LOOP_PERIOD_S = CONTROL_LOOP_PERIOD_MS / 1000.;