19#ifndef PYHPP_MANIPULATION_PROBLEM_HH
20#define PYHPP_MANIPULATION_PROBLEM_HH
28#include <hpp/core/steering-method.hh>
29#include <hpp/manipulation/problem.hh>
47namespace manipulation {
SteeringMethodPtr_t steeringMethod() const
Definition problem.cc:88
const DevicePtr_t & robot() const
Definition problem.cc:53
std::vector< JointAndShape_t > JointAndShapes_t
std::pair< JointPtr_t, Shape_t > JointAndShape_t
shared_ptr< PathValidation > PathValidationPtr_t
shared_ptr< Distance > DistancePtr_t
shared_ptr< ConfigurationShooter > ConfigurationShooterPtr_t
shared_ptr< PathProjector > PathProjectorPtr_t
shared_ptr< ProblemTarget > ProblemTargetPtr_t
shared_ptr< ConfigValidations > ConfigValidationsPtr_t
shared_ptr< Problem > ProblemPtr_t
shared_ptr< SteeringMethod > SteeringMethodPtr_t
pinocchio::ConfigurationIn_t ConfigurationIn_t
shared_ptr< Problem > ProblemPtr_t
std::shared_ptr< SteeringMethod > PyWSteeringMethodPtr_t
Definition problem.hh:43
std::shared_ptr< Device > PyWDevicePtr_t
Definition fwd.hh:45
std::shared_ptr< PyWGraph > PyWGraphPtr_t
Definition fwd.hh:47
std::shared_ptr< GraphSteeringMethod > PyWGraphSteeringMethodPtr_t
Definition fwd.hh:48
hpp::constraints::JointAndShapes_t JointAndShapes_t
Definition problem.hh:36
hpp::constraints::JointAndShape_t JointAndShape_t
Definition problem.hh:35
virtual void checkProblem() const
Problem(const PyWDevicePtr_t &robot)
Definition problem.cc:47
void constraintGraph(const PyWGraphPtr_t &graph)
Definition problem.cc:53
pyhpp::core::PyWSteeringMethodPtr_t steeringMethod() const
void graphSteeringMethod(const PyWGraphSteeringMethodPtr_t &steeringMethod)
Definition problem.cc:83
hpp::core::Container< JointAndShapes_t > jointAndShapes
Definition problem.hh:51
void steeringMethod(const pyhpp::core::PyWSteeringMethodPtr_t &steeringMethod)
Definition problem.cc:65