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< 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::core::PathValidationPtr_t PathValidationPtr_t
Definition problem.hh:41
hpp::core::ProblemTargetPtr_t ProblemTargetPtr_t
Definition problem.hh:43
hpp::manipulation::ProblemPtr_t ProblemPtr_t
Definition problem.hh:34
hpp::constraints::JointAndShapes_t JointAndShapes_t
Definition problem.hh:36
hpp::core::ConfigurationIn_t ConfigurationIn_t
Definition problem.hh:37
hpp::core::DistancePtr_t DistancePtr_t
Definition problem.hh:44
hpp::core::ConfigValidationsPtr_t ConfigValidationsPtr_t
Definition problem.hh:40
hpp::constraints::JointAndShape_t JointAndShape_t
Definition problem.hh:35
hpp::core::SteeringMethodPtr_t SteeringMethodPtr_t
Definition problem.hh:39
hpp::core::ConfigurationShooterPtr_t ConfigurationShooterPtr_t
Definition problem.hh:38
hpp::core::PathProjectorPtr_t PathProjectorPtr_t
Definition problem.hh:42
virtual void checkProblem() const
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