#include <planning_component.h>
|
| | PlanningComponent ()=default |
| |
| | ~PlanningComponent ()=default |
| |
| bool | Init () override |
| |
| bool | Proc (const std::shared_ptr< prediction::PredictionObstacles > &prediction_obstacles, const std::shared_ptr< canbus::Chassis > &chassis, const std::shared_ptr< localization::LocalizationEstimate > &localization_estimate) override |
| |
| | Component () |
| |
| | ~Component () override |
| |
| bool | Initialize (const ComponentConfig &config) override |
| | init the component by protobuf object. More...
|
| |
| bool | Process (const std::shared_ptr< prediction::PredictionObstacles > &msg0, const std::shared_ptr< canbus::Chassis > &msg1, const std::shared_ptr< localization::LocalizationEstimate > &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 |
| |
◆ PlanningComponent()
| apollo::planning::PlanningComponent::PlanningComponent |
( |
| ) |
|
|
default |
◆ ~PlanningComponent()
| apollo::planning::PlanningComponent::~PlanningComponent |
( |
| ) |
|
|
default |
◆ Init()
| bool apollo::planning::PlanningComponent::Init |
( |
| ) |
|
|
overridevirtual |
◆ Proc()
| bool apollo::planning::PlanningComponent::Proc |
( |
const std::shared_ptr< prediction::PredictionObstacles > & |
prediction_obstacles, |
|
|
const std::shared_ptr< canbus::Chassis > & |
chassis, |
|
|
const std::shared_ptr< localization::LocalizationEstimate > & |
localization_estimate |
|
) |
| |
|
override |
The documentation for this class was generated from the following file: