30#ifndef HPP_CORE_STEERING_METHOD_FWD_HH
31#define HPP_CORE_STEERING_METHOD_FWD_HH
35namespace steeringMethod {
50template <
int _PolynomeBasis,
int _Order>
Definition car-like.hh:49
Path of constant curvature for a carlike robot.
Definition constant-curvature.hh:41
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:347
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:349
HPP_PREDEF_CLASS(Interpolated)
Definition bi-rrt-planner.hh:35