GoToPoseTask#
#include "navground/sim/tasks/go_to_pose.h"
- This class offers a simplified interface to navground::sim::WaypointsTask to go to a single point/pose. - Registered properties: - point(navground::core::Vector2, get_point)
- orientation(float, get_orientation)
- tolerance(bool, navground::sim::WaypointsTask::get_tolerance)
- angular_tolerance(float, navground::sim::WaypointsTask::get_angular_tolerance)
 - Public Functions - Constructs a new instance. - Parameters:
- point – [in] The goal point 
- orientation – [in] The goal orientation 
- tolerance – [in] The goal spatial tolerance 
- angular_tolerance – [in] The goal angular tolerance 
 
 
 - Sets the goal point. - Parameters:
- point – [in] The desired point 
 
 - Sets the goal orientations. - Parameters:
- value – [in] The desired orientations (in radians) 
 
 - Gets the goal point. - Returns:
- The waypoints. 
 
 - Gets the goal orientations at the waypoints. - Returns:
- The orientations (in radians). 
 
 - Public Static Attributes - The default goal spatial tolerance. 
 - The default goal orientation tolerance.