Files
gac-S_Changer 7613276de1
2019-02-21 14:01:32 +01:00

18 lines
301 B
Python

def move_rt():
"""
"""
print "move rt"
#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_rt():
robot.move_rt()