Files
mxsc/script/motion/move_aux.py
gac-S_Changer 3d86c27140
2018-10-16 18:05:43 +02:00

18 lines
305 B
Python

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