hpp-core
4.10.1
Implement basic classes for canonical path planning for kinematic chains.
|
Go to the documentation of this file.
18 #ifndef HPP_CORE_STEERING_METHOD_INTERPOLATED_HH
19 # define HPP_CORE_STEERING_METHOD_INTERPOLATED_HH
28 namespace steeringMethod {
69 return createCopy (weak_.lock ());
78 length, constraints ());
94 distance_ (distance), weak_ ()
100 distance_ (other.distance_), weak_ ()
104 void init (InterpolatedWkPtr_t weak)
113 InterpolatedWkPtr_t weak_;
119 #endif // HPP_CORE_STEERING_METHOD_STRAIGHT_HH
boost::shared_ptr< WeighedDistance > WeighedDistancePtr_t
Definition: fwd.hh:207
static InterpolatedPtr_t create(const DevicePtr_t &device, const WeighedDistancePtr_t &distance)
Create instance and return shared pointer.
Definition: interpolated-steering-method.hh:47
Definition: interpolated-steering-method.hh:34
pinocchio::ConfigurationIn_t ConfigurationIn_t
Definition: fwd.hh:97
virtual PathPtr_t impl_compute(ConfigurationIn_t q1, ConfigurationIn_t q2) const
create a path between two configurations
Definition: interpolated-steering-method.hh:73
void init(SteeringMethodWkPtr_t weak)
Store weak pointer to itself.
Definition: steering-method.hh:114
Interpolated(const Interpolated &other)
Copy constructor.
Definition: interpolated-steering-method.hh:98
pinocchio::DeviceWkPtr_t DeviceWkPtr_t
Definition: fwd.hh:115
Definition: basic-configuration-shooter.hh:26
static InterpolatedPathPtr_t create(const DevicePtr_t &device, ConfigurationIn_t init, ConfigurationIn_t end, interval_t timeRange)
Definition: interpolated-path.hh:56
Interpolated(const DevicePtr_t &device)
Definition: interpolated-steering-method.hh:85
boost::shared_ptr< SteeringMethod > SteeringMethodPtr_t
Definition: fwd.hh:194
Definition: steering-method.hh:38
static InterpolatedPtr_t create(const DevicePtr_t &device)
Create instance and return shared pointer.
Definition: interpolated-steering-method.hh:38
virtual SteeringMethodPtr_t copy() const
Copy instance and return shared pointer.
Definition: interpolated-steering-method.hh:67
boost::shared_ptr< Interpolated > InterpolatedPtr_t
Definition: fwd.hh:320
pinocchio::DevicePtr_t DevicePtr_t
Definition: fwd.hh:114
Interpolated(const DevicePtr_t &device, const WeighedDistancePtr_t &distance)
Constructor with weighed distance.
Definition: interpolated-steering-method.hh:91
static InterpolatedPtr_t createCopy(const InterpolatedPtr_t &other)
Copy instance and return shared pointer.
Definition: interpolated-steering-method.hh:58
pinocchio::value_type value_type
Definition: fwd.hh:157
#define HPP_CORE_DLLAPI
Definition: config.hh:64
Definition: weighed-distance.hh:33
void init(InterpolatedWkPtr_t weak)
Store weak pointer to itself.
Definition: interpolated-steering-method.hh:104
boost::shared_ptr< Path > PathPtr_t
Definition: fwd.hh:170