Skip to content

Commit 978d36a

Browse files
committed
The motion delay is changed to 100ms
1 parent bb07f34 commit 978d36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymycobot/myagv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def __basic_move_control(self, *genre, timeout: int = 5):
209209
if self.__movement is False:
210210
break
211211
self._mesg(*genre)
212-
time.sleep(0.05)
212+
time.sleep(0.1)
213213
self.stop()
214214

215215
def go_ahead(self, speed: int, timeout: int = 5):

0 commit comments

Comments
 (0)