Apollo 10.0
自动驾驶开放平台
|
#include <camera_location_refinement_component.h>
Public 成员函数 | |
bool | Init () override |
Init for camera location refinement component. | |
bool | Proc (const std::shared_ptr< onboard::CameraFrame > &msg) override |
Process of camera location refinement component. | |
![]() | |
Component () | |
~Component () override | |
bool | Initialize (const ComponentConfig &config) override |
init the component by protobuf object. | |
bool | Process (const std::shared_ptr< onboard::CameraFrame > &msg0, const std::shared_ptr< NullType > &msg1, const std::shared_ptr< NullType > &msg2, const std::shared_ptr< NullType > &msg3) |
![]() | |
virtual | ~ComponentBase () |
virtual bool | Initialize (const TimerComponentConfig &config) |
virtual void | Shutdown () |
template<typename T > | |
bool | GetProtoConfig (T *config) const |
额外继承的成员函数 | |
![]() | |
template<typename M > | |
using | Reader = cyber::Reader< M > |
![]() | |
virtual void | Clear () |
const std::string & | ConfigFilePath () const |
void | LoadConfigFiles (const ComponentConfig &config) |
void | LoadConfigFiles (const TimerComponentConfig &config) |
![]() | |
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_location_refinement_component.h 第 34 行定义.
|
overridevirtual |
Init for camera location refinement component.
实现了 apollo::cyber::ComponentBase.
在文件 camera_location_refinement_component.cc 第 92 行定义.
|
override |
Process of camera location refinement component.
msg | image msg |
在文件 camera_location_refinement_component.cc 第 109 行定义.