increase loop frequency to 83hz
This commit is contained in:
parent
d3ed3f4093
commit
de02805873
1 changed files with 1 additions and 1 deletions
|
@ -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.;
|
||||
|
|
Loading…
Reference in a new issue