moveit_msgs/PlaceLocation Message

File: moveit_msgs/PlaceLocation.msg

Raw Message Definition

# A name for this grasp
string id

# The internal posture of the hand for the grasp
# positions and efforts are used
trajectory_msgs/JointTrajectory post_place_posture

# The position of the end-effector for the grasp relative to a reference frame
# (that is always specified elsewhere, not in this message)
geometry_msgs/PoseStamped place_pose

# The estimated probability of success for this place, or some other
# measure of how "good" it is.
float64 quality

# The approach motion
GripperTranslation pre_place_approach

# The retreat motion
GripperTranslation post_place_retreat

# an optional list of obstacles that we have semantic information about
# and that can be touched/pushed/moved in the course of grasping
string[] allowed_touch_objects

Compact Message Definition

string id
trajectory_msgs/JointTrajectory post_place_posture
geometry_msgs/PoseStamped place_pose
float64 quality
moveit_msgs/GripperTranslation pre_place_approach
moveit_msgs/GripperTranslation post_place_retreat
string[] allowed_touch_objects