#include <OccupancyGrid.h>
|
virtual void | clear () |
|
cv::Mat | getMap (float &xMin, float &yMin) const |
|
unsigned long | getMemoryUsed () const |
|
float | getMinMapSize () const |
|
cv::Mat | getProbMap (float &xMin, float &yMin) const |
|
| OccupancyGrid (const LocalGridCache *cache, const ParametersMap ¶meters=ParametersMap()) |
|
void | setMap (const cv::Mat &map, float xMin, float yMin, float cellSize, const std::map< int, Transform > &poses) |
|
const std::map< int, Transform > & | addedNodes () const |
|
float | getCellSize () const |
|
void | getGridMax (double &x, double &y) const |
|
void | getGridMax (double &x, double &y, double &z) const |
|
void | getGridMin (double &x, double &y) const |
|
void | getGridMin (double &x, double &y, double &z) const |
|
float | getUpdateError () const |
|
bool | update (const std::map< int, Transform > &poses) |
|
virtual | ~GlobalMap () |
|
Definition at line 40 of file global_map/OccupancyGrid.h.
◆ OccupancyGrid()
◆ assemble()
void rtabmap::OccupancyGrid::assemble |
( |
const std::list< std::pair< int, Transform > > & |
newPoses | ) |
|
|
protectedvirtual |
◆ clear()
void rtabmap::OccupancyGrid::clear |
( |
| ) |
|
|
virtual |
◆ getMap()
◆ getMemoryUsed()
unsigned long rtabmap::OccupancyGrid::getMemoryUsed |
( |
| ) |
const |
|
virtual |
◆ getMinMapSize()
float rtabmap::OccupancyGrid::getMinMapSize |
( |
| ) |
const |
|
inline |
◆ getProbMap()
◆ setMap()
◆ cellCount_
std::map<int, std::pair<int, int> > rtabmap::OccupancyGrid::cellCount_ |
|
private |
◆ erode_
bool rtabmap::OccupancyGrid::erode_ |
|
private |
◆ footprintRadius_
float rtabmap::OccupancyGrid::footprintRadius_ |
|
private |
◆ map_
cv::Mat rtabmap::OccupancyGrid::map_ |
|
private |
◆ mapInfo_
cv::Mat rtabmap::OccupancyGrid::mapInfo_ |
|
private |
◆ minMapSize_
float rtabmap::OccupancyGrid::minMapSize_ |
|
private |
The documentation for this class was generated from the following files: