Files
x06da/script/motion/move_aux.py
alexgobbo 7ab43e1840 08 2025
2025-08-07 10:04:13 +02:00

19 lines
321 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()
return True