Skip to content
Snippets Groups Projects
Commit d08e572d authored by RicardoEA's avatar RicardoEA
Browse files

Corrijo cuentas/rev del encoder según hoja de datos

parent e1cf388e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
#define WHEEL_RADIUS WHEEL_DIAMETER/2// in meters
#define ROBOT_RADIUS 0.0675 // in meters
#define ENC_CPR 3 //counts per revolution
#define ENC_CPR 12 //counts per revolution
#define MOTOR_REDUCTION 50
#define TICS_PER_REVOLUTION ENC_CPR*MOTOR_REDUCTION
#define RAD_PER_TICK 2*PI/TICS_PER_REVOLUTION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment