22 #include "modules/planning/proto/math/cos_theta_smoother_config.pb.h" 30 bool Solve(
const std::vector<std::pair<double, double>>& raw_point2d,
31 const std::vector<double>& bounds, std::vector<double>* opt_x,
32 std::vector<double>* opt_y);
35 CosThetaSmootherConfig config_;
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...
bool Solve(const std::vector< std::pair< double, double >> &raw_point2d, const std::vector< double > &bounds, std::vector< double > *opt_x, std::vector< double > *opt_y)
CosThetaSmoother(const CosThetaSmootherConfig &config)
Definition: cos_theta_smoother.h:26