#include <mrpt/slam/CHeightGridMap2D.h>

Public Member Functions | |
| TInsertionOptions () | |
| Default values loader:. | |
| void | loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string §ion) |
| See utils::CLoadableOptions. | |
| void | dumpToTextStream (utils::CStream &out) |
| See utils::CLoadableOptions. | |
Public Attributes | |
| bool | filterByHeight |
| Wether to perform filtering by z-coordinate (default=false): coordinates are always RELATIVE to the robot for this filter. | |
| float | z_min |
| Only when filterByHeight is true: coordinates are always RELATIVE to the robot for this filter. | |
| float | z_max |
| float | minDistBetweenPointsWhenInserting |
| When inserting a scan, a point cloud is first created with this minimum distance between the 3D points (default=0). | |
Definition at line 163 of file CHeightGridMap2D.h.
| mrpt::slam::CHeightGridMap2D::CHeightGridMap2D::TInsertionOptions::TInsertionOptions | ( | ) |
Default values loader:.
| void mrpt::slam::CHeightGridMap2D::CHeightGridMap2D::TInsertionOptions::dumpToTextStream | ( | utils::CStream & | out | ) | [virtual] |
| void mrpt::slam::CHeightGridMap2D::CHeightGridMap2D::TInsertionOptions::loadFromConfigFile | ( | const mrpt::utils::CConfigFileBase & | source, | |
| const std::string & | section | |||
| ) | [virtual] |
| bool mrpt::slam::CHeightGridMap2D::CHeightGridMap2D::TInsertionOptions::filterByHeight |
Wether to perform filtering by z-coordinate (default=false): coordinates are always RELATIVE to the robot for this filter.
Definition at line 181 of file CHeightGridMap2D.h.
| float mrpt::slam::CHeightGridMap2D::CHeightGridMap2D::TInsertionOptions::minDistBetweenPointsWhenInserting |
When inserting a scan, a point cloud is first created with this minimum distance between the 3D points (default=0).
Definition at line 187 of file CHeightGridMap2D.h.
| float mrpt::slam::CHeightGridMap2D::CHeightGridMap2D::TInsertionOptions::z_max |
Definition at line 185 of file CHeightGridMap2D.h.
| float mrpt::slam::CHeightGridMap2D::CHeightGridMap2D::TInsertionOptions::z_min |
Only when filterByHeight is true: coordinates are always RELATIVE to the robot for this filter.
Definition at line 185 of file CHeightGridMap2D.h.
| Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:07:47 EST 2009 |