30#ifndef HPP_CORE_STEERING_METHOD_CAR_LIKE_HH
31#define HPP_CORE_STEERING_METHOD_CAR_LIKE_HH
37#include <hpp/util/debug.hh>
38#include <hpp/util/pointer.hh>
42namespace steeringMethod {
69 std::vector<JointPtr_t> wheels);
75 void init(CarLikeWkPtr_t weak) {
76 core::SteeringMethod::init(weak);
Definition steering-method.hh:48
Definition car-like.hh:49
void init(CarLikeWkPtr_t weak)
Store weak pointer to itself.
Definition car-like.hh:75
void turningRadius(const value_type &rho)
size_type rzId_
Definition car-like.hh:84
value_type turningRadius() const
Definition car-like.hh:60
std::vector< JointPtr_t > wheels_
Definition car-like.hh:85
CarLike(const ProblemConstPtr_t &problem)
Constructor.
void setWheelJoints(const std::vector< JointPtr_t > wheels)
Set the wheels.
Definition car-like.hh:54
JointPtr_t rz_
Definition car-like.hh:83
DeviceWkPtr_t device_
Definition car-like.hh:80
virtual ~CarLike()
Definition car-like.hh:51
CarLike(const CarLike &other)
Copy constructor.
value_type rho_
Turning radius.
Definition car-like.hh:82
CarLike(const ProblemConstPtr_t &problem, const value_type turningRadius, JointPtr_t xyJoint, JointPtr_t rzJoint, std::vector< JointPtr_t > wheels)
Constructor.
#define HPP_CORE_DLLAPI
Definition config.hh:88
std::vector< JointPtr_t > getWheelsFromParameter(const ProblemConstPtr_t &problem, const JointPtr_t &rz)
pinocchio::DeviceWkPtr_t DeviceWkPtr_t
Definition fwd.hh:135
pinocchio::value_type value_type
Definition fwd.hh:174
pinocchio::JointPtr_t JointPtr_t
Definition fwd.hh:151
pinocchio::size_type size_type
Definition fwd.hh:173
shared_ptr< const Problem > ProblemConstPtr_t
Definition fwd.hh:197
Definition bi-rrt-planner.hh:35