Go to the documentation of this file.00001
00002
00003 while ok():
00004 goal = msg.pr2_controllers_msgs.PointHeadGoal(target=topics.intersected_point[0], min_duration=Duration(0.5))
00005 topics.head_traj_controller.point_head_action.goal(goal = goal)
00006 sleep(0.1)
00007