hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
#include <hpp/core/path-optimizer.hh>
Public Member Functions | |
virtual | ~PathOptimizer () |
const Problem & | problem () const |
Get problem. More... | |
virtual PathVectorPtr_t | optimize (const PathVectorPtr_t &path)=0 |
Optimize path. More... | |
void | interrupt () |
Interrupt path optimization. More... | |
Protected Member Functions | |
PathOptimizer (const Problem &problem) | |
PathPtr_t | steer (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
Protected Attributes | |
bool | interrupt_ |
Abstraction of path optimizer