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:161
const DevicePtr_t & robot() const
Definition problem.cc:126
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
hpp::constraints::JointAndShapes_t JointAndShapes_t
Definition problem.hh:36
hpp::constraints::JointAndShape_t JointAndShape_t
Definition problem.hh:35
virtual void checkProblem() const
void fullSteeringMethod(const pyhpp::core::PyWSteeringMethodPtr_t &steeringMethod)
Definition problem.cc:95
PyWGraphPtr_t graph_
Definition problem.hh:52
void steeringMethod(const pyhpp::core::PyWSteeringMethodPtr_t &steeringMethod)
Definition problem.cc:73
pyhpp::core::PyWSteeringMethodPtr_t steeringMethod() const
void constraintGraph(const PyWGraphPtr_t &graph)
Definition problem.cc:64
Problem(const PyWDevicePtr_t &robot)
Definition problem.cc:57
hpp::core::Container< JointAndShapes_t > jointAndShapes
Definition problem.hh:51