smaller wheels
This commit is contained in:
parent
2aa25f49d2
commit
0a09c4b785
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const float ACCEL_LIMIT = 5.0; // cm/s/s
|
|||
const float VEL_LIMIT = 16.0; // cm/s
|
||||
const float BACKLASH_RIGHT = 0.0; // degrees
|
||||
const float BACKLASH_LEFT = 0.0; // degrees
|
||||
const float WHEEL_DIAMETER = 10.25; // cm
|
||||
const float WHEEL_DIAMETER = 6.61; // cm
|
||||
const float WHEEL_TO_WHEEL = 9.0; // cm
|
||||
|
||||
// centimeters per second to rpm
|
||||
|
|
|
|||
Loading…
Reference in a new issue