Apollo 10.0
自动驾驶开放平台
|
apollo::localization::msf 更多...
命名空间 | |
namespace | pyramid_map |
namespace | velodyne |
类 | |
class | BaseMap |
The data structure of the base map. 更多... | |
class | BaseMapConfig |
The options of the reflectance map. 更多... | |
class | BaseMapMatrix |
The data structure of the map cells in a map node. 更多... | |
class | BaseMapNode |
The data structure of a Node in the map. 更多... | |
class | BaseMapNodePool |
The memory pool for the data structure of BaseMapNode. 更多... | |
class | CompressionStrategy |
class | CyberRecordReader |
Read messages from cyber record. 更多... | |
struct | EphKey |
class | FeatureXYPlane |
class | FileUtility |
class | FrameTransform |
class | GnssMagTransfer |
struct | ImuToAntOffset |
class | IntepolationMessageBuffer |
union | LeverArm |
struct | LidarFrame |
struct | LidarHeight |
class | LidarMsgTransfer |
struct | LidarVisFrame |
class | LocalizationGnssProcess |
class | LocalizationInteg |
interface of msf localization 更多... | |
class | LocalizationIntegImpl |
interface of msf localization 更多... | |
struct | LocalizationIntegParam |
class | LocalizationIntegProcess |
process Imu msg for localization 更多... | |
struct | LocalizationIntegStatus |
class | LocalizationLidar |
class | LocalizationLidarProcess |
process lidar msg for localization 更多... | |
struct | LocalizationMsg |
class | LocalizationResult |
struct | LocalizatonInfo |
The data structure to store info of a localization 更多... | |
class | LocationExporter |
Export info about localziation in rosbag. 更多... | |
class | LosslessMap |
struct | LosslessMapCell |
The multiple layers of the cell. 更多... | |
class | LosslessMapConfig |
The options of the reflectance map. 更多... | |
class | LosslessMapMatrix |
class | LosslessMapNode |
class | LosslessMapNodePool |
The memory pool for the data structure of BaseMapNode. 更多... | |
struct | LosslessMapSingleCell |
class | LossyMap2D |
struct | LossyMapCell2D |
class | LossyMapConfig2D |
The options of the reflectance map. 更多... | |
class | LossyMapMatrix2D |
class | LossyMapNode2D |
class | LossyMapNodePool2D |
The memory pool for the data structure of BaseMapNode. 更多... | |
class | MapImageCache |
The cache to load map images. 更多... | |
struct | MapImageKey |
The key structure of a map image . 更多... | |
class | MapNodeCache |
The data structure of the LRUCache. 更多... | |
struct | MapNodeData |
class | MapNodeIndex |
struct | math |
class | MeasureRepublishProcess |
process lidar msg for localization 更多... | |
class | MessageBuffer |
class | NdtMap |
class | NdtMapCells |
The data structure of ndt Map cell. 更多... | |
class | NdtMapConfig |
The options of the reflectance map. 更多... | |
class | NdtMapMatrix |
The data structure of ndt Map matrix. 更多... | |
class | NdtMapNode |
class | NdtMapNodePool |
The memory pool for the data structure of BaseMapNode. 更多... | |
class | NdtMapSingleCell |
The data structure of a single ndt map cell. 更多... | |
class | OfflineLocalVisualizer |
Offline localization visualization tool. 更多... | |
class | OnlineLocalizationExpert |
class | OnlineVisualizerComponent |
class | PCDExporter |
Export pcd from rosbag. 更多... | |
class | PosesInterpolation |
class | Rect2D |
class | system |
struct | UTMCoor |
the UTM coordinate struct including x and y. 更多... | |
struct | VehicleGnssAntExtrinsic |
struct | VehicleToImuQuatern |
class | VisualizationEngine |
The engine to draw all elements for visualization. 更多... | |
class | VisualizationManager |
struct | VisualizationManagerParams |
struct | VisualMapParam |
The data structure to store parameters of a map 更多... | |
class | VoxelGridCovariance |
struct | WGS84Corr |
the WGS84 coordinate struct 更多... | |
class | ZlibStrategy |
类型定义 | |
template<class Key , class Element > | |
using | LRUCache = ::apollo::common::util::LRUCache< Key, Element * > |
typedef Eigen::Vector3d | Vector3d |
枚举 | |
enum class | IntegState { NOT_INIT = 0 , NOT_STABLE , OK , VALID } |
enum class | ForecastState { NOT_VALID = 0 , INITIAL , INCREMENT } |
enum class | LidarState { NOT_VALID = 0 , NOT_STABLE , OK } |
enum class | PredictLocationState { NOT_VALID = 0 , INSPVA_ONLY , INSPVA_IMU , INSPVA_IMU_WHEEL } |
enum class | LocalizationIntegState { OK = 0 , WARNNING , ERROR , CRITIAL_ERROR , FATAL_ERROR } |
enum class | LocalizationMeasureState { NOT_VALID = 0 , NOT_STABLE , OK , VALID } |
enum class | GnssMode { NOVATEL = 0 , SELF } |
函数 | |
template<class T , size_t N> | |
constexpr size_t | ArraySize (T(&)[N]) |
template<typename T > | |
T | UnixToGpsSeconds (T unix_seconds) |
int64_t | UnixToGpsMicroSeconds (int64_t unix_microseconds) |
int64_t | UnixToGpsNanoSeconds (int64_t unix_nanoseconds) |
template<typename T > | |
T | GpsToUnixSeconds (T gps_seconds) |
int64_t | GpsToUnixMicroSeconds (int64_t gps_microseconds) |
int64_t | GpsToUnixNanoSeconds (int64_t gps_nanoseconds) |
std::ostream & | operator<< (std::ostream &cerr, const MapNodeIndex &index) |
CYBER_REGISTER_COMPONENT (OnlineVisualizerComponent) | |
MapNodeIndex | GetMapIndexFromMapFolder (const std::string &map_folder) |
bool | GetAllMapIndex (const std::string &src_map_folder, const std::string &dst_map_folder, std::list< MapNodeIndex > *buf) |
变量 | |
const size_t | kBufferSize = 20480000 |
constexpr int32_t | UNIX_GPS_DIFF = 315964800 |
constexpr int64_t | ONE_MILLION = 1000000L |
constexpr int64_t | ONE_BILLION = 1000000000L |
unsigned char | color_table [3][3] = {{0, 0, 255}, {0, 255, 0}, {255, 0, 0}} |
const char | car_img_path [3][1024] |
using apollo::localization::msf::LRUCache = typedef ::apollo::common::util::LRUCache<Key, Element*> |
在文件 base_map_cache.h 第 29 行定义.
typedef Eigen::Vector3d apollo::localization::msf::Vector3d |
在文件 frame_transform.h 第 27 行定义.
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
枚举值 | |
---|---|
OK | |
WARNNING | |
ERROR | |
CRITIAL_ERROR | |
FATAL_ERROR |
在文件 localization_params.h 第 117 行定义.
|
strong |
|
strong |
枚举值 | |
---|---|
NOT_VALID | |
INSPVA_ONLY | |
INSPVA_IMU | |
INSPVA_IMU_WHEEL |
在文件 localization_lidar_process.h 第 52 行定义.
|
constexpr |
在文件 time_conversion.h 第 24 行定义.
apollo::localization::msf::CYBER_REGISTER_COMPONENT | ( | OnlineVisualizerComponent | ) |
bool apollo::localization::msf::GetAllMapIndex | ( | const std::string & | src_map_folder, |
const std::string & | dst_map_folder, | ||
std::list< MapNodeIndex > * | buf | ||
) |
在文件 lossless_map_to_lossy_map.cc 第 49 行定义.
MapNodeIndex apollo::localization::msf::GetMapIndexFromMapFolder | ( | const std::string & | map_folder | ) |
在文件 lossless_map_to_lossy_map.cc 第 36 行定义.
|
inline |
在文件 time_conversion.h 第 93 行定义.
|
inline |
在文件 time_conversion.h 第 98 行定义.
T apollo::localization::msf::GpsToUnixSeconds | ( | T | gps_seconds | ) |
在文件 time_conversion.h 第 83 行定义.
std::ostream & apollo::localization::msf::operator<< | ( | std::ostream & | cerr, |
const MapNodeIndex & | index | ||
) |
在文件 base_map_node_index.cc 第 100 行定义.
|
inline |
在文件 time_conversion.h 第 72 行定义.
|
inline |
在文件 time_conversion.h 第 77 行定义.
T apollo::localization::msf::UnixToGpsSeconds | ( | T | unix_seconds | ) |
在文件 time_conversion.h 第 63 行定义.
const char apollo::localization::msf::car_img_path[3][1024] |
在文件 visualization_engine.cc 第 37 行定义.
unsigned char apollo::localization::msf::color_table[3][3] = {{0, 0, 255}, {0, 255, 0}, {255, 0, 0}} |
在文件 visualization_engine.cc 第 35 行定义.
const size_t apollo::localization::msf::kBufferSize = 20480000 |
在文件 file_utility.cc 第 36 行定义.
|
constexpr |
在文件 time_conversion.h 第 60 行定义.
|
constexpr |
在文件 time_conversion.h 第 58 行定义.
|
constexpr |
在文件 time_conversion.h 第 56 行定义.