calibrated kinematic parameter
This commit is contained in:
parent
718a551d72
commit
936b160f2c
1 changed files with 2 additions and 2 deletions
|
|
@ -3,5 +3,5 @@
|
|||
*/
|
||||
|
||||
const float ROBOT_RADIUS = 7;
|
||||
const float LEFT_TICKS_PER_CM = 50;
|
||||
const float RIGHT_TICKS_PER_CM = 50;
|
||||
const float LEFT_TICKS_PER_CM = 63.829;
|
||||
const float RIGHT_TICKS_PER_CM = LEFT_TICKS_PER_CM;
|
||||
|
|
|
|||
Loading…
Reference in a new issue