|
| static TransitionPlannerPtr_t | hpp::manipulation::pathPlanner::TransitionPlanner::createWithRoadmap (const core::ProblemConstPtr_t &problem, const core::RoadmapPtr_t &roadmap) |
| | Create instance and return share pointer. More...
|
| |
| PathPlannerPtr_t | hpp::manipulation::pathPlanner::TransitionPlanner::innerPlanner () const |
| | Get the inner planner. More...
|
| |
| void | hpp::manipulation::pathPlanner::TransitionPlanner::innerPlanner (const PathPlannerPtr_t &planner) |
| | Set the inner planner. More...
|
| |
| core::ProblemPtr_t | hpp::manipulation::pathPlanner::TransitionPlanner::innerProblem () const |
| | Get the inner problem. More...
|
| |
| virtual void | hpp::manipulation::pathPlanner::TransitionPlanner::startSolve () |
| |
| virtual void | hpp::manipulation::pathPlanner::TransitionPlanner::oneStep () |
| |
| PathVectorPtr_t | hpp::manipulation::pathPlanner::TransitionPlanner::planPath (const Configuration_t qInit, matrixIn_t qGoals, bool resetRoadmap) |
| |
| PathPtr_t | hpp::manipulation::pathPlanner::TransitionPlanner::directPath (ConfigurationIn_t q1, ConfigurationIn_t q2, bool validate, bool &success, std::string &status) |
| |
| bool | hpp::manipulation::pathPlanner::TransitionPlanner::validateConfiguration (ConfigurationIn_t q, std::size_t id, core::ValidationReportPtr_t &report) const |
| |
| PathVectorPtr_t | hpp::manipulation::pathPlanner::TransitionPlanner::optimizePath (const PathPtr_t &path) |
| |
| PathVectorPtr_t | hpp::manipulation::pathPlanner::TransitionPlanner::timeParameterization (const PathVectorPtr_t &path) |
| |
| void | hpp::manipulation::pathPlanner::TransitionPlanner::setEdge (std::size_t id) |
| |
| void | hpp::manipulation::pathPlanner::TransitionPlanner::setReedsAndSheppSteeringMethod (double turningRadius) |
| | Create a Reeds and Shepp steering method and path it to the problem. More...
|
| |
| void | hpp::manipulation::pathPlanner::TransitionPlanner::pathProjector (const PathProjectorPtr_t pathProjector) |
| | Set the path projector. More...
|
| |
| void | hpp::manipulation::pathPlanner::TransitionPlanner::clearPathOptimizers () |
| | Clear path optimizers. More...
|
| |
| void | hpp::manipulation::pathPlanner::TransitionPlanner::addPathOptimizer (const PathOptimizerPtr_t &pathOptimizer) |
| | Add a path optimizer. More...
|
| |
| void | hpp::manipulation::pathPlanner::TransitionPlanner::setParameter (const std::string &key, const Parameter &value) |
| | Set parameter to the inner problem. More...
|
| |
| | hpp::manipulation::pathPlanner::TransitionPlanner::TransitionPlanner (const core::ProblemConstPtr_t &problem, const core::RoadmapPtr_t &roadmap) |
| |
| void | hpp::manipulation::pathPlanner::TransitionPlanner::init (TransitionPlannerWkPtr_t weak) |
| | store weak pointer to itself More...
|
| |