Class ThetaStarPlanner
Defined in File theta_star_planner.hpp
Inheritance Relationships
Base Type
public nav2_core::GlobalPlanner
Class Documentation
Public Functions
Creating a plan from start and goal poses.
- Parameters:
start – Start pose
goal – Goal pose
cancel_checker – Function to check if the action has been canceled
- Returns:
nav2_msgs::Path of the generated path
Protected Functions
the function responsible for calling the algorithm and retrieving a path from it
- Parameters:
cancel_checker – is a function to check if the action has been canceled
- Returns:
global_path is the planned path to be taken
Callback executed when a paramter change is detected.
- Parameters:
parameters – list of changed parameters
Protected Attributes
Protected Static Functions
interpolates points between the consecutive waypoints of the path
- Parameters:
raw_path – is used to send in the path received from the planner
dist_bw_points – is used to send in the interpolation_resolution (which has been set as the costmap resolution)
- Returns:
the final path with waypoints at a distance of the value of interpolation_resolution of each other