Class GlobalPlanner
Defined in File global_planner.hpp
Class Documentation
Abstract interface for global planners to adhere to with pluginlib.
Public Types
Public Functions
Virtual destructor.
- Parameters:
parent – pointer to user’s node
name – The name of this planner
tf – A pointer to a TF buffer
costmap_ros – A pointer to the costmap
Method to cleanup resources used on shutdown.
Method to active planner and any threads involved in execution.
Method to deactive planner and any threads involved in execution.
Method create the plan from a starting and ending goal.
- Parameters:
start – The starting pose of the robot
goal – The goal pose of the robot
- Returns:
The sequence of poses to get from start to goal, if any