26 #ifndef MPBLOCKS_DUBINS_CURVES_EIGEN_HYPER_ZERO_H_
27 #define MPBLOCKS_DUBINS_CURVES_EIGEN_HYPER_ZERO_H_
31 namespace curves_eigen {
35 template <
typename Format_t>
46 for (
int i = 0; i < 3; i++)
47 if (q0[i] < h.
minExt[i] || q0[i] > h.
maxExt[i])
return out;
49 out = Vector3d_t::Zero();
the default solver is instantated when not all three constraints are active and it simply dispatches ...
A hyper-rectangle in dubins space: A rectangular prism in R^3.
Encodes a dubins path primitive, which is three connected arc segments.