|
Apollo 11.0
自动驾驶开放平台
|
#include <prediction_component.h>
Public 成员函数 | |
| ~PredictionComponent () | |
| Destructor | |
| std::string | Name () const |
| Get name of the node | |
| bool | Init () override |
| Initialize the node | |
| bool | Proc (const std::shared_ptr< perception::PerceptionObstacles > &) override |
| Data callback upon receiving a perception obstacle message. | |
| void | OfflineProcessFeatureProtoFile (const std::string &features_proto_file) |
| Load and process feature proto file. | |
Public 成员函数 继承自 apollo::cyber::Component< perception::PerceptionObstacles > | |
| Component () | |
| ~Component () override | |
| bool | Initialize (const ComponentConfig &config) override |
| init the component by protobuf object. | |
| bool | Process (const std::shared_ptr< perception::PerceptionObstacles > &msg0, const std::shared_ptr< NullType > &msg1, const std::shared_ptr< NullType > &msg2, const std::shared_ptr< NullType > &msg3) |
Public 成员函数 继承自 apollo::cyber::ComponentBase | |
| virtual | ~ComponentBase () |
| virtual bool | Initialize (const TimerComponentConfig &config) |
| virtual void | Shutdown () |
| template<typename T > | |
| bool | GetProtoConfig (T *config) const |
额外继承的成员函数 | |
Public 类型 继承自 apollo::cyber::ComponentBase | |
| template<typename M > | |
| using | Reader = cyber::Reader< M > |
Protected 成员函数 继承自 apollo::cyber::ComponentBase | |
| virtual void | Clear () |
| const std::string & | ConfigFilePath () const |
| void | LoadConfigFiles (const ComponentConfig &config) |
| void | LoadConfigFiles (const TimerComponentConfig &config) |
Protected 属性 继承自 apollo::cyber::ComponentBase | |
| std::atomic< bool > | is_shutdown_ = {false} |
| std::shared_ptr< Node > | node_ = nullptr |
| std::string | config_file_path_ = "" |
| std::vector< std::shared_ptr< ReaderBase > > | readers_ |
在文件 prediction_component.h 第 41 行定义.
| apollo::prediction::PredictionComponent::~PredictionComponent | ( | ) |
|
overridevirtual |
Initialize the node
实现了 apollo::cyber::ComponentBase.
在文件 prediction_component.cc 第 70 行定义.
| std::string apollo::prediction::PredictionComponent::Name | ( | ) | const |
Get name of the node
在文件 prediction_component.cc 第 47 行定义.
| void apollo::prediction::PredictionComponent::OfflineProcessFeatureProtoFile | ( | const std::string & | features_proto_file | ) |
Load and process feature proto file.
| a | bin file including a sequence of feature proto. |
在文件 prediction_component.cc 第 51 行定义.
|
override |
Data callback upon receiving a perception obstacle message.
| Perception | obstacle message. |
在文件 prediction_component.cc 第 117 行定义.