Files
gac-s_changer 509cfd333d
2023-04-28 11:29:07 +02:00

19 lines
332 B
Python

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