22 namespace localization {
24 namespace pyramid_map {
52 virtual bool CreateXml(boost::property_tree::ptree* config)
const;
54 virtual bool LoadXml(
const boost::property_tree::ptree& config);
unsigned int resolution_ratio_
Definition: pyramid_map_config.h:39
virtual bool 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), the maximum intensity value in the image.
Definition: pyramid_map_config.h:44
bool has_intensity_var_
Definition: pyramid_map_config.h:32
bool has_altitude_var_
Definition: pyramid_map_config.h:34
bool has_ground_altitude_
Definition: pyramid_map_config.h:35
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
bool has_ground_count_
Definition: pyramid_map_config.h:37
bool has_intensity_
Definition: pyramid_map_config.h:31
bool has_count_
Definition: pyramid_map_config.h:36
std::string coordinate_type_
coordinate type.
Definition: pyramid_map_config.h:41
unsigned int resolution_num_
Definition: pyramid_map_config.h:38
PyramidMapConfig(const std::string &map_version)
bool has_altitude_
Definition: pyramid_map_config.h:33
float max_intensity_var_value_
During the visualization (for example, Call the function get_image() of map node layer), the maximum intensity value in the image.
Definition: pyramid_map_config.h:48
The options of the reflectance map.
Definition: base_map_config.h:42
virtual bool LoadXml(const boost::property_tree::ptree &config)
Load the map options from a XML structure.
Definition: pyramid_map_config.h:26