24namespace localization {
26namespace pyramid_map {
48 virtual bool CreateXml(boost::property_tree::ptree* config)
const;
50 virtual bool LoadXml(boost::property_tree::ptree* config);
The options of the reflectance map.
The options of the reflectance map.
void SetMultiResolutionsZ()
Set multi resolutions.
bool map_is_compression_
Enable the compression.
virtual bool LoadXml(boost::property_tree::ptree *config)
Load the map options from a XML structure.
void SetSingleResolutionZ(float resolution=1.0f)
Set single resolutions.
std::vector< float > map_resolutions_z_
The resolution of z-axis.
virtual bool CreateXml(boost::property_tree::ptree *config) const
Create the XML structure.