|
hpp-manipulation 6.1.0
Classes for manipulation planning.
|
#include <hpp/manipulation/problem-target/state.hh>


Public Member Functions | |
| void | check (const core::RoadmapPtr_t &roadmap) const |
| Check if the problem target is well specified. | |
| bool | reached (const core::RoadmapPtr_t &roadmap) const |
| Check whether the problem is solved. | |
| core::PathVectorPtr_t | computePath (const core::RoadmapPtr_t &roadmap) const |
| void | target (const graph::StatePtr_t &state) |
Public Member Functions inherited from hpp::core::ProblemTarget | |
| virtual | ~ProblemTarget () |
| void | problem (const ProblemPtr_t &problem) |
Static Public Member Functions | |
| static StatePtr_t | create (const core::ProblemPtr_t &problem) |
Protected Member Functions | |
| State (const core::ProblemPtr_t &problem) | |
| Constructor. | |
Protected Member Functions inherited from hpp::core::ProblemTarget | |
| ProblemTarget (const ProblemPtr_t &problem) | |
| void | init (const ProblemTargetWkPtr_t &weak) |
Additional Inherited Members | |
Protected Attributes inherited from hpp::core::ProblemTarget | |
| ProblemWkPtr_t | problem_ |
| ProblemTargetWkPtr_t | weakPtr_ |
This class defines a goal using state of the constraint graph.
|
inlineprotected |
Constructor.
|
virtual |
Check if the problem target is well specified.
Implements hpp::core::ProblemTarget.
|
virtual |
Implements hpp::core::ProblemTarget.
|
static |
|
virtual |
Check whether the problem is solved.
Implements hpp::core::ProblemTarget.
|
inline |