hpp-rbprm
4.10.0
Implementation of RB-PRM planner using hpp.
|
Go to the documentation of this file.
20 #ifndef HPP_RBPRM_ORIENTED_PATH_OPTIMIZER_HH
21 #define HPP_RBPRM_ORIENTED_PATH_OPTIMIZER_HH
23 #include <hpp/core/path-optimizer.hh>
57 virtual core::PathVectorPtr_t
optimize (
const core::PathVectorPtr_t& path);
60 bool checkReplaceOrientation(
const size_t index,
const size_t lastIndex, std::vector<bool> replaceValid, std::vector<bool> orientedValid, std::vector<core::KinodynamicOrientedPathPtr_t> orientedPaths, std::vector<core::KinodynamicPathPtr_t> resultPaths);
62 core::PathPtr_t
steer (core::ConfigurationIn_t q1, core::ConfigurationIn_t q2)
const;
67 double sizeFootX_,sizeFootY_;
68 bool rectangularContact_;
71 bool orientationIgnoreZValue_;
78 #endif // HPP_RBPRM_ORIENTED_PATH_OPTIMIZER_HH
boost::shared_ptr< OrientedPathOptimizer > OrientedPathOptimizerPtr_t
Definition: oriented-path-optimizer.hh:47
HPP_PREDEF_CLASS(RbPrmFullBody)
core::PathPtr_t steer(core::ConfigurationIn_t q1, core::ConfigurationIn_t q2) const
virtual core::PathVectorPtr_t optimize(const core::PathVectorPtr_t &path)
Optimize path.
bool checkReplaceOrientation(const size_t index, const size_t lastIndex, std::vector< bool > replaceValid, std::vector< bool > orientedValid, std::vector< core::KinodynamicOrientedPathPtr_t > orientedPaths, std::vector< core::KinodynamicPathPtr_t > resultPaths)
boost::shared_ptr< RbPrmPathValidation > RbPrmPathValidationPtr_t
Definition: rbprm-path-validation.hh:31
boost::shared_ptr< SteeringMethodKinodynamic > SteeringMethodKinodynamicPtr_t
Definition: rbprm-steering-kinodynamic.hh:33
OrientedPathOptimizer(const core::Problem &problem)
Definition: algorithm.hh:27
Definition: oriented-path-optimizer.hh:50
static OrientedPathOptimizerPtr_t create(const core::Problem &problem)
Return shared pointer to new object.