18 #ifndef HPP_CORE_STEERING_METHOD_HERMITE_HH 19 # define HPP_CORE_STEERING_METHOD_HERMITE_HH 30 namespace steeringMethod {
60 return createCopy (weak_.lock ());
68 (problem_.robot(), q1, q2, constraints ());
70 path->computeHermiteLength();
86 void init (HermiteWkPtr_t weak)
99 #endif // HPP_CORE_STEERING_METHOD_HERMITE_HH boost::shared_ptr< Path > PathPtr_t
Definition: fwd.hh:170
boost::shared_ptr< Hermite > HermitePtr_t
Definition: fwd.hh:226
pinocchio::ConfigurationIn_t ConfigurationIn_t
Definition: fwd.hh:97
static HermitePtr_t create(const DevicePtr_t &device, ConfigurationIn_t init, ConfigurationIn_t end, ConstraintSetPtr_t constraints)
Definition: hermite.hh:39
Definition: problem.hh:48
Definition: steering-method.hh:38
boost::shared_ptr< Hermite > HermitePtr_t
Definition: fwd.hh:41
static HermitePtr_t create(const Problem &problem)
Create instance and return shared pointer.
Definition: hermite.hh:40
virtual SteeringMethodPtr_t copy() const
Copy instance and return shared pointer.
Definition: hermite.hh:58
static HermitePtr_t createCopy(const HermitePtr_t &other)
Copy instance and return shared pointer.
Definition: hermite.hh:49
void init(SteeringMethodWkPtr_t weak)
Store weak pointer to itself.
Definition: steering-method.hh:114
virtual PathPtr_t impl_compute(ConfigurationIn_t q1, ConfigurationIn_t q2) const
create a path between two configurations
Definition: hermite.hh:64
Hermite(const Problem &problem)
Constructor with weighed distance.
Definition: hermite.hh:76
Hermite(const Hermite &other)
Copy constructor.
Definition: hermite.hh:81
Definition: hermite.hh:36
boost::shared_ptr< SteeringMethod > SteeringMethodPtr_t
Definition: fwd.hh:194
void init(HermiteWkPtr_t weak)
Store weak pointer to itself.
Definition: hermite.hh:86