cheshirekow
v0.1.0
|
interface for different solutions, this is specialized for each Id in the SolutionId enum More...
#include <mpblocks/dubins/curves_eigen/solver.h>
Public Types | |
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 Vector3d_t &q1, const Format_t r) |
interface for different solutions, this is specialized for each Id in the SolutionId enum
typedef Path<Format_t> mpblocks::dubins::curves_eigen::Solver< Id, Format_t >::Result_t |
typedef Eigen::Matrix<Format_t,2,1> mpblocks::dubins::curves_eigen::Solver< Id, Format_t >::Vector2d_t |
typedef Eigen::Matrix<Format_t,3,1> mpblocks::dubins::curves_eigen::Solver< Id, Format_t >::Vector3d_t |
|
static |