hpp-manipulation
4.9.0
Classes for manipulation planning.
|
#include <hpp/manipulation/path-optimization/small-steps.hh>
Public Member Functions | |
PathVectorPtr_t | optimize (const PathVectorPtr_t &path) |
Public Member Functions inherited from hpp::core::PathOptimizer | |
virtual | ~PathOptimizer () |
const Problem & | problem () const |
virtual PathVectorPtr_t | optimize (const PathVectorPtr_t &path)=0 |
void | interrupt () |
virtual | ~PathOptimizer () |
const Problem & | problem () const |
virtual PathVectorPtr_t | optimize (const PathVectorPtr_t &path)=0 |
void | interrupt () |
Static Public Member Functions | |
static SmallStepsPtr_t | create (const core::Problem &problem) |
Protected Member Functions | |
SmallSteps (const core::Problem &problem) | |
Constructor. More... | |
Protected Member Functions inherited from hpp::core::PathOptimizer | |
PathOptimizer (const Problem &problem) | |
PathPtr_t | steer (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
PathOptimizer (const Problem &problem) | |
PathPtr_t | steer (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
Additional Inherited Members | |
Protected Attributes inherited from hpp::core::PathOptimizer | |
bool | interrupt_ |
Walking trajectory generator for paths created with the constraint graph
This class encapsulates hpp::wholebodyStep::SmallSteps.
|
inlineprotected |
Constructor.
|
inlinestatic |
PathVectorPtr_t hpp::manipulation::pathOptimization::SmallSteps::optimize | ( | const PathVectorPtr_t & | path | ) |