Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
RRTNodeBase Class ReferenceBase class for RRT nodes used by GenericRRT. More...
Inheritance diagram for RRTNodeBase:
Detailed DescriptionBase class for RRT nodes used by GenericRRT. Subclasses of RRTNodeBase must provide a NodeValue_t type, a CollisionChecker class, and the following methods: distance, generateSample, interpolate, toString. Definition at line 20 of file GenericRRT.h.
Member Enumeration DocumentationDefinition at line 24 of file GenericRRT.h. Constructor & Destructor Documentation
Definition at line 22 of file GenericRRT.h.
Definition at line 29 of file GenericRRT.h. Member Function Documentationreturns a value in the range [minVal, maxVal), i.e. inclusive minVal, exclusive maxVal Definition at line 26 of file GenericRRT.h. Referenced by RRTNodeXYTheta::generateSample(), RRTNodeXY::generateSample(), RRTNode3DR< N >::generateSample(), and RRTNode2DR< N >::generateSample().
Implemented in RRTNode2DR< N >, RRTNode3DR< N >, RRTNodeXY, and RRTNodeXYTheta. Member Data Documentation
Definition at line 23 of file GenericRRT.h. The documentation for this class was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:15 2016 by Doxygen 1.6.3 |