29#ifndef HPP_MANIPULATION_GRAPH_GUIDED_STATE_SELECTOR_HH
30#define HPP_MANIPULATION_GRAPH_GUIDED_STATE_SELECTOR_HH
37namespace manipulation {
43 const core::RoadmapPtr_t& roadmap);
64 std::ostream&
print(std::ostream& os)
const;
71 core::RoadmapPtr_t roadmap_;
74 GuidedStateSelectorWkPtr_t wkPtr_;
Definition roadmap-node.hh:42
Definition guided-state-selector.hh:39
virtual EdgePtr_t chooseEdge(RoadmapNodePtr_t from) const
Select randomly an outgoing edge of the given node.
void init(const GuidedStateSelectorPtr_t &weak)
Initialization of the object.
void setStateList(const States_t &stateList)
Set the target.
GuidedStateSelector(const std::string &name, const core::RoadmapPtr_t roadmap)
Constructor.
Definition guided-state-selector.hh:60
static GuidedStateSelectorPtr_t create(const std::string &name, const core::RoadmapPtr_t &roadmap)
Create a new GuidedStateSelector.
std::ostream & print(std::ostream &os) const
Print the object in a stream.
std::ostream & dotPrint(std::ostream &os, dot::DrawingAttributes da=dot::DrawingAttributes()) const
Print the object in a stream.
Definition state-selector.hh:42
#define HPP_MANIPULATION_DLLAPI
Definition config.hh:88
shared_ptr< Edge > EdgePtr_t
Definition fwd.hh:49
shared_ptr< GuidedStateSelector > GuidedStateSelectorPtr_t
Definition fwd.hh:53
std::vector< StatePtr_t > States_t
Definition fwd.hh:56