hpp-manipulation 7.0.0 Classes for manipulation planning. |
#include <hpp/manipulation/problem.hh>


Public Types | |
| typedef core::Problem | Parent |
Static Public Member Functions | |
| static ProblemPtr_t | create (DevicePtr_t robot) |
| Constructor. | |
| Static Public Member Functions inherited from hpp::core::Problem | |
| static robot) | |
| static ProblemConstPtr_t &other) | |
| static void | ParameterDescription &desc) |
| static const parameterDescriptions () | |
| static const parameterDescription (const std::string &name) | |
Protected Member Functions | |
| Problem (DevicePtr_t robot) | |
| Constructor. | |
| void | init (ProblemWkPtr_t wkPtr) |
| Protected Member Functions inherited from hpp::core::Problem | |
| robot) | |
| Problem &other)=default | |
| void | init (ProblemWkPtr_t wkPtr) |
Additional Inherited Members | |
| Public Attributes inherited from hpp::core::Problem | |
| parameters | |
| protected |
Constructor.
| virtual |
Check whether the problem is well formulated.
Reimplemented from hpp::core::Problem.
| inline |
Get the graph of constraints.
| void hpp::manipulation::Problem::constraintGraph | ( | const graph::GraphPtr_t & | graph | ) |
Set the graph of constraints.
| static |
Constructor.
| protected |
| SteeringMethodPtr_t hpp::manipulation::Problem::manipulationSteeringMethod | ( | ) | const |
Get the steering method as a SteeringMethod.
| PathValidationPtr_t hpp::manipulation::Problem::pathValidation | ( | ) | const |
Expose parent method.
| virtual |
| pathValidation | if of type GraphPathValidation, sets its constraint graph to Problem::constraintGraph() |
Reimplemented from hpp::core::Problem.
| PathValidationPtr_t hpp::manipulation::Problem::pathValidationFactory | ( | ) | const |
Build a new path validation
| void hpp::manipulation::Problem::setPathValidationFactory | ( | const core::PathValidationBuilder_t & | factory, |
| const value_type & | tol ) |