26 #include "modules/common/proto/pnc_point.pb.h" 27 #include "modules/planning/proto/sl_boundary.pb.h" 38 common::FrenetFramePoint
EvaluateByS(
const double s)
const;
47 static bool LowerBoundComparator(
const common::FrenetFramePoint &p,
51 static bool UpperBoundComparator(
const double s,
52 const common::FrenetFramePoint &p) {
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
common::FrenetFramePoint EvaluateByS(const double s) const
Planning module main class. It processes GPS and IMU as input, to generate planning info...
Definition: frenet_frame_path.h:32
common::FrenetFramePoint GetNearestPoint(const SLBoundary &sl) const
Get the FrenetFramePoint that is within SLBoundary, or the one with smallest l() in SLBoundary's s ra...
FrenetFramePath()=default