20 #ifndef HPP_RBPRM_RANDOM_SHORTCUT_DYNAMIC_HH 21 #define HPP_RBPRM_RANDOM_SHORTCUT_DYNAMIC_HH 23 #include <hpp/core/path-optimization/random-shortcut.hh> 57 static RandomShortcutDynamicPtr_t
create (
const core::Problem& problem);
60 virtual core::PathVectorPtr_t
optimize (
const core::PathVectorPtr_t& path);
64 core::PathPtr_t
steer (core::ConfigurationIn_t q1, core::ConfigurationIn_t q2)
const;
69 double sizeFootX_,sizeFootY_;
70 bool rectangularContact_;
92 #endif // HPP_RBPRM_RANDOM_SHORTCUT_DYNAMIC_HH
boost::shared_ptr< RbPrmPathValidation > RbPrmPathValidationPtr_t
Definition: rbprm-path-validation.hh:31
Definition: algorithm.hh:27
boost::shared_ptr< RandomShortcutDynamic > RandomShortcutDynamicPtr_t
Definition: random-shortcut-dynamic.hh:50
core::PathPtr_t steer(core::ConfigurationIn_t q1, core::ConfigurationIn_t q2) const
HPP_PREDEF_CLASS(RbPrmFullBody)
virtual core::PathVectorPtr_t optimize(const core::PathVectorPtr_t &path)
Optimize path.
RandomShortcutDynamic(const core::Problem &problem)
boost::shared_ptr< SteeringMethodKinodynamic > SteeringMethodKinodynamicPtr_t
Definition: rbprm-steering-kinodynamic.hh:33
Definition: random-shortcut-dynamic.hh:53
static RandomShortcutDynamicPtr_t create(const core::Problem &problem)
Return shared pointer to new object.