hpp-core 7.0.0
Implement basic classes for canonical path planning for kinematic chains.
Loading...
Searching...
No Matches
hpp::core::path Namespace Reference

Namespaces

namespace  cost

Classes

struct  binomials
class  Cost
class  Hermite
class  Spline

Typedefs

typedef shared_ptr< HermiteHermitePtr_t
typedef shared_ptr< const HermiteHermiteConstPtr_t
typedef shared_ptr< CostCostPtr_t
typedef shared_ptr< const CostCostConstPtr_t

Enumerations

enum  PolynomeBasisType { CanonicalPolynomeBasis , BernsteinBasis }

Functions

 HPP_PREDEF_CLASS (Hermite)
 HPP_PREDEF_CLASS (Cost)

Typedef Documentation

◆ CostConstPtr_t

typedef shared_ptr<const Cost> hpp::core::path::CostConstPtr_t

◆ CostPtr_t

typedef shared_ptr<Cost> hpp::core::path::CostPtr_t

◆ HermiteConstPtr_t

◆ HermitePtr_t

Function Documentation

◆ HPP_PREDEF_CLASS() [1/2]

hpp::core::path::HPP_PREDEF_CLASS(Cost)

◆ HPP_PREDEF_CLASS() [2/2]

hpp::core::path::HPP_PREDEF_CLASS(Hermite)