Methodapproximation* @brief Given a set of N data points, D0, D1, ..., Dn, a degree k, and a number H, where N > H > k >= 1,
* find a B-spline curve of degree k defi
src/core/common/src/geometry/curve/bspline_curve.cpp:195
Methodgeneration* @brief Generate the path.
* @param start Initial pose (x, y, yaw)
* @param goal Target pose (x, y, yaw)
* @param path The smoothed trajectory p
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:895
Methodgeneration* @brief Generate the path.
* @param start Initial pose (x, y, yaw)
* @param goal Target pose (x, y, yaw)
* @param path The smoothed trajectory p
src/core/common/src/geometry/curve/cubic_spline_curve.cpp:108
Methodgeneration* @brief Generate the path.
* @param start Initial pose (x, y, yaw)
* @param goal Target pose (x, y, yaw)
* @param path The smoothed trajectory p
src/core/common/src/geometry/curve/bspline_curve.cpp:280