19 #ifndef HPP_CORE_STEERING_METHOD_DUBINS_HH 20 # define HPP_CORE_STEERING_METHOD_DUBINS_HH 22 # include <hpp/util/debug.hh> 23 # include <hpp/util/pointer.hh> 26 # include <hpp/core/config.hh> 32 namespace steeringMethod {
63 std::vector <JointPtr_t> wheels = std::vector<JointPtr_t>())
66 xyJoint, rzJoint, wheels);
85 return createCopy (weak_.lock ());
100 std::vector <JointPtr_t> wheels);
119 #endif // HPP_CORE_STEERING_METHOD_DUBINS_HH boost::shared_ptr< Path > PathPtr_t
Definition: fwd.hh:170
pinocchio::ConfigurationIn_t ConfigurationIn_t
Definition: fwd.hh:97
Definition: problem.hh:48
boost::shared_ptr< Dubins > DubinsPtr_t
Definition: fwd.hh:34
static DubinsPtr_t create(const Problem &problem, const value_type turningRadius, JointPtr_t xyJoint, JointPtr_t rzJoint, std::vector< JointPtr_t > wheels=std::vector< JointPtr_t >())
Definition: dubins.hh:60
Definition: car-like.hh:39
pinocchio::JointPtr_t JointPtr_t
Definition: fwd.hh:133
pinocchio::value_type value_type
Definition: fwd.hh:157
void init(CarLikeWkPtr_t weak)
Store weak pointer to itself.
Definition: car-like.hh:75
void init(DubinsWkPtr_t weak)
Store weak pointer to itself.
Definition: dubins.hh:106
static DubinsPtr_t createWithGuess(const Problem &problem)
Definition: dubins.hh:49
boost::shared_ptr< SteeringMethod > SteeringMethodPtr_t
Definition: fwd.hh:194
virtual SteeringMethodPtr_t copy() const
Copy instance and return shared pointer.
Definition: dubins.hh:83