smooth
A C++ library for Lie theory
|
Generate Dubins curves as Spline. More...
Go to the source code of this file.
Functions | |
template<int K = 3> requires (K >= 1) | |
SMOOTH_BEGIN_NAMESPACE Spline< K, smooth::SE2d > | dubins_curve (const smooth::SE2d &gb, double R=1) |
Create dubins Spline. | |
Generate Dubins curves as Spline.
Definition in file dubins.hpp.
SMOOTH_BEGIN_NAMESPACE Spline< K, smooth::SE2d > dubins_curve | ( | const smooth::SE2d & | gb, |
double | R = 1 |
||
) |