Skip to content

Commit e39ce05

Browse files
committed
updated motor limit to 80rpm
1 parent 2faa37e commit e39ce05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robot_definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Motor Control and mechanical parameters
2424
#define CONTROL_LIMIT 4096 // PWM resolution
2525

26-
#define MOTOR_LIMIT 100.0 // Mechanical RPM limit speed of used motors
26+
#define MOTOR_LIMIT 80.0 // Mechanical RPM limit speed of used motors
2727
#define MOTOR_CPR 6.0 // Resolution of the encoder
2828
#define MOTOR_GEAR_RATIO 150.0 // Gear ratio of the motor
2929

0 commit comments

Comments
 (0)