#include <hpp/core/path-projector/global.hh>
Public Types | |
| typedef hpp::core::StraightPath | StraightPath |
| typedef hpp::core::StraightPathPtr_t | StraightPathPtr_t |
Public Types inherited from hpp::core::PathProjector | |
| typedef hpp::core::Path | Path |
| typedef hpp::core::PathPtr_t | PathPtr_t |
| typedef hpp::core::PathVector | PathVector |
| typedef hpp::core::PathVectorPtr_t | PathVectorPtr_t |
Static Public Member Functions | |
| static GlobalPtr_t | create (const DistancePtr_t &distance, const SteeringMethodPtr_t &steeringMethod, value_type step) |
| static GlobalPtr_t | create (const Problem &problem, const value_type &step) |
Protected Member Functions | |
| bool | impl_apply (const PathPtr_t &path, PathPtr_t &projection) const |
| Method to be reimplemented by inherited class. More... | |
| Global (const DistancePtr_t &distance, const SteeringMethodPtr_t &steeringMethod, value_type step, value_type threshold, value_type hessianBound) | |
Protected Member Functions inherited from hpp::core::PathProjector | |
| 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 |
Additional Inherited Members | |
Public Member Functions inherited from hpp::core::PathProjector | |
| virtual | ~PathProjector () |
| Destructor. More... | |
| bool | apply (const PathPtr_t &path, PathPtr_t &projection) const |
| Apply the constraints to the path. More... | |
Protected Attributes inherited from hpp::core::PathProjector | |
| SteeringMethodPtr_t | steeringMethod_ |
|
protected |
|
static |
So they are accessible from Python. However, the former should be deduced from the path constraints. The latter should be passed to the constructor as an argument.
|
static |
|
protectedvirtual |
Method to be reimplemented by inherited class.
Implements hpp::core::PathProjector.