#include <hpp/manipulation/manipulation-planner.hh>
◆ ErrorFreqs_t
◆ ManipulationPlanner()
◆ create()
static ManipulationPlannerPtr_t hpp::manipulation::ManipulationPlanner::create |
( |
const core::ProblemConstPtr_t & |
problem, |
|
|
const core::RoadmapPtr_t & |
roadmap |
|
) |
| |
|
static |
Create an instance and return a shared pointer to the instance.
◆ errorList()
static StringList_t hpp::manipulation::ManipulationPlanner::errorList |
( |
| ) |
|
|
static |
◆ extend()
Extend configuration q_near toward q_rand.
- Parameters
-
q_near | the configuration to be extended. |
q_rand | the configuration toward extension is performed. |
- Return values
-
validPath | the longest valid path (possibly of length 0), resulting from the extension. |
- Returns
- True if the returned path is valid.
◆ getEdgeStat()
◆ init()
void hpp::manipulation::ManipulationPlanner::init |
( |
const ManipulationPlannerWkPtr_t & |
weak | ) |
|
|
protected |
Store weak pointer to itself.
◆ oneStep()
virtual void hpp::manipulation::ManipulationPlanner::oneStep |
( |
| ) |
|
|
virtual |
One step of extension.
A set of constraints is chosen using the graph of constraints. A constraint extension is done using a chosen set.
The documentation for this class was generated from the following file: