GoToPose#
- This class offers a simplified interface to - WaypointsTaskto 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: specific (positive) angular tolerances returned by- angular_toleranceswill 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: specific (positive) tolerances returned by- toleranceswill overwrites this default value.