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

Detailed Description

The contents of each cell in a CHeightGridMap2D map.

Definition at line 32 of file maps/CHeightGridMap2D.h.

#include <mrpt/maps/CHeightGridMap2D.h>

Public Member Functions

 THeightGridmapCell ()
 

Public Attributes

float h
 The current average height (in meters) More...
 
float var
 The current standard deviation of the height (in meters) More...
 
float u
 Auxiliary variable for storing the incremental mean value (in meters). More...
 
float v
 Auxiliary (in meters) More...
 
uint32_t w
 [For mrSimpleAverage model] The accumulated weight: initially zero if un-observed, increased by one for each observation More...
 

Constructor & Destructor Documentation

◆ THeightGridmapCell()

mrpt::maps::THeightGridmapCell::THeightGridmapCell ( )
inline

Definition at line 40 of file maps/CHeightGridMap2D.h.

Member Data Documentation

◆ h

float mrpt::maps::THeightGridmapCell::h

The current average height (in meters)

Definition at line 34 of file maps/CHeightGridMap2D.h.

◆ u

float mrpt::maps::THeightGridmapCell::u

Auxiliary variable for storing the incremental mean value (in meters).

Definition at line 36 of file maps/CHeightGridMap2D.h.

◆ v

float mrpt::maps::THeightGridmapCell::v

Auxiliary (in meters)

Definition at line 37 of file maps/CHeightGridMap2D.h.

◆ var

float mrpt::maps::THeightGridmapCell::var

The current standard deviation of the height (in meters)

Definition at line 35 of file maps/CHeightGridMap2D.h.

◆ w

uint32_t mrpt::maps::THeightGridmapCell::w

[For mrSimpleAverage model] The accumulated weight: initially zero if un-observed, increased by one for each observation

Definition at line 38 of file maps/CHeightGridMap2D.h.




Page generated by Doxygen 1.9.5 for MRPT 1.4.0 SVN: at Sun Nov 27 03:17:04 UTC 2022