25 #include "modules/planning/proto/planning_config.pb.h" 34 const std::shared_ptr<DependencyInjector>& injector);
40 bool IsNecessaryToBorrowLane(
const Frame& frame,
43 bool HasSingleReferenceLine(
const Frame& frame);
45 bool IsWithinSidePassingSpeedADC(
const Frame& frame);
47 bool IsLongTermBlockingObstacle();
49 bool IsBlockingObstacleWithinDestination(
52 bool IsBlockingObstacleFarFromIntersection(
58 bool* left_neighbor_lane_borrowable,
59 bool* right_neighbor_lane_borrowable);
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: path_lane_borrow_decider.h:31
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
PathLaneBorrowDecider(const TaskConfig &config, const std::shared_ptr< DependencyInjector > &injector)
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