#include <hpp/manipulation/path-optimization/random-shortcut.hh>
◆ RandomShortcut()
hpp::manipulation::pathOptimization::RandomShortcut::RandomShortcut |
( |
const core::ProblemConstPtr_t & |
problem | ) |
|
|
inlineprotected |
◆ create()
static RandomShortcutPtr_t hpp::manipulation::pathOptimization::RandomShortcut::create |
( |
const core::ProblemConstPtr_t |
problem | ) |
|
|
inlinestatic |
Return shared pointer to new object.
◆ shootTimes()
virtual bool hpp::manipulation::pathOptimization::RandomShortcut::shootTimes |
( |
const core::PathVectorPtr_t & |
currentOpt, |
|
|
const value_type & |
t0, |
|
|
value_type & |
t1, |
|
|
value_type & |
t2, |
|
|
const value_type & |
t3 |
|
) |
| |
|
protectedvirtual |
Sample times along currentOpt. t1 and t2 will not be on a path whose transition was short.
The documentation for this class was generated from the following file: