26 #include "modules/planning/proto/planning_config.pb.h" 35 const std::shared_ptr<DependencyInjector> &injector);
45 bool MakeObjectDecision(
const PathData &path_data,
46 const std::string &blocking_obstacle_id,
49 bool MakeStaticObstacleDecision(
const PathData &path_data,
50 const std::string &blocking_obstacle_id,
53 ObjectStop GenerateObjectStopDecision(
const Obstacle &obstacle)
const;
This is the class that associates an Obstacle with its path properties. An obstacle's path properties...
Definition: obstacle.h:60
PathDecision represents all obstacle decisions on one path.
Definition: path_decision.h:38
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Planning module main class. It processes GPS and IMU as input, to generate planning info...
Frame holds all data for one planning cycle.
Definition: frame.h:61
ReferenceLineInfo holds all data for one reference line.
Definition: reference_line_info.h:54
apollo::common::Status Execute(Frame *frame, ReferenceLineInfo *reference_line_info) override
Definition: path_data.h:36
PathDecider(const TaskConfig &config, const std::shared_ptr< DependencyInjector > &injector)
Definition: path_decider.h:32
A general class to denote the return status of an API call. It can either be an OK status for success...
Definition: status.h:43