EIRMstar.h
void setStartGoalPruningThreshold(unsigned int threshold)
Set start/goal pruning threshold.
Definition: EIRMstar.cpp:116
EIRMstar(const std::shared_ptr< ompl::base::SpaceInformation > &spaceInfo)
Constructs an instance of EIRM* using the provided space information.
Definition: EIRMstar.cpp:107
unsigned int getStartGoalPruningThreshold() const
Get threshold at which we prune starts/goals.
Definition: EIRMstar.cpp:121