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 130 Traits::numberOfConsecutiveFailurePerJoints();
136 #endif // HPP_CORE_PATH_OPTIMIZATION_PARTIAL_SHORTCUT_HH pinocchio::ConfigurationIn_t ConfigurationIn_t
Definition: fwd.hh:97
ProblemConstPtr_t problem() const
Get problem.
Definition: path-optimizer.hh:40
shared_ptr< PathVector > PathVectorPtr_t
Definition: fwd.hh:176
Definition: bi-rrt-planner.hh:24
shared_ptr< const Problem > ProblemConstPtr_t
Definition: fwd.hh:180
Definition: partial-shortcut.hh:70
bool removeLockedJoints
Definition: partial-shortcut.hh:75
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:84
static bool removeLockedJoints()
Definition: partial-shortcut.hh:46
static value_type progressionMargin()
Definition: partial-shortcut.hh:52
Definition: path-optimizer.hh:34
shared_ptr< PartialShortcut > PartialShortcutPtr_t
Definition: fwd.hh:276
pinocchio::value_type value_type
Definition: fwd.hh:157
bool onlyFullShortcut
Definition: partial-shortcut.hh:79
struct hpp::core::pathOptimization::PartialShortcut::Parameters parameters
PartialShortcut(const ProblemConstPtr_t &problem)
std::vector< JointConstPtr_t > JointStdVector_t
Definition: partial-shortcut.hh:28
Definition: partial-shortcut.hh:56
static PartialShortcutPtr_t createWithTraits(const ProblemConstPtr_t &problem)
Return shared pointer to new object.
Definition: partial-shortcut.hh:123
value_type progressionMargin
Definition: partial-shortcut.hh:89
static bool onlyFullShortcut()
Definition: partial-shortcut.hh:48
#define HPP_CORE_DLLAPI
Definition: config.hh:64