19 import simple_moveit_interface
as smi
21 if __name__ ==
'__main__':
22 rospy.init_node(
'move_example')
23 while rospy.get_time() == 0.0:
pass 25 config = smi.get_goal_from_server(
"arm",
"home")
27 success = smi.moveit_joint_goal(
"arm", config)