30 #ifndef HPP_CORE_CONTINUOUS_VALIDATION_DICHOTOMY_HH
31 #define HPP_CORE_CONTINUOUS_VALIDATION_DICHOTOMY_HH
37 namespace continuousValidation {
69 void init(
const DichotomyWkPtr_t weak);
73 DichotomyWkPtr_t weak_;
78 template <
bool reverse>
Definition: continuous-validation.hh:97
Definition: dichotomy.hh:53
#define HPP_CORE_DLLAPI
Definition: config.hh:88
static DichotomyPtr_t create(const DevicePtr_t &robot, const value_type &tolerance)
Dichotomy(const DevicePtr_t &robot, const value_type &tolerance)
void init(const DichotomyWkPtr_t weak)
Store weak pointer to itself.
std::vector< IntervalValidationPtr_t > IntervalValidations_t
Definition: fwd.hh:262
shared_ptr< Dichotomy > DichotomyPtr_t
Definition: fwd.hh:254
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:317
Definition: bi-rrt-planner.hh:35