#include <predictor_manager.h>
◆ PredictorManager()
apollo::prediction::PredictorManager::PredictorManager |
( |
| ) |
|
◆ ~PredictorManager()
virtual apollo::prediction::PredictorManager::~PredictorManager |
( |
| ) |
|
|
virtualdefault |
◆ GetPredictor()
Predictor* apollo::prediction::PredictorManager::GetPredictor |
( |
const ObstacleConf::PredictorType & |
type | ) |
|
Get predictor.
- Returns
- Pointer to the predictor
◆ Init()
void apollo::prediction::PredictorManager::Init |
( |
const PredictionConf & |
config | ) |
|
◆ prediction_obstacles()
const PredictionObstacles& apollo::prediction::PredictorManager::prediction_obstacles |
( |
| ) |
|
Get prediction obstacles.
- Returns
- Prediction obstacles
◆ PredictObstacle()
Predict a single obstacle.
- Parameters
-
A | pointer to adc_trajectory_container |
A | pointer to the specific obstacle |
A | pointer to the obstacles container |
A | pointer to prediction_obstacle |
◆ Run()
void apollo::prediction::PredictorManager::Run |
( |
const apollo::perception::PerceptionObstacles & |
perception_obstacles, |
|
|
const ADCTrajectoryContainer * |
adc_trajectory_container, |
|
|
ObstaclesContainer * |
obstacles_container |
|
) |
| |
Execute the predictor generation.
- Parameters
-
Adc | trajectory container |
Obstacles | container |
The documentation for this class was generated from the following file: