27 namespace localization {
45 int altitude_index)
const;
51 int altitude_index)
const;
static void Reduce(NdtMapNode *map_node, const NdtMapNode &map_node_new)
Combine two map nodes (Reduce operation in mapreduce). The result is saved in map_node.
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
unsigned int num_valid_single_cells_
The number of single cells with elements.
Definition: ndt_map_node.h:60
Eigen::Vector3d Vector3d
Definition: frame_transform.h:27
float GetMapResolutionZ() const
Get the resolution of this map nodex.
Definition: ndt_map_node.h:36
The options of the reflectance map.
Definition: ndt_map_config.h:28
MapNodeIndex index_
The index of this node.
Definition: base_map_node.h:172
Eigen::Vector3d GetCoordinate3D(unsigned int x, unsigned int y, int altitude_index) const
Given the local x, y, altitude index, return the global coordinate.
unsigned int num_valid_cells_
The number of cells with elements.
Definition: ndt_map_node.h:58
Definition: ndt_map_node.h:30
const BaseMapConfig * map_config_
The map settings.
Definition: base_map_node.h:170
Eigen::Vector3d GetCoordinateCenter3D(unsigned int x, unsigned int y, int altitude_index) const
Given the local x, y, altitude index, return the global coordinate.
The data structure of a Node in the map.
Definition: base_map_node.h:32
unsigned int resolution_id_
The ID of the resolution. Should be less than BaseMapConfig::map_resolutions_.size().
Definition: base_map_node_index.h:79