cheshirekow
v0.1.0
|
the default solver is instantated when not all three constraints are active and it simply dispatches the point-to-point solver More...
#include <mpblocks/dubins/curves_eigen/hyper/Solver.hpp>
Public Types | |
typedef ThreeConstraintHelper < xSpec, ySpec, tSpec > | Helper_t |
typedef HyperRect< Format_t > | Hyper_t |
typedef Helper_t::template Iterator< 0, Format_t > | Iterator_t |
typedef Path< Format_t > | Result_t |
typedef Eigen::Matrix < Format_t, 2, 1 > | Vector2d_t |
typedef Eigen::Matrix < Format_t, 3, 1 > | Vector3d_t |
Static Public Member Functions | |
static Result_t | solve (const Vector3d_t &q0, const Hyper_t &h, const Format_t r) |
the default solver is instantated when not all three constraints are active and it simply dispatches the point-to-point solver
Definition at line 95 of file Solver.hpp.
typedef ThreeConstraintHelper<xSpec, ySpec, tSpec> mpblocks::dubins::curves_eigen::hyper::Solver< xSpec, ySpec, tSpec, Format_t >::Helper_t |
Definition at line 100 of file Solver.hpp.
typedef HyperRect<Format_t> mpblocks::dubins::curves_eigen::hyper::Solver< xSpec, ySpec, tSpec, Format_t >::Hyper_t |
Definition at line 99 of file Solver.hpp.
typedef Helper_t::template Iterator<0, Format_t> mpblocks::dubins::curves_eigen::hyper::Solver< xSpec, ySpec, tSpec, Format_t >::Iterator_t |
Definition at line 101 of file Solver.hpp.
typedef Path<Format_t> mpblocks::dubins::curves_eigen::hyper::Solver< xSpec, ySpec, tSpec, Format_t >::Result_t |
Definition at line 98 of file Solver.hpp.
typedef Eigen::Matrix<Format_t, 2, 1> mpblocks::dubins::curves_eigen::hyper::Solver< xSpec, ySpec, tSpec, Format_t >::Vector2d_t |
Definition at line 97 of file Solver.hpp.
typedef Eigen::Matrix<Format_t, 3, 1> mpblocks::dubins::curves_eigen::hyper::Solver< xSpec, ySpec, tSpec, Format_t >::Vector3d_t |
Definition at line 96 of file Solver.hpp.
|
inlinestatic |
Definition at line 103 of file Solver.hpp.