#include <lossy_map_matrix_2d.h>
◆ LossyMapCell2D()
apollo::localization::msf::LossyMapCell2D::LossyMapCell2D |
( |
| ) |
|
◆ operator=()
Load the map cell from a binary chunk.
- Parameters
-
<return> | The size read (the real size of object).Create the binary. Serialization of the object. |
<buf,buf_size> | The buffer and its size. |
<return> | The required or the used size of is returned.Get the binary size of the object. Overloading the assign operator. |
◆ Reset()
void apollo::localization::msf::LossyMapCell2D::Reset |
( |
| ) |
|
|
inline |
◆ altitude
float apollo::localization::msf::LossyMapCell2D::altitude |
The average altitude of the cell.
◆ altitude_ground
float apollo::localization::msf::LossyMapCell2D::altitude_ground |
The ground altitude of the cell.
◆ count
unsigned int apollo::localization::msf::LossyMapCell2D::count |
The number of samples in the cell.
◆ intensity
float apollo::localization::msf::LossyMapCell2D::intensity |
The average intensity value.
◆ intensity_var
float apollo::localization::msf::LossyMapCell2D::intensity_var |
The variance intensity value.
◆ is_ground_useful
bool apollo::localization::msf::LossyMapCell2D::is_ground_useful |
The documentation for this struct was generated from the following file: