diff --git a/include/hpp/manipulation/path-optimization/spline-gradient-based.hh b/include/hpp/manipulation/path-optimization/spline-gradient-based.hh index 246dd5b38b1b49a115e0e97220166688ed73ef05..320076d9a30814b7ceeb64ca17669e17b54f70e4 100644 --- a/include/hpp/manipulation/path-optimization/spline-gradient-based.hh +++ b/include/hpp/manipulation/path-optimization/spline-gradient-based.hh @@ -59,6 +59,16 @@ namespace hpp { SplineGradientBased (const Problem& problem); + /// Get path validation for each spline + /// + /// \param splines, vector of splines + /// + /// for each spline in the input vector, retrieve the path validation + /// method of the transition the spline comes from. + /// If no edge is found, use path validation in problem. + /// + /// \note path validation methods are stored in member + /// hpp::core::pathOptimization::SplineGradientBasedAbstract::validations_ virtual void initializePathValidation(const Splines_t& splines); virtual void addProblemConstraints (const core::PathVectorPtr_t& init,