Apollo 10.0
自动驾驶开放平台
|
The options of the reflectance map. 更多...
#include <base_map_config.h>
Public 成员函数 | |
BaseMapConfig (std::string map_version="0.1") | |
The constructor gives the default map settings. | |
bool | Save (const std::string file_path) |
Save the map option to a XML file. | |
bool | Load (const std::string file_path) |
Load the map option from a XML file. | |
void | ResizeMapRange () |
Resize map range by range and resolutions. | |
void | SetSingleResolutions (float resolution=0.125) |
Set single resolutions. | |
void | SetMultiResolutions () |
Set multi resolutions. | |
Public 属性 | |
std::string | map_version_ |
The version of map. | |
std::vector< float > | map_resolutions_ |
The pixel resolutions in the map in meters. | |
unsigned int | map_node_size_x_ |
The map node size in pixels. | |
unsigned int | map_node_size_y_ |
The map node size in pixels. | |
Rect2D< double > | map_range_ |
The minimum and maximum UTM range in the map. | |
float | map_ground_height_offset_ |
Velodyne's height to the ground. | |
bool | map_is_compression_ |
Enable the compression. | |
std::string | map_folder_path_ |
The map folder path. | |
std::vector< std::string > | map_datasets_ |
The datasets that contributed to the map. | |
Protected 成员函数 | |
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. | |
The options of the reflectance map.
在文件 base_map_config.h 第 32 行定义.
|
explicit |
The constructor gives the default map settings.
在文件 base_map_config.cc 第 26 行定义.
|
protectedvirtual |
Create the XML structure.
被 apollo::localization::msf::LosslessMapConfig, apollo::localization::msf::LossyMapConfig2D , 以及 apollo::localization::msf::NdtMapConfig 重载.
在文件 base_map_config.cc 第 60 行定义.
bool apollo::localization::msf::BaseMapConfig::Load | ( | const std::string | file_path | ) |
Load the map option from a XML file.
在文件 base_map_config.cc 第 44 行定义.
|
protectedvirtual |
Load the map options from a XML structure.
被 apollo::localization::msf::LosslessMapConfig , 以及 apollo::localization::msf::LossyMapConfig2D 重载.
在文件 base_map_config.cc 第 80 行定义.
void apollo::localization::msf::BaseMapConfig::ResizeMapRange | ( | ) |
Resize map range by range and resolutions.
在文件 base_map_config.cc 第 108 行定义.
bool apollo::localization::msf::BaseMapConfig::Save | ( | const std::string | file_path | ) |
Save the map option to a XML file.
在文件 base_map_config.cc 第 36 行定义.
void apollo::localization::msf::BaseMapConfig::SetMultiResolutions | ( | ) |
Set multi resolutions.
在文件 base_map_config.cc 第 161 行定义.
void apollo::localization::msf::BaseMapConfig::SetSingleResolutions | ( | float | resolution = 0.125 | ) |
Set single resolutions.
在文件 base_map_config.cc 第 156 行定义.
std::vector<std::string> apollo::localization::msf::BaseMapConfig::map_datasets_ |
The datasets that contributed to the map.
在文件 base_map_config.h 第 71 行定义.
std::string apollo::localization::msf::BaseMapConfig::map_folder_path_ |
The map folder path.
在文件 base_map_config.h 第 69 行定义.
float apollo::localization::msf::BaseMapConfig::map_ground_height_offset_ |
Velodyne's height to the ground.
Estimate the Velodyne's height based on the ground height.
在文件 base_map_config.h 第 64 行定义.
bool apollo::localization::msf::BaseMapConfig::map_is_compression_ |
Enable the compression.
在文件 base_map_config.h 第 66 行定义.
unsigned int apollo::localization::msf::BaseMapConfig::map_node_size_x_ |
The map node size in pixels.
在文件 base_map_config.h 第 52 行定义.
unsigned int apollo::localization::msf::BaseMapConfig::map_node_size_y_ |
The map node size in pixels.
在文件 base_map_config.h 第 54 行定义.
Rect2D<double> apollo::localization::msf::BaseMapConfig::map_range_ |
The minimum and maximum UTM range in the map.
The x direction is the easting in UTM coordinate. The y direction is the northing in UTM coordinate.
在文件 base_map_config.h 第 60 行定义.
std::vector<float> apollo::localization::msf::BaseMapConfig::map_resolutions_ |
The pixel resolutions in the map in meters.
在文件 base_map_config.h 第 50 行定义.
std::string apollo::localization::msf::BaseMapConfig::map_version_ |
The version of map.
在文件 base_map_config.h 第 48 行定义.