20namespace localization {
40 config->put(
"map.map_runtime.max_intensity_var_value",
46 coordinate_type_ = config.get<std::string>(
"map.map_config.coordinate_type");
48 map_cache_size_ = config.get<
unsigned int>(
"map.map_runtime.cache_size");
50 config.get<
float>(
"map.map_runtime.max_intensity_value");
52 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.
std::string coordinate_type_
coordinate type.
LosslessMapConfig(std::string map_version="lossless_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 CreateXml(boost::property_tree::ptree *config) const
Create the XML structure.
float max_intensity_var_value_
During the visualization (for example, call the function get_image() of map node layer),...
float max_intensity_value_
During the visualization (for example, call the function get_image() of map node layer),...
float map_layer_alt_thres_
The threshold to split more layers in the map node.
virtual void LoadXml(const boost::property_tree::ptree &config)
Load the map options from a XML structure.