Apollo 10.0
自动驾驶开放平台
|
#include <pose_collection_agent.h>
Public 成员函数 | |
PoseCollectionAgent (std::shared_ptr< JsonConf > sp_conf) | |
void | OnBestgnssposCallback (const std::shared_ptr< const apollo::drivers::gnss::GnssBestPose > &bestgnsspos) |
std::shared_ptr< std::vector< FramePose > > | GetPoses () const |
~PoseCollectionAgent () | |
在文件 pose_collection_agent.h 第 30 行定义.
|
explicit |
在文件 pose_collection_agent.cc 第 26 行定义.
apollo::hdmap::PoseCollectionAgent::~PoseCollectionAgent | ( | ) |
在文件 pose_collection_agent.cc 第 91 行定义.
std::shared_ptr< std::vector< FramePose > > apollo::hdmap::PoseCollectionAgent::GetPoses | ( | ) | const |
在文件 pose_collection_agent.cc 第 84 行定义.
void apollo::hdmap::PoseCollectionAgent::OnBestgnssposCallback | ( | const std::shared_ptr< const apollo::drivers::gnss::GnssBestPose > & | bestgnsspos | ) |
在文件 pose_collection_agent.cc 第 36 行定义.