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>
Definition: car-like.hh:49
Path of constant curvature for a carlike robot.
Definition: constant-curvature.hh:41
Definition: hermite.hh:47
Definition: interpolated-steering-method.hh:45
Definition: reeds-shepp.hh:47
Definition: straight.hh:46
shared_ptr< Hermite > HermitePtr_t
Definition: fwd.hh:53
shared_ptr< Straight > StraightPtr_t
Definition: fwd.hh:37
shared_ptr< Dubins > DubinsPtr_t
Definition: fwd.hh:45
shared_ptr< ConstantCurvature > ConstantCurvaturePtr_t
Definition: fwd.hh:43
shared_ptr< Interpolated > InterpolatedPtr_t
Definition: fwd.hh:339
shared_ptr< Snibud > SnibudPtr_t
Definition: fwd.hh:49
shared_ptr< CarLike > CarLikePtr_t
Definition: fwd.hh:41
shared_ptr< ReedsShepp > ReedsSheppPtr_t
Definition: fwd.hh:341
HPP_PREDEF_CLASS(Interpolated)
Definition: bi-rrt-planner.hh:35