Extra params for insertIndividualPoint()
Definition at line 40 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. | |
bool | 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. | |
mrpt::maps::CHeightGridMap2D_Base::TPointInsertParams::TPointInsertParams | ( | ) |
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 42 of file CHeightGridMap2D_Base.h.
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 43 of file CHeightGridMap2D_Base.h.
Page generated by Doxygen 1.9.8 for MRPT 1.4.0 SVN: at Fri Dec 15 05:36:48 UTC 2023 |