Class PathHandler
Defined in File path_handler.hpp
Class Documentation
Handles input paths to transform them to local frames required.
Public Functions
Constructor for nav2_graceful_controller::PathHandler.
Destructor for nav2_graceful_controller::PathHandler.
Transforms global plan into same frame as pose and clips poses ineligible for motionTarget Points ineligible to be selected as a motion target point if they are any of the following:
Outside the local_costmap (collision avoidance cannot be assured)
- Parameters:
pose – pose to transform
max_robot_pose_search_dist – Distance to search for matching nearest path point
- Returns:
Path in new frame
Sets the global plan.
- Parameters:
path – The global plan
Gets the global plan.
- Returns:
The global plan
Protected Attributes