Files
x06da/script/motion/move_cold.py
gac-S_Changer c85d4b4aa9 Startup
2020-09-08 11:53:11 +02:00

22 lines
385 B
Python

def move_cold():
"""
"""
print "move_cold"
if robot.simulated:
time.sleep(3.0)
return
#Initial checks
robot.assert_no_task()
robot.reset_motion()
robot.wait_ready()
robot.assert_cleared()
#robot.assert_in_known_point()
#Enabling
enable_motion()
if not robot.is_cold():
robot.move_cold()