hpp-core
4.10.1
Implement basic classes for canonical path planning for kinematic chains.
|
Go to the documentation of this file.
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>
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
pinocchio::JointPtr_t JointPtr_t
Definition: fwd.hh:133
boost::shared_ptr< Dubins > DubinsPtr_t
Definition: fwd.hh:34
void init(DubinsWkPtr_t weak)
Store weak pointer to itself.
Definition: dubins.hh:106
pinocchio::ConfigurationIn_t ConfigurationIn_t
Definition: fwd.hh:97
virtual SteeringMethodPtr_t copy() const
Copy instance and return shared pointer.
Definition: dubins.hh:83
void init(CarLikeWkPtr_t weak)
Store weak pointer to itself.
Definition: car-like.hh:75
Definition: basic-configuration-shooter.hh:26
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
boost::shared_ptr< SteeringMethod > SteeringMethodPtr_t
Definition: fwd.hh:194
static DubinsPtr_t createWithGuess(const Problem &problem)
Definition: dubins.hh:49
Definition: car-like.hh:39
pinocchio::value_type value_type
Definition: fwd.hh:157
Definition: problem.hh:48
#define HPP_CORE_DLLAPI
Definition: config.hh:64
boost::shared_ptr< Path > PathPtr_t
Definition: fwd.hh:170