GoToPose#
This class offers a simplified interface to
WaypointsTask
to go to a single point/pose.Registered properties:
orientation (float,
orientation
)tolerance (bool,
WaypointsTask.tolerance
)angular_tolerance (float,
WaypointsTask.angular_tolerance
)
Constructs a new instance.
- Parameters:
point – The goal point
orientation – The goal orientation
tolerance – The goal spatial tolerance
angular_tolerance – The goal angular tolerance
- Type:
The default goal angular tolerance
this value is used in
get_effective_angular_tolerance()
to compute the effective angular tolerance applied to a selected waypoint, where specific (positive) angular tolerances returned byangular_tolerances
will overwrites this default value.
- Type:
The goal orientations at the waypoints.
- Type:
The goal point.
- Type:
The default goal spatial tolerance.
this value is used in
get_effective_tolerance()
to compute the effective tolerance applied to a selected waypoint, where specific (positive) tolerances returned bytolerances
will overwrites this default value.