hpp-corbaserver 6.1.0
Corba server for Humanoid Path Planner applications
hpp::core::steeringMethod Namespace Reference

Classes

class  CarLike
 
class  ConstantCurvature
 
class  Dubins
 
class  Hermite
 
class  Interpolated
 
class  Kinodynamic
 
class  ReedsShepp
 
class  Snibud
 
class  Spline
 
class  Straight
 

Typedefs

typedef shared_ptr< InterpolatedInterpolatedPtr_t
 
typedef shared_ptr< ReedsSheppReedsSheppPtr_t
 
typedef shared_ptr< KinodynamicKinodynamicPtr_t
 
typedef shared_ptr< StraightStraightPtr_t
 
typedef shared_ptr< CarLikeCarLikePtr_t
 
typedef shared_ptr< ConstantCurvatureConstantCurvaturePtr_t
 
typedef shared_ptr< DubinsDubinsPtr_t
 
typedef shared_ptr< SnibudSnibudPtr_t
 
typedef shared_ptr< HermiteHermitePtr_t
 
typedef Eigen::Matrix< value_type, 3, 1 > Vector3
 
typedef Spline< path::BernsteinBasis, 3 > SplineBernstein3
 
typedef Spline< path::BernsteinBasis, 5 > SplineBernstein5
 

Functions

 HPP_PREDEF_CLASS (Interpolated)
 
 HPP_PREDEF_CLASS (ReedsShepp)
 
 HPP_PREDEF_CLASS (Kinodynamic)
 
std::vector< JointPtr_tgetWheelsFromParameter (const ProblemConstPtr_t &problem, const JointPtr_t &rz)
 
 HPP_PREDEF_CLASS (Straight)
 
 HPP_PREDEF_CLASS (CarLike)
 
 HPP_PREDEF_CLASS (ConstantCurvature)
 
 HPP_PREDEF_CLASS (Dubins)
 
 HPP_PREDEF_CLASS (Snibud)
 
 HPP_PREDEF_CLASS (Hermite)
 
PathVectorPtr_t reedsSheppPathOrDistance (const DevicePtr_t &device, ConfigurationIn_t init, ConfigurationIn_t end, value_type extraLength, value_type rho, size_type xyId, size_type rzId, const std::vector< JointPtr_t > wheels, ConstraintSetPtr_t constraints, bool computeDistance, value_type &distance)
 

Typedef Documentation

◆ SplineBernstein3

◆ SplineBernstein5