MethodgetControlPoints* @brief Calculate control points heuristically.
* @param start Initial pose (x, y, yaw)
* @param goal Target pose (x, y, yaw)
* @return control_p
src/core/common/src/geometry/curve/bezier_curve.cpp:66
Methodinterpolate* @brief Planning path interpolation.
* @param mode motion, i.e., REEDS_SHEPP_L, REEDS_SHEPP_S, REEDS_SHEPP_R
* @param length Single step mo
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:859
Methodinterpolation* @brief Given a set of N data points, D0, D1, ..., Dn and a degree k, find a B-spline curve of degree
* k defined by N control points that pass
src/core/common/src/geometry/curve/bspline_curve.cpp:155