Public Member Functions | Protected Attributes
costmap_queue::LimitedCostmapQueue Class Reference

Extension of Costmap Queue where distances are limited to a given distance from source cells. More...

#include <limited_costmap_queue.h>

Inheritance diagram for costmap_queue::LimitedCostmapQueue:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int getMaxDistance () const override
 Get the maximum x or y distance we'll need to calculate the distance between.
 LimitedCostmapQueue (nav_core2::Costmap &costmap, const int cell_distance_limit)
 Constructor with limit as an integer number of cells.
bool validCellToQueue (const CellData &cell) override
 Check to see if we should add this cell to the queue. Always true unless overridden.

Protected Attributes

int max_distance_

Detailed Description

Extension of Costmap Queue where distances are limited to a given distance from source cells.

Definition at line 47 of file limited_costmap_queue.h.


Constructor & Destructor Documentation

costmap_queue::LimitedCostmapQueue::LimitedCostmapQueue ( nav_core2::Costmap costmap,
const int  cell_distance_limit 
)

Constructor with limit as an integer number of cells.

Definition at line 39 of file limited_costmap_queue.cpp.


Member Function Documentation

int costmap_queue::LimitedCostmapQueue::getMaxDistance ( ) const [override, virtual]

Get the maximum x or y distance we'll need to calculate the distance between.

Reimplemented from costmap_queue::CostmapQueue.

Definition at line 46 of file limited_costmap_queue.cpp.

bool costmap_queue::LimitedCostmapQueue::validCellToQueue ( const CellData cell) [override, virtual]

Check to see if we should add this cell to the queue. Always true unless overridden.

Parameters:
cellThe cell to check
Returns:
True, unless overriden

Reimplemented from costmap_queue::CostmapQueue.

Definition at line 51 of file limited_costmap_queue.cpp.


Member Data Documentation

Definition at line 57 of file limited_costmap_queue.h.


The documentation for this class was generated from the following files:


costmap_queue
Author(s):
autogenerated on Wed Jun 26 2019 20:09:33