EIRMstar.cpp
43 EIRMstar::EIRMstar(const std::shared_ptr<ompl::base::SpaceInformation> &spaceInfo) : EITstar(spaceInfo)
45 declareParam<unsigned int>("set_start_goal_pruning", this, &EIRMstar::setStartGoalPruningThreshold,
void setStartGoalPruningThreshold(unsigned int threshold)
Set start/goal pruning threshold.
Definition: EITstar.cpp:327
unsigned int getStartGoalPruningThreshold() const
Get threshold at which we prune starts/goals.
Definition: EITstar.cpp:332
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