hpp-core
4.13.0
Implement basic classes for canonical path planning for kinematic chains.
|
Go to the documentation of this file.
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
pinocchio::Configuration_t Configuration_t
Definition: fwd.hh:105
shared_ptr< const Problem > ProblemConstPtr_t
Definition: fwd.hh:186
shared_ptr< Path > PathPtr_t
Definition: fwd.hh:176
shared_ptr< Roadmap > RoadmapPtr_t
Definition: fwd.hh:188
Definition: bi-rrt-planner.hh:35
PathPlanner Parent_t
Definition: diffusing-planner.hh:43
shared_ptr< DiffusingPlanner > DiffusingPlannerPtr_t
Definition: fwd.hh:129
Generic implementation of RRT algorithm.
Definition: diffusing-planner.hh:41
shared_ptr< ConfigurationShooter > ConfigurationShooterPtr_t
Definition: fwd.hh:112
Definition: path-planner.hh:45
#define HPP_CORE_DLLAPI
Definition: config.hh:64