moveit_msgs/PositionConstraint Message

File: moveit_msgs/PositionConstraint.msg

Raw Message Definition

# This message contains the definition of a position constraint.

Header header

# The robot link this constraint refers to
string link_name

# The offset (in the link frame) for the target point on the link we are planning for
geometry_msgs/Vector3 target_point_offset

# The volume this constraint refers to 
BoundingVolume constraint_region

# A weighting factor for this constraint (denotes relative importance to other constraints. Closer to zero means less important)
float64 weight

Compact Message Definition

std_msgs/Header header
string link_name
geometry_msgs/Vector3 target_point_offset
moveit_msgs/BoundingVolume constraint_region
float64 weight