27 #ifndef MPBLOCKS_DUBINS_CURVES_EIGEN_HYPER_TWO_THETA_Y_SOLVER_H_
28 #define MPBLOCKS_DUBINS_CURVES_EIGEN_HYPER_TWO_THETA_Y_SOLVER_H_
33 namespace curves_eigen {
35 namespace two_theta_y {
40 template <
int ySpec,
int tSpec,
int Variant,
typename Format_t>
Eigen::Matrix< Format_t, 3, 1 > Vector3d_t
Eigen::Matrix< Format_t, 2, 1 > Vector2d_t
HyperRect< Format_t > Hyper_t
interface for variants of solvers, default template is never instantiated
A hyper-rectangle in dubins space: A rectangular prism in R^3.
Path< Format_t > Result_t
Encodes a dubins path primitive, which is three connected arc segments.