hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
Classes | |
class | Discretized |
Typedefs | |
typedef boost::shared_ptr< Discretized > | DiscretizedPtr_t |
Functions | |
HPP_PREDEF_CLASS (Discretized) | |
DiscretizedPtr_t | createDiscretizedCollisionChecking (const DevicePtr_t &robot, const value_type &stepSize) |
Validation of path by collision checking at discretized parameter values. More... | |
DiscretizedPtr_t | createDiscretizedJointBound (const DevicePtr_t &robot, const value_type &stepSize) |
Validation of path by checking joint bounds at discretized parameter values. More... | |
typedef boost::shared_ptr<Discretized> hpp::core::pathValidation::DiscretizedPtr_t |
hpp::core::pathValidation::HPP_PREDEF_CLASS | ( | Discretized | ) |