Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::maps::CHeightGridMap2D_Base::TPointInsertParams Struct Reference

Detailed Description

Extra params for insertIndividualPoint()

Definition at line 42 of file CHeightGridMap2D_Base.h.

#include <mrpt/maps/CHeightGridMap2D_Base.h>

Public Member Functions

 TPointInsertParams ()
 

Public Attributes

double pt_z_std
 (Default:0.0) If !=0, use this value as the uncertainty (standard deviation) for the point "z" coordinate, instead of the map-wise default value. More...
 
bool update_map_after_insertion
 (default: true) run any required operation to ensure the map reflects the changes caused by this point. More...
 

Constructor & Destructor Documentation

◆ TPointInsertParams()

CHeightGridMap2D_Base::TPointInsertParams::TPointInsertParams ( )

Definition at line 21 of file CHeightGridMap2D_Base.cpp.

Member Data Documentation

◆ pt_z_std

double mrpt::maps::CHeightGridMap2D_Base::TPointInsertParams::pt_z_std

(Default:0.0) If !=0, use this value as the uncertainty (standard deviation) for the point "z" coordinate, instead of the map-wise default value.

Definition at line 47 of file CHeightGridMap2D_Base.h.

◆ update_map_after_insertion

bool mrpt::maps::CHeightGridMap2D_Base::TPointInsertParams::update_map_after_insertion

(default: true) run any required operation to ensure the map reflects the changes caused by this point.

Otherwise, calling dem_update_map() is required.

Definition at line 51 of file CHeightGridMap2D_Base.h.

Referenced by mrpt::maps::CHeightGridMap2D_Base::dem_internal_insertObservation(), and do_test_insertCheckMapBounds().




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST