30 #ifndef HPP_CORE_DIFFUSING_PLANNER_HH 31 #define HPP_CORE_DIFFUSING_PLANNER_HH 52 virtual void startSolve();
54 virtual void oneStep();
65 void init(
const DiffusingPlannerWkPtr_t& weak);
75 DiffusingPlannerWkPtr_t weakPtr_;
80 #endif // HPP_CORE_DIFFUSING_PLANNER_HH shared_ptr< ConfigurationShooter > ConfigurationShooterPtr_t
Definition: fwd.hh:112
Generic implementation of RRT algorithm.
Definition: diffusing-planner.hh:41
Definition: bi-rrt-planner.hh:35
Definition: path-planner.hh:45
shared_ptr< const Problem > ProblemConstPtr_t
Definition: fwd.hh:186
PathPlanner Parent_t
Definition: diffusing-planner.hh:43
shared_ptr< Roadmap > RoadmapPtr_t
Definition: fwd.hh:188
shared_ptr< DiffusingPlanner > DiffusingPlannerPtr_t
Definition: fwd.hh:129
#define HPP_CORE_DLLAPI
Definition: config.hh:64
pinocchio::Configuration_t Configuration_t
Definition: fwd.hh:105
shared_ptr< Path > PathPtr_t
Definition: fwd.hh:176