17 #ifndef HPP_CORE_PATHPROJECTOR_PROGRESSIVE_HH
18 # define HPP_CORE_PATHPROJECTOR_PROGRESSIVE_HH
24 namespace pathProjector {
52 const bool withHessianBound_;
This class projects a path using constraints.
Definition: path-projector.hh:27
hpp::core::PathPtr_t PathPtr_t
Definition: path-projector.hh:30
Definition: straight-path.hh:43
Definition: progressive.hh:26
Progressive(const DistancePtr_t &distance, const SteeringMethodPtr_t &steeringMethod, value_type step, value_type threshold, value_type hessianBound)
bool impl_apply(const PathPtr_t &path, PathPtr_t &projection) const
Method to be reimplemented by inherited class.
static ProgressivePtr_t create(const DistancePtr_t &distance, const SteeringMethodPtr_t &steeringMethod, value_type step)
bool project(const PathPtr_t &path, PathPtr_t &proj) const
hpp::core::StraightPath StraightPath
Definition: progressive.hh:28
static ProgressivePtr_t create(const ProblemConstPtr_t &problem, const value_type &step)
hpp::core::StraightPathPtr_t StraightPathPtr_t
Definition: progressive.hh:29
#define HPP_CORE_DLLAPI
Definition: config.hh:64
shared_ptr< Progressive > ProgressivePtr_t
Definition: fwd.hh:314
pinocchio::value_type value_type
Definition: fwd.hh:157
shared_ptr< StraightPath > StraightPathPtr_t
Definition: fwd.hh:183
shared_ptr< Distance > DistancePtr_t
Definition: fwd.hh:122
shared_ptr< SteeringMethod > SteeringMethodPtr_t
Definition: fwd.hh:195
shared_ptr< const Problem > ProblemConstPtr_t
Definition: fwd.hh:180
Definition: bi-rrt-planner.hh:24