Files
gac-S_Changer 981e2f5846
2019-11-28 14:37:36 +01:00

19 lines
316 B
Python

def move_heater():
"""
"""
print "move_heater"
#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_heater():
robot.move_heater()