Parameters related with inserting observations into the map.
Definition at line 108 of file maps/CHeightGridMap2D.h.
#include <mrpt/maps/CHeightGridMap2D.h>

Public Member Functions | |
| TInsertionOptions () | |
| Default values loader: More... | |
| void | loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string §ion) |
| See utils::CLoadableOptions. More... | |
| void | dumpToTextStream (mrpt::utils::CStream &out) const |
| See utils::CLoadableOptions. More... | |
| void | loadFromConfigFileName (const std::string &config_file, const std::string §ion) |
| Behaves like loadFromConfigFile, but you can pass directly a file name and a temporary CConfigFile object will be created automatically to load the file. More... | |
| virtual void | saveToConfigFile (mrpt::utils::CConfigFileBase &target, const std::string §ion) const |
| This method saves the options to a ".ini"-like file or memory-stored string list. More... | |
| void | saveToConfigFileName (const std::string &config_file, const std::string §ion) const |
| Behaves like saveToConfigFile, but you can pass directly a file name and a temporary CConfigFile object will be created automatically to save the file. More... | |
| void | dumpToConsole () const |
| Just like dumpToTextStream() but sending the text to the console (std::cout) More... | |
Public Attributes | |
| bool | filterByHeight |
| Wether to perform filtering by z-coordinate (default=false): coordinates are always RELATIVE to the robot for this filter. More... | |
| float | z_min |
| Only when filterByHeight is true: coordinates are always RELATIVE to the robot for this filter. More... | |
| 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). More... | |
| mrpt::utils::TColormap | colorMap |
Static Protected Member Functions | |
| static void | dumpVar_int (CStream &out, const char *varName, int v) |
| Used to print variable info from dumpToTextStream with the macro LOADABLEOPTS_DUMP_VAR. More... | |
| static void | dumpVar_float (CStream &out, const char *varName, float v) |
| static void | dumpVar_double (CStream &out, const char *varName, double v) |
| static void | dumpVar_bool (CStream &out, const char *varName, bool v) |
| static void | dumpVar_string (CStream &out, const char *varName, const std::string &v) |
| mrpt::maps::CHeightGridMap2D::TInsertionOptions::TInsertionOptions | ( | ) |
Default values loader:
|
inherited |
Just like dumpToTextStream() but sending the text to the console (std::cout)
|
virtual |
Reimplemented from mrpt::utils::CLoadableOptions.
|
staticprotectedinherited |
|
staticprotectedinherited |
|
staticprotectedinherited |
|
staticprotectedinherited |
Used to print variable info from dumpToTextStream with the macro LOADABLEOPTS_DUMP_VAR.
|
staticprotectedinherited |
|
virtual |
Implements mrpt::utils::CLoadableOptions.
|
inherited |
Behaves like loadFromConfigFile, but you can pass directly a file name and a temporary CConfigFile object will be created automatically to load the file.
|
virtualinherited |
This method saves the options to a ".ini"-like file or memory-stored string list.
Reimplemented in mrpt::vision::TMultiResDescOptions, mrpt::vision::TMultiResDescMatchOptions, mrpt::srba::RbaEngine< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSRBAParameters, mrpt::nav::CHolonomicND::TOptions, and mrpt::nav::CHolonomicVFF::TOptions.
|
inherited |
Behaves like saveToConfigFile, but you can pass directly a file name and a temporary CConfigFile object will be created automatically to save the file.
| mrpt::utils::TColormap mrpt::maps::CHeightGridMap2D::TInsertionOptions::colorMap |
Definition at line 134 of file maps/CHeightGridMap2D.h.
| bool mrpt::maps::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 126 of file maps/CHeightGridMap2D.h.
| float mrpt::maps::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 132 of file maps/CHeightGridMap2D.h.
| float mrpt::maps::CHeightGridMap2D::TInsertionOptions::z_max |
Definition at line 130 of file maps/CHeightGridMap2D.h.
| float mrpt::maps::CHeightGridMap2D::TInsertionOptions::z_min |
Only when filterByHeight is true: coordinates are always RELATIVE to the robot for this filter.
Definition at line 130 of file maps/CHeightGridMap2D.h.
| Page generated by Doxygen 1.8.9.1 for MRPT 1.3.0 SVN: at Sun Sep 13 03:55:12 UTC 2015 |