add delay in motion
This commit is contained in:
parent
b310bdc25c
commit
cca77561b2
1 changed files with 3 additions and 1 deletions
|
@ -109,4 +109,6 @@ class motion:
|
|||
self.turn(-23, TURN_TIME_FS_90DEG_MS)
|
||||
self.drive(30)
|
||||
self.stop()
|
||||
print("stopping")
|
||||
|
||||
print("stopping")
|
||||
time.sleep(0.5)
|
Loading…
Add table
Add a link
Reference in a new issue