Main MRPT website > C++ reference
MRPT logo

mrpt::slam::CHeightGridMap2D::TInsertionOptions Struct Reference

Parameters related with inserting observations into the map. More...

#include <mrpt/slam/CHeightGridMap2D.h>

Inheritance diagram for mrpt::slam::CHeightGridMap2D::TInsertionOptions:
Inheritance graph
[legend]
Collaboration diagram for mrpt::slam::CHeightGridMap2D::TInsertionOptions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TInsertionOptions ()
 Default values loader:.
void loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string &section)
 See utils::CLoadableOptions.
void dumpToTextStream (CStream &out) const
 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).

Detailed Description

Parameters related with inserting observations into the map.

Definition at line 158 of file CHeightGridMap2D.h.


Constructor & Destructor Documentation

mrpt::slam::CHeightGridMap2D::TInsertionOptions::TInsertionOptions (  ) 

Default values loader:.


Member Function Documentation

void mrpt::slam::CHeightGridMap2D::TInsertionOptions::dumpToTextStream ( CStream out  )  const [virtual]
void mrpt::slam::CHeightGridMap2D::TInsertionOptions::loadFromConfigFile ( const mrpt::utils::CConfigFileBase source,
const std::string &  section 
) [virtual]

Member Data Documentation

Wether to perform filtering by z-coordinate (default=false): coordinates are always RELATIVE to the robot for this filter.

Definition at line 176 of file CHeightGridMap2D.h.

When inserting a scan, a point cloud is first created with this minimum distance between the 3D points (default=0).

Definition at line 182 of file CHeightGridMap2D.h.

Definition at line 180 of file CHeightGridMap2D.h.

Only when filterByHeight is true: coordinates are always RELATIVE to the robot for this filter.

Definition at line 180 of file CHeightGridMap2D.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010