19 #ifndef HPP_CORE_VISIBILITY_PRM_PLANNER_HH 20 # define HPP_CORE_VISIBILITY_PRM_PLANNER_HH 42 virtual void oneStep ();
50 void init (
const VisibilityPrmPlannerWkPtr_t& weak);
52 typedef std::tuple <NodePtr_t, ConfigurationPtr_t, PathPtr_t>
54 typedef std::vector <DelayedEdge_t> DelayedEdges_t;
55 VisibilityPrmPlannerWkPtr_t weakPtr_;
56 DelayedEdges_t delayedEdges_;
57 std::map <NodePtr_t, bool> nodeStatus_;
66 void applyConstraints (
76 #endif // HPP_CORE_VISIBILITY_PRM_PLANNER_HH
Definition: bi-rrt-planner.hh:24
shared_ptr< VisibilityPrmPlanner > VisibilityPrmPlannerPtr_t
Definition: fwd.hh:206
Definition: path-planner.hh:34
shared_ptr< const Problem > ProblemConstPtr_t
Definition: fwd.hh:180
shared_ptr< ConnectedComponent > ConnectedComponentPtr_t
Definition: fwd.hh:107
Definition: visibility-prm-planner.hh:33
shared_ptr< Roadmap > RoadmapPtr_t
Definition: fwd.hh:182
#define HPP_CORE_DLLAPI
Definition: config.hh:64
pinocchio::Configuration_t Configuration_t
Definition: fwd.hh:96