Files
mxsc/script/motion/move_cold.py
gac-S_Changer bc21bb95a3
2018-09-17 16:56:55 +02:00

18 lines
309 B
Python

def move_cold():
"""
"""
print "move_cold"
#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()