Apollo
6.0
Open source self driving car software
|
#include <predictor_submodule.h>
Public Member Functions | |
~PredictorSubmodule ()=default | |
Destructor. More... | |
std::string | Name () const |
Get name of the node. More... | |
bool | Init () override |
Initialize the node. More... | |
bool | Proc (const std::shared_ptr< apollo::perception::PerceptionObstacles > &, const std::shared_ptr< ADCTrajectoryContainer > &, const std::shared_ptr< SubmoduleOutput > &) override |
Data callback upon receiving a prediction evaluator output. More... | |
![]() | |
Component () | |
~Component () override | |
bool | Initialize (const ComponentConfig &config) override |
init the component by protobuf object. More... | |
bool | Process (const std::shared_ptr< apollo::perception::PerceptionObstacles > &msg0, const std::shared_ptr< ADCTrajectoryContainer > &msg1, const std::shared_ptr< SubmoduleOutput > &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 |
Additional Inherited Members | |
![]() | |
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_ |
|
default |
Destructor.
|
overridevirtual |
std::string apollo::prediction::PredictorSubmodule::Name | ( | ) | const |
Get name of the node.
|
override |
Data callback upon receiving a prediction evaluator output.
Prediction | adc trajectory container. |
Prediction | evaluator output. |