Apollo 10.0
自动驾驶开放平台
|
#include <client_alignment.h>
Public 成员函数 | |
EightRoute (std::shared_ptr< JsonConf > sp_conf) | |
ErrorCode | Process (const std::vector< FramePose > &poses) |
double | GetProgress () const |
![]() | |
Alignment () | |
Alignment (std::shared_ptr< JsonConf > sp_conf) | |
int | SyncStart () |
int | SyncStop () |
int | PeriodicCheck () |
int | GrpcStub (EightRouteRequest *request, EightRouteResponse *response) |
virtual | ~Alignment () |
virtual void | SetStartTime (double start_time) |
virtual void | SetEndTime (double end_time) |
virtual void | UpdateBadPoseInfo (const FramePose &pose) |
virtual void | ClearBadPoseInfo () |
virtual void | UpdateGoodPoseInfo (const FramePose &pose) |
virtual void | ClearGoodPoseInfo () |
virtual bool | IsGoodPose (const std::vector< FramePose > &poses, int pose_index) |
ErrorCode | GetReturnState () const |
![]() | |
Alignment () | |
int | SyncStart () |
int | SyncStop () |
int | PeriodicCheck () |
int | GrpcStub (REQUEST_TYPE *request, RESPONSE_TYPE *response) |
Alignment (std::shared_ptr< JsonConf > sp_conf) | |
virtual | ~Alignment () |
virtual void | SetStartTime (double start_time) |
virtual void | SetEndTime (double end_time) |
virtual void | UpdateBadPoseInfo (const FramePose &pose) |
virtual void | ClearBadPoseInfo () |
virtual void | UpdateGoodPoseInfo (const FramePose &pose) |
virtual void | ClearGoodPoseInfo () |
virtual bool | IsGoodPose (const std::vector< FramePose > &poses, int pose_index) |
ErrorCode | GetReturnState () const |
在文件 client_alignment.h 第 150 行定义.
|
explicit |
在文件 eight_route.cc 第 24 行定义.
|
virtual |
重载 apollo::hdmap::Alignment< EightRouteRequest, EightRouteResponse > .
在文件 eight_route.cc 第 159 行定义.
实现了 apollo::hdmap::Alignment< EightRouteRequest, EightRouteResponse >.
在文件 eight_route.cc 第 136 行定义.