35 #ifndef COSTMAP_QUEUE_LIMITED_COSTMAP_QUEUE_H 36 #define COSTMAP_QUEUE_LIMITED_COSTMAP_QUEUE_H 61 #endif // COSTMAP_QUEUE_LIMITED_COSTMAP_QUEUE_H int getMaxDistance() const override
Get the maximum x or y distance we'll need to calculate the distance between.
bool validCellToQueue(const CellData &cell) override
Check to see if we should add this cell to the queue. Always true unless overridden.
nav_core2::BasicCostmap costmap
A tool for finding the cells closest to some set of originating cells.
Extension of Costmap Queue where distances are limited to a given distance from source cells...
LimitedCostmapQueue(nav_core2::Costmap &costmap, const int cell_distance_limit)
Constructor with limit as an integer number of cells.
Storage for cell information used during queue expansion.