hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
Classes | |
class | ConfigOptimization |
struct | ConfigOptimizationTraits |
class | Cost |
class | GradientBased |
struct | LinearConstraint |
A linear constraint \( J \times x = b \). More... | |
class | PartialShortcut |
struct | PartialShortcutTraits |
struct | QuadraticProgram |
class | RandomShortcut |
class | SimpleShortcut |
class | SimpleTimeParameterization |
class | SplineGradientBased |
class | SplineGradientBasedAbstract |
Common base for optimization-based path optimizer with splines. More... | |
Typedefs | |
typedef boost::shared_ptr< RandomShortcut > | RandomShortcutPtr_t |
typedef boost::shared_ptr< SimpleShortcut > | SimpleShortcutPtr_t |
typedef boost::shared_ptr< Cost > | CostPtr_t |
typedef boost::shared_ptr< GradientBased > | GradientBasedPtr_t |
typedef boost::shared_ptr< PathLength > | PathLengthPtr_t |
typedef boost::shared_ptr< PartialShortcut > | PartialShortcutPtr_t |
typedef boost::shared_ptr< SimpleTimeParameterization > | SimpleTimeParameterizationPtr_t |
typedef boost::shared_ptr< ConfigOptimization > | ConfigOptimizationPtr_t |
typedef std::vector< CollisionConstraintsResult > | CollisionConstraintsResults_t |
typedef std::vector< JointConstPtr_t > | JointStdVector_t |
typedef boost::shared_ptr<ConfigOptimization> hpp::core::pathOptimization::ConfigOptimizationPtr_t |
typedef boost::shared_ptr<Cost> hpp::core::pathOptimization::CostPtr_t |
typedef boost::shared_ptr<GradientBased> hpp::core::pathOptimization::GradientBasedPtr_t |
typedef std::vector<JointConstPtr_t> hpp::core::pathOptimization::JointStdVector_t |
typedef boost::shared_ptr<PartialShortcut> hpp::core::pathOptimization::PartialShortcutPtr_t |
typedef boost::shared_ptr<PathLength> hpp::core::pathOptimization::PathLengthPtr_t |
typedef boost::shared_ptr<RandomShortcut> hpp::core::pathOptimization::RandomShortcutPtr_t |
typedef boost::shared_ptr<SimpleShortcut> hpp::core::pathOptimization::SimpleShortcutPtr_t |
typedef boost::shared_ptr<SimpleTimeParameterization> hpp::core::pathOptimization::SimpleTimeParameterizationPtr_t |
hpp::core::pathOptimization::HPP_PREDEF_CLASS | ( | RandomShortcut | ) |
hpp::core::pathOptimization::HPP_PREDEF_CLASS | ( | SimpleShortcut | ) |
hpp::core::pathOptimization::HPP_PREDEF_CLASS | ( | Cost | ) |
hpp::core::pathOptimization::HPP_PREDEF_CLASS | ( | GradientBased | ) |
hpp::core::pathOptimization::HPP_PREDEF_CLASS | ( | PathLength | ) |
hpp::core::pathOptimization::HPP_PREDEF_CLASS | ( | PartialShortcut | ) |
hpp::core::pathOptimization::HPP_PREDEF_CLASS | ( | SimpleTimeParameterization | ) |
hpp::core::pathOptimization::HPP_PREDEF_CLASS | ( | ConfigOptimization | ) |