#include <hpp/core/path-projector/progressive.hh>
|
bool | impl_apply (const PathPtr_t &path, PathPtr_t &projection) const |
| Method to be reimplemented by inherited class. More...
|
|
| Progressive (const DistancePtr_t &distance, const SteeringMethodPtr_t &steeringMethod, value_type step, value_type threshold, value_type hessianBound) |
|
bool | project (const PathPtr_t &path, PathPtr_t &proj) const |
|
| PathProjector (const DistancePtr_t &distance, const SteeringMethodPtr_t &steeringMethod, bool keepSteeringMethodConstraints=false) |
| Constructor. More...
|
|
value_type | d (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
|
PathPtr_t | steer (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
|
◆ StraightPath
◆ StraightPathPtr_t
◆ Progressive()
◆ create() [1/2]
◆ create() [2/2]
◆ impl_apply()
bool hpp::core::pathProjector::Progressive::impl_apply |
( |
const PathPtr_t & |
path, |
|
|
PathPtr_t & |
projection |
|
) |
| const |
|
protectedvirtual |
◆ project()
bool hpp::core::pathProjector::Progressive::project |
( |
const PathPtr_t & |
path, |
|
|
PathPtr_t & |
proj |
|
) |
| const |
|
protected |