GoToPose#

This class offers a simplified interface to WaypointsTask to go to a single point/pose.

Registered properties:

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:

float

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 by angular_tolerances will overwrites this default value.

Type:

float

The goal orientations at the waypoints.

Type:

Vector2

The goal point.

Type:

float

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 by tolerances will overwrites this default value.