hpp-manipulation
4.12.0
Classes for manipulation planning.
|
Go to the documentation of this file.
19 #ifndef HPP_MANIPULATION_LEAF_CONNECTED_COMP_HH
20 #define HPP_MANIPULATION_LEAF_CONNECTED_COMP_HH
29 namespace manipulation {
66 assert (!nodes_.empty());
67 return nodes_.front()->connectedComponent();
93 void init (
const LeafConnectedCompWkPtr_t& shPtr)
107 mutable bool explored_;
108 RoadmapWkPtr_t roadmap_;
110 LeafConnectedCompWkPtr_t weak_;
149 #endif // HPP_MANIPULATION_LEAF_CONNECTED_COMP_HH
std::vector< graph::EdgePtr_t > edges_
Definition: leaf-connected-comp.hh:137
Definition: leaf-connected-comp.hh:34
std::set< RawPtr_t > LeafConnectedComps_t
Definition: leaf-connected-comp.hh:38
void init(const LeafConnectedCompWkPtr_t &shPtr)
Definition: leaf-connected-comp.hh:93
LeafConnectedComp * RawPtr_t
Definition: leaf-connected-comp.hh:37
core::ConnectedComponentPtr_t connectedComponent() const
Definition: leaf-connected-comp.hh:64
shared_ptr< State > StatePtr_t
Definition: fwd.hh:36
core::value_type value_type
Definition: fwd.hh:82
LeafConnectedComp(const RoadmapPtr_t &r)
Definition: leaf-connected-comp.hh:90
shared_ptr< LeafConnectedComp > LeafConnectedCompPtr_t
Definition: fwd.hh:65
#define HPP_MANIPULATION_DLLAPI
Definition: config.hh:64
core::vector_t vector_t
Definition: fwd.hh:85
graph::StatePtr_t state_
Definition: leaf-connected-comp.hh:98
RoadmapNodes_t nodes_
Definition: leaf-connected-comp.hh:99
shared_ptr< Roadmap > RoadmapPtr_t
Definition: fwd.hh:58
shared_ptr< ConnectedComponent > ConnectedComponentPtr_t
Definition: fwd.hh:63
shared_ptr< WeighedLeafConnectedComp > WeighedLeafConnectedCompPtr_t
Definition: fwd.hh:70
shared_ptr< Edge > EdgePtr_t
Definition: fwd.hh:37
Definition: roadmap-node.hh:32
LeafConnectedComp()
For serialization only.
Definition: leaf-connected-comp.hh:102
const LeafConnectedComp::LeafConnectedComps_t & to() const
Definition: leaf-connected-comp.hh:85
vector_t p_
Transition probabilities.
Definition: leaf-connected-comp.hh:136
Definition: leaf-connected-comp.hh:116
Definition: roadmap.hh:35
void normalizeProba()
Definition: leaf-connected-comp.hh:128
WeighedLeafConnectedComp(const RoadmapPtr_t &r)
Definition: leaf-connected-comp.hh:140
std::set< LeafConnectedCompPtr_t > LeafConnectedComps_t
Definition: fwd.hh:68
std::vector< RoadmapNodePtr_t > RoadmapNodes_t
Definition: fwd.hh:61
value_type weight_
Definition: leaf-connected-comp.hh:134
const LeafConnectedComp::LeafConnectedComps_t & from() const
Definition: leaf-connected-comp.hh:80
const RoadmapNodes_t & nodes() const
Definition: leaf-connected-comp.hh:70