22namespace localization {
24namespace pyramid_map {
37 unsigned int resolution_id,
unsigned int level = 0);
42 unsigned int resolution_id,
unsigned int level = 0);
48 unsigned int resolution_id,
unsigned int level = 0);
54 unsigned int resolution_id,
unsigned int level = 0);
60 unsigned int resolution_id,
61 unsigned int level = 0);
63 unsigned int GetCountSafe(
const Eigen::Vector3d& coordinate,
int zone_id,
64 unsigned int resolution_id,
unsigned int level = 0);
67 int zone_id,
unsigned int resolution_id,
68 unsigned int level = 0);
The data structure of the base map.
unsigned int GetGroundCountSafe(const Eigen::Vector3d &coordinate, int zone_id, unsigned int resolution_id, unsigned int level=0)
Get the number of ground samples in the map cell thread safely.
float GetAltitudeVarSafe(const Eigen::Vector3d &coordinate, int zone_id, unsigned int resolution_id, unsigned int level=0)
Given the 3D global coordinate, this function loads the corresponding map node in the cache thread sa...
float GetGroundAltitudeSafe(const Eigen::Vector3d &coordinate, int zone_id, unsigned int resolution_id, unsigned int level=0)
Given the 3D global coordinate, this function loads the corresponding map node in the cache thread sa...
float GetIntensityVarSafe(const Vector3d &coordinate, int zone_id, unsigned int resolution_id, unsigned int level=0)
Given the 3D global coordinate, this function loads the corresponding map node in the cache and retur...
unsigned int GetCountSafe(const Eigen::Vector3d &coordinate, int zone_id, unsigned int resolution_id, unsigned int level=0)
Get the number of samples in the map cell thread safely.
float GetAltitudeSafe(const Eigen::Vector3d &coordinate, int zone_id, unsigned int resolution_id, unsigned int level=0)
Given the 3D global coordinate, this function loads the corresponding map node in the cache thread sa...
float GetIntensitySafe(const Eigen::Vector3d &coordinate, int zone_id, unsigned int resolution_id, unsigned int level=0)
Given the 3D global coordinate, this function loads the corresponding map node in the cache thread sa...