24 namespace localization {
47 virtual void CreateXml(boost::property_tree::ptree* config)
const;
49 virtual void LoadXml(boost::property_tree::ptree* config);
std::vector< float > map_resolutions_z_
The resolution of z-axis.
Definition: ndt_map_config.h:40
NdtMapConfig(std::string map_version="0.1")
The constructor gives the default map settings.
void SetSingleResolutionZ(float resolution=1.0f)
Set single resolutions.
The options of the reflectance map.
Definition: base_map_config.h:32
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
bool map_is_compression_
Enable the compression.
Definition: ndt_map_config.h:43
The options of the reflectance map.
Definition: ndt_map_config.h:28
~NdtMapConfig()
Definition: ndt_map_config.h:32
virtual void CreateXml(boost::property_tree::ptree *config) const
Create the XML structure.
virtual void LoadXml(boost::property_tree::ptree *config)
Load the map options from a XML structure.
void SetMultiResolutionsZ()
Set multi resolutions.