#include <ompl_solver.h>

Public Member Functions | |
| double | GetLongestValidSegmentLength () const |
| double | GetMaximumExtent () const |
| int | GetRandomSeed () const |
| unsigned int | GetValidSegmentCountFactor () const |
| OMPLSolver () | |
| void | SetLongestValidSegmentFraction (double segmentFraction) |
| void | SetValidSegmentCountFactor (unsigned int factor) |
| void | Solve (Eigen::MatrixXd &solution) override |
| void | SpecifyProblem (PlanningProblemPtr pointer) override |
| virtual | ~OMPLSolver () |
Public Member Functions inherited from exotica::MotionSolver | |
| int | GetNumberOfMaxIterations () |
| double | GetPlanningTime () |
| PlanningProblemPtr | GetProblem () const |
| void | InstantiateBase (const Initializer &init) override |
| MotionSolver ()=default | |
| std::string | Print (const std::string &prepend) const override |
| void | SetNumberOfMaxIterations (int max_iter) |
| virtual | ~MotionSolver ()=default |
Public Member Functions inherited from exotica::Object | |
| std::string | GetObjectName () |
| void | InstantiateObject (const Initializer &init) |
| Object () | |
| virtual std::string | type () const |
| virtual | ~Object () |
Public Member Functions inherited from exotica::InstantiableBase | |
| virtual std::vector< Initializer > | GetAllTemplates () const =0 |
| virtual Initializer | GetInitializerTemplate ()=0 |
| InstantiableBase ()=default | |
| virtual void | InstantiateInternal (const Initializer &init)=0 |
| virtual | ~InstantiableBase ()=default |
Protected Member Functions | |
| void | GetPath (Eigen::MatrixXd &traj, ompl::base::PlannerTerminationCondition &ptc) |
| void | PostSolve () |
| void | PreSolve () |
| void | SetGoalState (Eigen::VectorXdRefConst qT, const double eps=0) |
Static Protected Member Functions | |
| template<typename T > | |
| static ompl::base::PlannerPtr | AllocatePlanner (const ompl::base::SpaceInformationPtr &si, const std::string &new_name) |
Protected Attributes | |
| std::string | algorithm_ |
| std::vector< double > | bounds_ |
| OMPLSolverInitializer | init_ |
| bool | multi_query_ = false |
| ompl::geometric::SimpleSetupPtr | ompl_simple_setup_ |
| ConfiguredPlannerAllocator | planner_allocator_ |
| std::shared_ptr< ProblemType > | prob_ |
| ompl::base::StateSpacePtr | state_space_ |
Protected Attributes inherited from exotica::MotionSolver | |
| int | max_iterations_ |
| double | planning_time_ |
| PlanningProblemPtr | problem_ |
Additional Inherited Members | |
Public Attributes inherited from exotica::Object | |
| bool | debug_ |
| std::string | ns_ |
| std::string | object_name_ |
Definition at line 59 of file ompl_solver.h.
|
default |
|
virtualdefault |
|
inlinestaticprotected |
Definition at line 79 of file ompl_solver.h.
|
inline |
Definition at line 72 of file ompl_solver.h.
|
inline |
Definition at line 71 of file ompl_solver.h.
|
protected |
Definition at line 143 of file ompl_solver.cpp.
| int exotica::OMPLSolver< ProblemType >::GetRandomSeed | ( | ) | const |
Definition at line 83 of file ompl_solver.cpp.
|
inline |
Definition at line 75 of file ompl_solver.h.
|
protected |
Definition at line 104 of file ompl_solver.cpp.
|
protected |
Definition at line 89 of file ompl_solver.cpp.
|
protected |
Definition at line 116 of file ompl_solver.cpp.
|
inline |
Definition at line 73 of file ompl_solver.h.
|
inline |
Definition at line 74 of file ompl_solver.h.
|
overridevirtual |
Implements exotica::MotionSolver.
Definition at line 195 of file ompl_solver.cpp.
|
overridevirtual |
Reimplemented from exotica::MotionSolver.
Definition at line 44 of file ompl_solver.cpp.
|
protected |
Definition at line 96 of file ompl_solver.h.
|
protected |
Definition at line 98 of file ompl_solver.h.
|
protected |
Definition at line 91 of file ompl_solver.h.
|
protected |
Definition at line 97 of file ompl_solver.h.
|
protected |
Definition at line 93 of file ompl_solver.h.
|
protected |
Definition at line 95 of file ompl_solver.h.
|
protected |
Definition at line 92 of file ompl_solver.h.
|
protected |
Definition at line 94 of file ompl_solver.h.