HypercubeBenchmark.cpp
74 void addPlanner(ompl::tools::Benchmark& benchmark, const ompl::base::PlannerPtr& planner, double range)
bool setParam(const std::string &key, const std::string &value)
Algorithms in OMPL often have parameters that can be set externally. While each algorithm will have t...
Definition: GenericParam.cpp:114
bool hasParam(const std::string &key) const
Check whether this set of parameters includes the parameter named key.
Definition: GenericParam.cpp:186
Create the set of classes typically needed to solve a geometric problem.
Definition: SimpleSetup.h:126
A shared pointer wrapper for ompl::base::Planner.
The definition of a state in Rn
Definition: RealVectorStateSpace.h:141
std::string toString(float val)
convert float to string using classic "C" locale semantics
Definition: String.cpp:82
The lower and upper bounds for an Rn space.
Definition: RealVectorBounds.h:111