27 #include "modules/planning/proto/planning_config.pb.h" 36 const std::shared_ptr<DependencyInjector>& injector);
42 double SetSpeedFallbackDistance(
PathDecision*
const path_decision);
44 void RecordSTGraphDebug(
46 planning_internal::STGraphDebug* st_graph_debug)
const;
49 SpeedBoundsDeciderConfig speed_bounds_config_;
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
SpeedBoundsDecider(const TaskConfig &config, const std::shared_ptr< DependencyInjector > &injector)
: data with map info and obstacle info
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
Definition: speed_bounds_decider.h:33
Definition: st_graph_data.h:37