Complete description of a Dubins path. More...
#include <dubins_state_space.hpp>
Public Member Functions | |
Dubins_Path (const Dubins_Path_Segment_Type *type=dubins_path_type[0], double t=0., double p=std::numeric_limits< double >::max(), double q=0.) | |
Constructor of the Dubins_Path. More... | |
double | length () const |
Private Attributes | |
double | length_ [3] |
const Dubins_Path_Segment_Type * | type_ |
Friends | |
class | Dubins_State_Space |
Complete description of a Dubins path.
Definition at line 211 of file dubins_state_space.hpp.
|
inline |
Constructor of the Dubins_Path.
Definition at line 215 of file dubins_state_space.hpp.
|
inline |
Definition at line 227 of file dubins_state_space.hpp.
|
friend |
Definition at line 239 of file dubins_state_space.hpp.
|
private |
Path segment lengths
Definition at line 237 of file dubins_state_space.hpp.
|
private |
Path segment types
Definition at line 234 of file dubins_state_space.hpp.