cheshirekow
v0.1.0
|
interface for different solutions More...
#include <mpblocks/dubins/curves_cuda/Solution.h>
Classes | |
struct | DebugResult |
Private Types | |
typedef linalg::Matrix < Format_t, 3, 1 > | Vector3d_t |
Static Private Member Functions | |
static Result< Format_t > | solve (const Vector3d_t &q0, const Vector3d_t &q1, const Format_t r) |
basic interface returns only the total distance More... | |
static Result< Format_t > | solve (const Vector3d_t &q0, const Vector3d_t &q1, const Format_t r, DebugResult &out) |
Extended interface will return intermediate results. More... | |
interface for different solutions
Definition at line 58 of file Solution.h.
|
private |
Definition at line 60 of file Solution.h.
|
staticprivate |
basic interface returns only the total distance
|
staticprivate |
Extended interface will return intermediate results.