We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251e2de commit 5847d77Copy full SHA for 5847d77
src/wroboclaw/roboclaw/mock.py
@@ -18,7 +18,7 @@ def __init__(self):
18
def set_enc_left_max_speed(self, max_speed: int):
19
self._left_max_speed = max_speed
20
21
- def set_enc_right_max_speed(self, max_enc_speed: int):
+ def set_enc_right_max_speed(self, max_speed: int):
22
self._right_max_speed = max_speed
23
24
def write_speed(self, spd_l: Optional[int] = None, spd_r: Optional[int] = None):
0 commit comments