hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
Classes | |
class | CarLike |
class | ConstantCurvature |
Path of constant curvature for a carlike robot. More... | |
class | Dubins |
class | Hermite |
class | Interpolated |
class | Kinodynamic |
class | ReedsShepp |
class | Snibud |
class | Spline |
class | Straight |
Typedefs | |
typedef boost::shared_ptr< Interpolated > | InterpolatedPtr_t |
typedef boost::shared_ptr< ReedsShepp > | ReedsSheppPtr_t |
typedef boost::shared_ptr< Kinodynamic > | KinodynamicPtr_t |
typedef boost::shared_ptr< Straight > | StraightPtr_t |
typedef boost::shared_ptr< CarLike > | CarLikePtr_t |
typedef boost::shared_ptr< ConstantCurvature > | ConstantCurvaturePtr_t |
typedef boost::shared_ptr< Dubins > | DubinsPtr_t |
typedef boost::shared_ptr< Snibud > | SnibudPtr_t |
typedef boost::shared_ptr< Hermite > | HermitePtr_t |
typedef Eigen::Matrix< value_type, 3, 1 > | Vector3 |
typedef boost::shared_ptr<CarLike> hpp::core::steeringMethod::CarLikePtr_t |
typedef boost::shared_ptr<ConstantCurvature> hpp::core::steeringMethod::ConstantCurvaturePtr_t |
typedef boost::shared_ptr<Dubins> hpp::core::steeringMethod::DubinsPtr_t |
typedef boost::shared_ptr<Hermite> hpp::core::steeringMethod::HermitePtr_t |
typedef boost::shared_ptr< Interpolated > hpp::core::steeringMethod::InterpolatedPtr_t |
typedef boost::shared_ptr<Kinodynamic> hpp::core::steeringMethod::KinodynamicPtr_t |
typedef boost::shared_ptr< ReedsShepp > hpp::core::steeringMethod::ReedsSheppPtr_t |
typedef boost::shared_ptr<Snibud> hpp::core::steeringMethod::SnibudPtr_t |
typedef boost::shared_ptr<Straight> hpp::core::steeringMethod::StraightPtr_t |
typedef Eigen::Matrix<value_type, 3, 1> hpp::core::steeringMethod::Vector3 |
hpp::core::steeringMethod::HPP_PREDEF_CLASS | ( | Straight | ) |
hpp::core::steeringMethod::HPP_PREDEF_CLASS | ( | CarLike | ) |
hpp::core::steeringMethod::HPP_PREDEF_CLASS | ( | ConstantCurvature | ) |
hpp::core::steeringMethod::HPP_PREDEF_CLASS | ( | Dubins | ) |
hpp::core::steeringMethod::HPP_PREDEF_CLASS | ( | Snibud | ) |
hpp::core::steeringMethod::HPP_PREDEF_CLASS | ( | Hermite | ) |
hpp::core::steeringMethod::HPP_PREDEF_CLASS | ( | Interpolated | ) |
hpp::core::steeringMethod::HPP_PREDEF_CLASS | ( | ReedsShepp | ) |
hpp::core::steeringMethod::HPP_PREDEF_CLASS | ( | Kinodynamic | ) |