Loading...
Searching...
No Matches
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 declareParam(const std::string &name, const PlannerType &planner, const SetterType &setter, const GetterType &getter, const std::string &rangeSuggestion="")
This function declares a parameter for this planner instance, and specifies the setter and getter fun...
Definition Planner.h:371
unsigned int getStartGoalPruningThreshold() const
Get threshold at which we prune starts/goals.
Definition EIRMstar.cpp:57
void setStartGoalPruningThreshold(unsigned int threshold)
Set start/goal pruning threshold.
Definition EIRMstar.cpp:52
EIRMstar(const std::shared_ptr< ompl::base::SpaceInformation > &spaceInfo)
Constructs an instance of EIRM* using the provided space information.
Definition EIRMstar.cpp:43
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 EITstar.cpp:327
void enableMultiquery(bool multiquery)
Set wheter multiquery is enabled or not.
Definition EITstar.cpp:316
EITstar(const std::shared_ptr< ompl::base::SpaceInformation > &spaceInfo)
Constructs an instance of EIT* using the provided space information.
Definition EITstar.cpp:52
This namespace contains code that is specific to planning under geometric constraints.
Definition GeneticSearch.h:48
Main namespace. Contains everything in this library.
Definition MultiLevelPlanarManipulatorDemo.cpp:66