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_regulated_pure_pursuit_controller::PathHandler.
Destrructor for nav2_regulated_pure_pursuit_controller::PathHandler.
Transforms global plan into same frame as pose and clips poses ineligible for lookaheadPoint Points ineligible to be selected as a lookahead 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
Transform a pose to another frame.
- Parameters:
frame – Frame ID to transform to
in_pose – Pose input to transform
out_pose – transformed output
- Returns:
bool if successful
Protected Functions
Get the greatest extent of the costmap in meters from the center.
- Returns:
max of distance from center in meters to edge of costmap
Protected Attributes