We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f391c commit ad2ed2fCopy full SHA for ad2ed2f
arduino_alvik/robot_definitions.py
@@ -3,8 +3,8 @@
3
MOTOR_KI_DEFAULT = 450.0
4
MOTOR_KD_DEFAULT = 0.0
5
MOTOR_MAX_RPM = 70.0
6
-MOTOR_CONTROL_DEG_S = 40
7
-MOTOR_CONTROL_MM_S = 40
+MOTOR_CONTROL_DEG_S = 100
+MOTOR_CONTROL_MM_S = 100
8
WHEEL_TRACK_MM = 89.0
9
10
# Wheels parameters
0 commit comments