cheshirekow  v0.1.0
mpblocks::dubins::curves_cuda::Query< Format_t > Struct Template Reference

encapsulates two states and a raidus More...

#include <mpblocks/dubins/curves_cuda/Query.h>

Public Types

typedef cuda::linalg2::Matrix
< Format_t, 2, 1 > 
Vector2d_t
 
typedef cuda::linalg2::Matrix
< Format_t, 3, 1 > 
Vector3d_t
 

Public Attributes

Vector3d_t q0
 start state More...
 
Vector3d_t q1
 end state More...
 
Format_t r
 min radius More...
 

Detailed Description

template<typename Format_t>
struct mpblocks::dubins::curves_cuda::Query< Format_t >

encapsulates two states and a raidus

Definition at line 39 of file Query.h.

Member Typedef Documentation

template<typename Format_t >
typedef cuda::linalg2::Matrix<Format_t,2,1> mpblocks::dubins::curves_cuda::Query< Format_t >::Vector2d_t

Definition at line 42 of file Query.h.

template<typename Format_t >
typedef cuda::linalg2::Matrix<Format_t,3,1> mpblocks::dubins::curves_cuda::Query< Format_t >::Vector3d_t

Definition at line 41 of file Query.h.

Member Data Documentation

template<typename Format_t >
Vector3d_t mpblocks::dubins::curves_cuda::Query< Format_t >::q0

start state

Definition at line 44 of file Query.h.

template<typename Format_t >
Vector3d_t mpblocks::dubins::curves_cuda::Query< Format_t >::q1

end state

Definition at line 45 of file Query.h.

template<typename Format_t >
Format_t mpblocks::dubins::curves_cuda::Query< Format_t >::r

min radius

Definition at line 46 of file Query.h.


The documentation for this struct was generated from the following file: