#include <cos_theta_smoother.h>
|
| CosThetaSmoother (const CosThetaSmootherConfig &config) |
|
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()
apollo::planning::CosThetaSmoother::CosThetaSmoother |
( |
const CosThetaSmootherConfig & |
config | ) |
|
|
explicit |
◆ Solve()
bool apollo::planning::CosThetaSmoother::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 |
|
) |
| |
The documentation for this class was generated from the following file: