Public Member Functions | |
def | __init__ |
def | pick_up_object_near_point |
def | place_object |
Public Attributes | |
conveyor | |
objects_dist | |
papm | |
playpen | |
successes | |
tries | |
Static Public Attributes | |
tuple | success |
int | update_table = 1 |
once is it positioned, we don't want to move the head at all !!!############# rospy.loginfo("pointing the head at the target point") self.papm.point_head(get_xyz(target_point.point), target_point.header.frame_id) |
Definition at line 47 of file wg_manipulation.py.
Definition at line 49 of file wg_manipulation.py.
def pr2_playpen.wg_manipulation.SimplePickAndPlaceExample.pick_up_object_near_point | ( | self, | |
target_point, | |||
whicharm | |||
) |
Definition at line 64 of file wg_manipulation.py.
def pr2_playpen.wg_manipulation.SimplePickAndPlaceExample.place_object | ( | self, | |
whicharm, | |||
place_rect_dims, | |||
place_rect_center | |||
) |
Definition at line 98 of file wg_manipulation.py.
Definition at line 49 of file wg_manipulation.py.
Definition at line 49 of file wg_manipulation.py.
Definition at line 49 of file wg_manipulation.py.
Definition at line 49 of file wg_manipulation.py.
self.papm.pick_up_object_near_point(target_point, whicharm)
Definition at line 82 of file wg_manipulation.py.
Definition at line 49 of file wg_manipulation.py.
Definition at line 49 of file wg_manipulation.py.
int pr2_playpen::wg_manipulation.SimplePickAndPlaceExample::update_table = 1 [static] |
once is it positioned, we don't want to move the head at all !!!############# rospy.loginfo("pointing the head at the target point") self.papm.point_head(get_xyz(target_point.point), target_point.header.frame_id)
Definition at line 79 of file wg_manipulation.py.