29#ifndef HPP_MANIPULATION_PROBLEM_HH
30#define HPP_MANIPULATION_PROBLEM_HH
82 void init(ProblemWkPtr_t wkPtr);
85 ProblemWkPtr_t wkPtr_;
const DevicePtr_t & robot() const
graph::GraphPtr_t constraintGraph() const
Get the graph of constraints.
Definition problem.hh:54
void constraintGraph(const graph::GraphPtr_t &graph)
Set the graph of constraints.
Problem(DevicePtr_t robot)
Constructor.
void setPathValidationFactory(const core::PathValidationBuilder_t &factory, const value_type &tol)
static ProblemPtr_t create(DevicePtr_t robot)
Constructor.
PathValidationPtr_t pathValidationFactory() const
PathValidationPtr_t pathValidation() const
Expose parent method.
SteeringMethodPtr_t manipulationSteeringMethod() const
Get the steering method as a SteeringMethod.
void pathValidation(const PathValidationPtr_t &pathValidation)
core::Problem Parent
Definition problem.hh:45
virtual void checkProblem() const
Check whether the problem is well formulated.
void init(ProblemWkPtr_t wkPtr)
#define HPP_MANIPULATION_DLLAPI
Definition config.hh:88
shared_ptr< PathValidation > PathValidationPtr_t
std::function< PathValidationPtr_t(const DevicePtr_t &, const value_type &)> PathValidationBuilder_t
shared_ptr< Graph > GraphPtr_t
Definition fwd.hh:47
shared_ptr< Problem > ProblemPtr_t
Definition fwd.hh:65
core::value_type value_type
Definition fwd.hh:89
shared_ptr< Device > DevicePtr_t
Definition fwd.hh:40
shared_ptr< SteeringMethod > SteeringMethodPtr_t
Definition fwd.hh:112