19 #ifndef HPP_CORE_PATH_OPTIMIZATION_PARTIAL_SHORTCUT_HH 20 # define HPP_CORE_PATH_OPTIMIZATION_PARTIAL_SHORTCUT_HH 26 namespace pathOptimization {
60 template <
typename Traits >
static 110 const JointStdVector_t &jvIn, JointStdVector_t &jvOut)
const;
117 const JointStdVector_t &jv)
const;
129 Traits::numberOfConsecutiveFailurePerJoints();
135 #endif // HPP_CORE_PATH_OPTIMIZATION_PARTIAL_SHORTCUT_HH pinocchio::ConfigurationIn_t ConfigurationIn_t
Definition: fwd.hh:97
Definition: problem.hh:48
ObjectFactory * create(ObjectFactory *parent=NULL, const XMLElement *element=NULL)
Definition: partial-shortcut.hh:69
bool removeLockedJoints
Definition: partial-shortcut.hh:74
static PartialShortcutPtr_t createWithTraits(const Problem &problem)
Return shared pointer to new object.
Definition: partial-shortcut.hh:122
pinocchio::JointConstPtr_t JointConstPtr_t
Definition: fwd.hh:132
static std::size_t numberOfConsecutiveFailurePerJoints()
Definition: partial-shortcut.hh:50
Definition: partial-shortcut.hh:45
std::size_t numberOfConsecutiveFailurePerJoints
Definition: partial-shortcut.hh:83
static bool removeLockedJoints()
Definition: partial-shortcut.hh:46
static value_type progressionMargin()
Definition: partial-shortcut.hh:52
Definition: path-optimizer.hh:32
pinocchio::value_type value_type
Definition: fwd.hh:157
bool onlyFullShortcut
Definition: partial-shortcut.hh:78
struct hpp::core::pathOptimization::PartialShortcut::Parameters parameters
std::vector< JointConstPtr_t > JointStdVector_t
Definition: partial-shortcut.hh:28
Definition: partial-shortcut.hh:56
boost::shared_ptr< PathVector > PathVectorPtr_t
Definition: fwd.hh:176
boost::shared_ptr< PartialShortcut > PartialShortcutPtr_t
Definition: fwd.hh:275
value_type progressionMargin
Definition: partial-shortcut.hh:88
static bool onlyFullShortcut()
Definition: partial-shortcut.hh:48