20namespace localization {
38 config->put(
"map.map_runtime.max_intensity_var_value",
45 map_cache_size_ = config.get<
unsigned int>(
"map.map_runtime.cache_size");
47 config.get<
float>(
"map.map_runtime.max_intensity_value");
49 config.get<
float>(
"map.map_runtime.max_intensity_var_value");
The options of the reflectance map.
bool map_is_compression_
Enable the compression.
float map_ground_height_offset_
Velodyne's height to the ground.
virtual void CreateXml(boost::property_tree::ptree *config) const
Create the XML structure.
virtual void LoadXml(const boost::property_tree::ptree &config)
Load the map options from a XML structure.
float map_layer_alt_thres_
The threshold to split more layers in the map node.
virtual void CreateXml(boost::property_tree::ptree *config) const
Create the XML structure.
float max_intensity_value_
During the visualization (for example, call the function get_image() of map node layer),...
float max_intensity_var_value_
During the visualization (for example, call the function get_image() of map node layer),...
LossyMapConfig2D(std::string map_version="lossy_map")
The constructor gives the default map settings.
unsigned int map_cache_size_
When load map nodes, the maximum number of map nodes will be kept in memory.
virtual void LoadXml(const boost::property_tree::ptree &config)
Load the map options from a XML structure.