27namespace localization {
29namespace pyramid_map {
38 bool create_map_cells =
true);
50 int altitude_index)
const;
56 int altitude_index)
const;
The options of the reflectance map.
The data structure of a Node in the map.
const BaseMapConfig * map_config_
The map settings.
MapNodeIndex index_
The index of this node
unsigned int resolution_id_
The ID of the resolution.
The options of the reflectance map.
void Init(const BaseMapConfig *map_config)
Initialize the map node.
unsigned int num_valid_single_cells_
The number of single cells with elements.
unsigned int num_valid_cells_
The number of cells with elements.
Eigen::Vector3d GetCoordinateCenter3D(unsigned int x, unsigned int y, int altitude_index) const
Given the local x, y, altitude index, return the global coordinate.
static void Reduce(NdtMapNode *map_node, const NdtMapNode &map_node_new)
Combine two map nodes (Reduce operation in mapreduce).
float GetMapResolutionZ() const
Get the resolution of this map nodex.
Eigen::Vector3d GetCoordinate3D(unsigned int x, unsigned int y, int altitude_index) const
Given the local x, y, altitude index, return the global coordinate.