This commit is contained in:
@@ -3,6 +3,10 @@ def move_cold():
|
||||
"""
|
||||
print "move_cold"
|
||||
|
||||
if robot.simulated:
|
||||
time.sleep(3.0)
|
||||
return
|
||||
|
||||
#Initial checks
|
||||
robot.assert_no_task()
|
||||
robot.reset_motion()
|
||||
|
||||
Reference in New Issue
Block a user