hpp-core
4.13.0
Implement basic classes for canonical path planning for kinematic chains.
|
#include <hpp/core/path-optimization/partial-shortcut.hh>
Classes | |
struct | Parameters |
Public Member Functions | |
virtual PathVectorPtr_t | optimize (const PathVectorPtr_t &path) |
Optimize path. More... | |
![]() | |
virtual | ~PathOptimizer () |
ProblemConstPtr_t | problem () const |
Get problem. More... | |
void | interrupt () |
Interrupt path optimization. More... | |
void | maxIterations (const unsigned long int &n) |
Set maximal number of iterations. More... | |
void | timeOut (const double &timeOut) |
set time out (in seconds) More... | |
Static Public Member Functions | |
template<typename Traits > | |
static PartialShortcutPtr_t | createWithTraits (const ProblemConstPtr_t &problem) |
Return shared pointer to new object. More... | |
static PartialShortcutPtr_t | create (const ProblemConstPtr_t &problem) |
Return shared pointer to new object. More... | |
Public Attributes | |
struct hpp::core::pathOptimization::PartialShortcut::Parameters | parameters |
Protected Member Functions | |
PartialShortcut (const ProblemConstPtr_t &problem) | |
![]() | |
PathOptimizer (const ProblemConstPtr_t &problem) | |
PathPtr_t | steer (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
void | monitorExecution () |
void | endIteration () |
bool | shouldStop () const |
void | initFromParameters () |
Additional Inherited Members | |
![]() | |
bool | interrupt_ |
|
protected |
|
static |
Return shared pointer to new object.
|
static |
Return shared pointer to new object.
|
virtual |
Optimize path.
Implements hpp::core::PathOptimizer.
struct hpp::core::pathOptimization::PartialShortcut::Parameters hpp::core::pathOptimization::PartialShortcut::parameters |