Skip to content

Commit ad2ed2f

Browse files
committed
mod: increased MOTOR_CONTROL speeds
1 parent 66f391c commit ad2ed2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino_alvik/robot_definitions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
MOTOR_KI_DEFAULT = 450.0
44
MOTOR_KD_DEFAULT = 0.0
55
MOTOR_MAX_RPM = 70.0
6-
MOTOR_CONTROL_DEG_S = 40
7-
MOTOR_CONTROL_MM_S = 40
6+
MOTOR_CONTROL_DEG_S = 100
7+
MOTOR_CONTROL_MM_S = 100
88
WHEEL_TRACK_MM = 89.0
99

1010
# Wheels parameters

0 commit comments

Comments
 (0)