|
Apollo 10.0
自动驾驶开放平台
|
类 | |
| struct | PointXYZIRT |
| struct | PointXYZIRTd |
| struct | PointXYZIT |
| struct | PointXYZITd |
| struct | VelodyneFrame |
函数 | |
| void | LoadPcds (const std::string &file_path, const unsigned int frame_index, const Eigen::Affine3d &pose, VelodyneFrame *velodyne_frame, bool is_global) |
| void | LoadPcds (const std::string &file_path, const unsigned int frame_index, const Eigen::Affine3d &pose, ::apollo::common::EigenVector3dVec *pt3ds, std::vector< unsigned char > *intensities, bool is_global) |
| void | LoadPcdPoses (const std::string &file_path, ::apollo::common::EigenAffine3dVec *poses, std::vector< double > *timestamps) |
| Load the PCD poses with their timestamps. | |
| void | LoadPcdPoses (const std::string &file_path, ::apollo::common::EigenAffine3dVec *poses, std::vector< double > *timestamps, std::vector< unsigned int > *pcd_indices) |
| Load the PCD poses with their timestamps and indices. | |
| void | LoadPosesAndStds (const std::string &file_path, ::apollo::common::EigenAffine3dVec *poses, ::apollo::common::EigenVector3dVec *stds, std::vector< double > *timestamps) |
| Load poses and stds their timestamps. | |
| bool | LoadExtrinsic (const std::string &file_path, Eigen::Affine3d *extrinsic) |
| Load the velodyne extrinsic from a YAML file. | |
变量 | |
| struct apollo::localization::msf::velodyne::PointXYZIRT | EIGEN_ALIGN16 |
| bool apollo::localization::msf::velodyne::LoadExtrinsic | ( | const std::string & | file_path, |
| Eigen::Affine3d * | extrinsic | ||
| ) |
Load the velodyne extrinsic from a YAML file.
在文件 velodyne_utility.cc 第 164 行定义.
| void apollo::localization::msf::velodyne::LoadPcdPoses | ( | const std::string & | file_path, |
| ::apollo::common::EigenAffine3dVec * | poses, | ||
| std::vector< double > * | timestamps | ||
| ) |
Load the PCD poses with their timestamps.
在文件 velodyne_utility.cc 第 94 行定义.
| void apollo::localization::msf::velodyne::LoadPcdPoses | ( | const std::string & | file_path, |
| ::apollo::common::EigenAffine3dVec * | poses, | ||
| std::vector< double > * | timestamps, | ||
| std::vector< unsigned int > * | pcd_indices | ||
| ) |
Load the PCD poses with their timestamps and indices.
在文件 velodyne_utility.cc 第 101 行定义.
| void apollo::localization::msf::velodyne::LoadPcds | ( | const std::string & | file_path, |
| const unsigned int | frame_index, | ||
| const Eigen::Affine3d & | pose, | ||
| ::apollo::common::EigenVector3dVec * | pt3ds, | ||
| std::vector< unsigned char > * | intensities, | ||
| bool | is_global | ||
| ) |
在文件 velodyne_utility.cc 第 39 行定义.
| void apollo::localization::msf::velodyne::LoadPcds | ( | const std::string & | file_path, |
| const unsigned int | frame_index, | ||
| const Eigen::Affine3d & | pose, | ||
| VelodyneFrame * | velodyne_frame, | ||
| bool | is_global | ||
| ) |
在文件 velodyne_utility.cc 第 30 行定义.
| void apollo::localization::msf::velodyne::LoadPosesAndStds | ( | const std::string & | file_path, |
| ::apollo::common::EigenAffine3dVec * | poses, | ||
| ::apollo::common::EigenVector3dVec * | stds, | ||
| std::vector< double > * | timestamps | ||
| ) |
Load poses and stds their timestamps.
在文件 velodyne_utility.cc 第 130 行定义.
| struct apollo::localization::msf::velodyne::PointXYZITd apollo::localization::msf::velodyne::EIGEN_ALIGN16 |