Files
x06da/script/motion/get_aux.py
alexgobbo 93844b103e V2
2024-10-30 11:23:40 +01:00

21 lines
370 B
Python

def get_aux(sample):
"""
"""
print "get_aux: ",sample
#Initial checks
assert_valid_sample(sample)
robot.assert_no_task()
robot.reset_motion()
robot.wait_ready()
robot.assert_cleared()
#Enabling
enable_motion()
if not robot.is_aux():
robot.move_aux()
robot.get_aux(sample)