26 #include "modules/common/proto/pnc_point.pb.h" 36 static PathPoint
MatchToPath(
const std::vector<PathPoint>& reference_line,
37 const double x,
const double y);
40 const std::vector<PathPoint>& reference_line,
const double x,
43 static PathPoint
MatchToPath(
const std::vector<PathPoint>& reference_line,
47 static PathPoint FindProjectionPoint(
const PathPoint& p0,
const PathPoint& p1,
48 const double x,
const double y);
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
static std::pair< double, double > GetPathFrenetCoordinate(const std::vector< PathPoint > &reference_line, const double x, const double y)
static PathPoint MatchToPath(const std::vector< PathPoint > &reference_line, const double x, const double y)
Definition: path_matcher.h:32