hpp-python  6.1.0
python bindings for HPP, based on boost python
pyhpp::manipulation::ManipulationPlanner Struct Reference
Inheritance diagram for pyhpp::manipulation::ManipulationPlanner:
Collaboration diagram for pyhpp::manipulation::ManipulationPlanner:

Public Member Functions

 ManipulationPlanner (const pyhpp::core::Problem &problem)
 
- Public Member Functions inherited from hpp::core::PathPlanner
virtual ~PathPlanner ()
 
virtual const RoadmapPtr_troadmap () const
 
ProblemConstPtr_t problem () const
 
virtual void startSolve ()
 
virtual PathVectorPtr_t solve ()
 
virtual void tryConnectInitAndGoals ()
 
virtual void oneStep ()=0
 
virtual PathVectorPtr_t finishSolve (const PathVectorPtr_t &path)
 
void interrupt ()
 
void maxIterations (const unsigned long int &n)
 
unsigned long int maxIterations () const
 
void timeOut (const double &timeOut)
 
double timeOut () const
 
void stopWhenProblemIsSolved (bool enable)
 
PathVectorPtr_t computePath () const
 

Additional Inherited Members

- Protected Member Functions inherited from hpp::core::PathPlanner
 PathPlanner (const ProblemConstPtr_t &problem)
 
 PathPlanner (const ProblemConstPtr_t &problem, const RoadmapPtr_t &roadmap)
 
void init (const PathPlannerWkPtr_t &weak)
 

Constructor & Destructor Documentation

◆ ManipulationPlanner()

pyhpp::manipulation::ManipulationPlanner::ManipulationPlanner ( const pyhpp::core::Problem problem)
inline

The documentation for this struct was generated from the following file: