Loading...
Searching...
No Matches
ompl::base::DubinsStateSpace::PathType Class Reference
Complete description of a Dubins path. More...
#include <ompl/base/spaces/DubinsStateSpace.h>
Public Member Functions | |
| PathType (const std::vector< DubinsPathSegmentType > &type=dubinsPathType()[0], double t=0., double p=std::numeric_limits< double >::max(), double q=0.) | |
| double | length () const |
Public Attributes | |
| const std::vector< DubinsPathSegmentType > * | type_ |
| double | length_ [3] |
| bool | reverse_ {false} |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PathType &path) |
Detailed Description
Complete description of a Dubins path.
Definition at line 77 of file DubinsStateSpace.h.
Constructor & Destructor Documentation
◆ PathType()
|
inline |
Definition at line 80 of file DubinsStateSpace.h.
Member Function Documentation
◆ length()
|
inline |
Definition at line 91 of file DubinsStateSpace.h.
Friends And Related Symbol Documentation
◆ operator<<
|
friend |
Definition at line 696 of file DubinsStateSpace.cpp.
Member Data Documentation
◆ length_
| double ompl::base::DubinsStateSpace::PathType::length_[3] |
Path segment lengths
Definition at line 100 of file DubinsStateSpace.h.
◆ reverse_
| bool ompl::base::DubinsStateSpace::PathType::reverse_ {false} |
Whether the path should be followed "in reverse"
Definition at line 102 of file DubinsStateSpace.h.
◆ type_
| const std::vector<DubinsPathSegmentType>* ompl::base::DubinsStateSpace::PathType::type_ |
Path segment types
Definition at line 98 of file DubinsStateSpace.h.
The documentation for this class was generated from the following file:
- ompl/base/spaces/DubinsStateSpace.h