34 #ifndef DWB_CRITICS__PATH_DIST_HPP_
35 #define DWB_CRITICS__PATH_DIST_HPP_
37 #include "dwb_critics/map_grid.hpp"
49 const geometry_msgs::msg::Pose2D & pose,
const nav_2d_msgs::msg::Twist2D & vel,
50 const geometry_msgs::msg::Pose2D & goal,
const nav_2d_msgs::msg::Path2D & global_plan)
override;
breadth-first scoring of all the cells in the costmap
Scores trajectories based on how far from the global path they end up.
bool prepare(const geometry_msgs::msg::Pose2D &pose, const nav_2d_msgs::msg::Twist2D &vel, const geometry_msgs::msg::Pose2D &goal, const nav_2d_msgs::msg::Path2D &global_plan) override
Prior to evaluating any trajectories, look at contextual information constant across all trajectories...