Startup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
for i in range(10):
|
||||
time.sleep(1)
|
||||
move_home()
|
||||
time.sleep(1)
|
||||
move_park()
|
||||
start = time.time()
|
||||
time.sleep(1.0)
|
||||
print run("imgproc/LedDetectionProc.py")
|
||||
|
||||
Reference in New Issue
Block a user