hpp-core
4.13.0
Implement basic classes for canonical path planning for kinematic chains.
|
Go to the documentation of this file.
30 #ifndef HPP_CORE_DISTANCE_REEDS_SHEPP_HH
31 #define HPP_CORE_DISTANCE_REEDS_SHEPP_HH
53 std::vector<JointPtr_t> wheels);
65 std::vector<JointPtr_t> wheels);
71 void init(
const ReedsSheppWkPtr_t& weak);
80 std::vector<JointPtr_t> wheels_;
81 ReedsSheppWkPtr_t weak_;
90 #endif // HPP_CORE_DISTANCE_REEDS_SHEPP_HH
pinocchio::size_type size_type
Definition: fwd.hh:162
pinocchio::JointPtr_t JointPtr_t
Definition: fwd.hh:140
shared_ptr< Distance > DistancePtr_t
Definition: fwd.hh:130
pinocchio::ConfigurationIn_t ConfigurationIn_t
Definition: fwd.hh:106
Definition: reeds-shepp.hh:46
shared_ptr< const Problem > ProblemConstPtr_t
Definition: fwd.hh:186
pinocchio::DeviceWkPtr_t DeviceWkPtr_t
Definition: fwd.hh:124
Definition: bi-rrt-planner.hh:35
shared_ptr< ReedsShepp > ReedsSheppPtr_t
Definition: fwd.hh:258
Abstract class for distance between configurations.
Definition: distance.hh:45
shared_ptr< WeighedDistance > WeighedDistancePtr_t
Definition: fwd.hh:215
value_type turningRadius() const
Definition: reeds-shepp.hh:59
pinocchio::value_type value_type
Definition: fwd.hh:163
#define HPP_CORE_DLLAPI
Definition: config.hh:64