19#ifndef PYHPP_MANIPULATION_STEERING_METHOD_HH
20#define PYHPP_MANIPULATION_STEERING_METHOD_HH
24#include <hpp/core/steering-method.hh>
31namespace manipulation {
33using namespace boost::python;
ProblemConstPtr_t problem() const
Definition: steering-method.cc:133
shared_ptr< Implicit > ImplicitPtr_t
shared_ptr< const Problem > ProblemConstPtr_t
shared_ptr< Path > PathPtr_t
shared_ptr< EndEffectorTrajectory > EndEffectorTrajectoryPtr_t
shared_ptr< Graph > GraphPtr_t
std::shared_ptr< SteeringMethod > PyWSteeringMethodPtr_t
Definition: problem.hh:43
pyhpp::core::PyWSteeringMethodPtr_t PyWSteeringMethodPtr_t
Definition: path-projector.cc:49
Definition: steering-method.hh:41
void setTrajectoryConstraint(const hpp::constraints::ImplicitPtr_t &ic)
Definition: steering-method.cc:77
hpp::manipulation::steeringMethod::EndEffectorTrajectoryPtr_t eetObj() const
Definition: steering-method.cc:64
EndEffectorTrajectorySteeringMethod(const hpp::core::ProblemConstPtr_t &problem)
Definition: steering-method.cc:71
void setTrajectory(const hpp::core::PathPtr_t &eeTraj, bool se3Output)
Definition: steering-method.cc:82
Definition: steering-method.hh:36
hpp::manipulation::steeringMethod::GraphPtr_t obj
Definition: steering-method.hh:37
GraphSteeringMethod(const PyWSteeringMethodPtr_t &steeringMethodWrapper)
Definition: steering-method.cc:54