Representation of a search tree. Two instances will be used. One for start and one for goal. More...
#include <SBL.h>
Public Member Functions | |
| TreeData (void) | |
Public Attributes | |
| Grid< MotionSet > | grid |
| The grid of motions corresponding to this tree. | |
| unsigned int | size |
| The number of motions (in total) from the tree. | |
Representation of a search tree. Two instances will be used. One for start and one for goal.
Definition at line 190 of file SBL.h.
| unsigned int ompl::geometric::SBL::TreeData::size |