Class GoalDistCritic
Defined in File goal_dist.hpp
Inheritance Relationships
Base Type
public dwb_critics::MapGridCritic
(Class MapGridCritic)
Derived Type
public dwb_critics::GoalAlignCritic
(Class GoalAlignCritic)
Class Documentation
-
class GoalDistCritic : public dwb_critics::MapGridCritic
Scores trajectories based on how far along the global path they end up.
This trajectory critic helps ensure progress along the global path. It finds the pose from the global path farthest from the robot that is still on the costmap, and aims for that point by assigning the lowest cost to the cell corresponding with that farthest pose.
Subclassed by dwb_critics::GoalAlignCritic
Public Functions
Protected Functions