27 namespace prediction {
Define the predictor base class.
EmptyPredictor()
Constructor.
Prediction obstacle.
Definition: obstacle.h:52
Definition: obstacles_container.h:39
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
virtual ~EmptyPredictor()=default
Destructor.
Definition: empty_predictor.h:29
Definition: predictor.h:38
bool Predict(const ADCTrajectoryContainer *adc_trajectory_container, Obstacle *obstacle, ObstaclesContainer *obstacles_container) override
Make prediction.
Definition: adc_trajectory_container.h:37