This commit is contained in:
9
script/test/TestCameraStability3.py
Normal file
9
script/test/TestCameraStability3.py
Normal file
@@ -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