30#ifndef HPP_CORE_CONTINUOUS_VALIDATION_PROGRESSIVE_HH
31#define HPP_CORE_CONTINUOUS_VALIDATION_PROGRESSIVE_HH
37namespace continuousValidation {
69 void init(
const ProgressiveWkPtr_t weak);
73 ProgressiveWkPtr_t weak_;
78 template <
bool reverse>
Definition continuous-validation.hh:97
Definition progressive.hh:54
#define HPP_CORE_DLLAPI
Definition config.hh:88
static ProgressivePtr_t create(const DevicePtr_t &robot, const value_type &tolerance)
void init(const ProgressiveWkPtr_t weak)
Store weak pointer to itself.
Progressive(const DevicePtr_t &robot, const value_type &tolerance)
std::vector< IntervalValidationPtr_t > IntervalValidations_t
Definition fwd.hh:270
shared_ptr< Progressive > ProgressivePtr_t
Definition fwd.hh:264
pinocchio::value_type value_type
Definition fwd.hh:174
pinocchio::DevicePtr_t DevicePtr_t
Definition fwd.hh:134
shared_ptr< Path > PathPtr_t
Definition fwd.hh:187
shared_ptr< PathValidationReport > PathValidationReportPtr_t
Definition fwd.hh:326
Definition bi-rrt-planner.hh:35