hpp-core
5.2.0
Implement basic classes for canonical path planning for kinematic chains.
|
Go to the documentation of this file.
30 #ifndef HPP_CORE_STEERING_METHOD_FWD_HH
31 #define HPP_CORE_STEERING_METHOD_FWD_HH
35 namespace steeringMethod {
50 template <
int _PolynomeBasis,
int _Order>
58 #endif // HPP_CORE_STEERING_METHOD_FWD_HH
shared_ptr< Dubins > DubinsPtr_t
Definition: fwd.hh:45
Definition: interpolated-steering-method.hh:45
Definition: hermite.hh:47
shared_ptr< Interpolated > InterpolatedPtr_t
Definition: fwd.hh:339
shared_ptr< Snibud > SnibudPtr_t
Definition: fwd.hh:49
Path of constant curvature for a carlike robot.
Definition: constant-curvature.hh:41
Definition: bi-rrt-planner.hh:35
shared_ptr< ConstantCurvature > ConstantCurvaturePtr_t
Definition: fwd.hh:43
HPP_PREDEF_CLASS(Interpolated)
shared_ptr< Hermite > HermitePtr_t
Definition: fwd.hh:53
shared_ptr< CarLike > CarLikePtr_t
Definition: fwd.hh:41
shared_ptr< ReedsShepp > ReedsSheppPtr_t
Definition: fwd.hh:341
shared_ptr< Straight > StraightPtr_t
Definition: fwd.hh:37
Definition: reeds-shepp.hh:47
Definition: car-like.hh:49