#include <hpp/core/path-optimization/simple-shortcut.hh>
Public Member Functions | |
virtual PathVectorPtr_t | optimize (const PathVectorPtr_t &path) |
Optimize path. More... | |
![]() | |
virtual | ~PathOptimizer () |
const Problem & | problem () const |
Get problem. More... | |
void | interrupt () |
Interrupt path optimization. More... | |
Static Public Member Functions | |
static SimpleShortcutPtr_t | create (const Problem &problem) |
Return shared pointer to new object. More... | |
Protected Member Functions | |
SimpleShortcut (const Problem &problem) | |
![]() | |
PathOptimizer (const Problem &problem) | |
PathPtr_t | steer (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
Additional Inherited Members | |
![]() | |
bool | interrupt_ |
Whether to interrupt computation Set to false at start of optimize method, set to true by method interrupt. More... | |
|
protected |
|
static |
Return shared pointer to new object.
|
virtual |
Optimize path.
Implements hpp::core::PathOptimizer.