Skip to content
Snippets Groups Projects
Commit 55ff4ee6 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

[Documentation] Add comment to method.

parent a79ff38b
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,16 @@ namespace hpp { ...@@ -59,6 +59,16 @@ namespace hpp {
SplineGradientBased (const Problem& problem); 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 initializePathValidation(const Splines_t& splines);
virtual void addProblemConstraints (const core::PathVectorPtr_t& init, virtual void addProblemConstraints (const core::PathVectorPtr_t& init,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment