|
Apollo 11.0
自动驾驶开放平台
|
#include <pose_container.h>
Public 成员函数 | |
| PoseContainer ()=default | |
| Constructor | |
| virtual | ~PoseContainer ()=default |
| Destructor | |
| void | Insert (const ::google::protobuf::Message &message) override |
| Insert a data message into the container | |
| const perception::PerceptionObstacle * | ToPerceptionObstacle () |
| Transform pose to a perception obstacle. | |
| double | GetTimestamp () |
| Get timestamp | |
Public 成员函数 继承自 apollo::prediction::Container | |
| Container ()=default | |
| Constructor | |
| virtual | ~Container ()=default |
| Destructor | |
静态 Public 属性 | |
| static const perception::PerceptionObstacle::Type | type_ |
在文件 pose_container.h 第 33 行定义.
|
default |
Constructor
|
virtualdefault |
Destructor
| double apollo::prediction::PoseContainer::GetTimestamp | ( | ) |
Get timestamp
在文件 pose_container.cc 第 92 行定义.
|
overridevirtual |
Insert a data message into the container
| Data | message to be inserted in protobuf |
实现了 apollo::prediction::Container.
在文件 pose_container.cc 第 30 行定义.
| const PerceptionObstacle * apollo::prediction::PoseContainer::ToPerceptionObstacle | ( | ) |
Transform pose to a perception obstacle.
在文件 pose_container.cc 第 100 行定义.
|
static |
在文件 pose_container.h 第 70 行定义.