|
Apollo 11.0
自动驾驶开放平台
|
#include <camera_detection_bev_component.h>
Public 类型 | |
| using | PerceptionObstacle = apollo::perception::PerceptionObstacle |
| using | PerceptionObstacles = apollo::perception::PerceptionObstacles |
Public 类型 继承自 apollo::cyber::ComponentBase | |
| template<typename M > | |
| using | Reader = cyber::Reader< M > |
Public 成员函数 | |
| CameraDetectionBevComponent () | |
| bool | Init () override |
| Init for camera detection 2d compoment | |
Public 成员函数 继承自 apollo::cyber::Component< M0, M1, M2, M3 > | |
| Component () | |
| ~Component () override | |
| bool | Initialize (const ComponentConfig &config) override |
| init the component by protobuf object. | |
| bool | Process (const std::shared_ptr< M0 > &msg0, const std::shared_ptr< M1 > &msg1, const std::shared_ptr< M2 > &msg2, const std::shared_ptr< M3 > &msg3) |
Public 成员函数 继承自 apollo::cyber::ComponentBase | |
| virtual | ~ComponentBase () |
| virtual bool | Initialize (const TimerComponentConfig &config) |
| virtual void | Shutdown () |
| template<typename T > | |
| bool | GetProtoConfig (T *config) const |
额外继承的成员函数 | |
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_ |
在文件 camera_detection_bev_component.h 第 34 行定义.
| using apollo::perception::camera::CameraDetectionBevComponent::PerceptionObstacle = apollo::perception::PerceptionObstacle |
在文件 camera_detection_bev_component.h 第 36 行定义.
| using apollo::perception::camera::CameraDetectionBevComponent::PerceptionObstacles = apollo::perception::PerceptionObstacles |
在文件 camera_detection_bev_component.h 第 37 行定义.
|
inline |
在文件 camera_detection_bev_component.h 第 40 行定义.
|
overridevirtual |
Init for camera detection 2d compoment
实现了 apollo::cyber::ComponentBase.
在文件 camera_detection_bev_component.cc 第 107 行定义.