Skip to content

Commit be8a7ad

Browse files
[TransitionPlanner] Add comment.
1 parent bb5d617 commit be8a7ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/hpp/manipulation/path-planner/transition-planner.hh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ class HPP_MANIPULATION_DLLAPI TransitionPlanner : public core::PathPlanner {
145145
void clearPathOptimizers();
146146

147147
/// Add a path optimizer
148+
///
149+
/// \note The input path optimizer should have been constructed with the inner problem of this
150+
/// class.
148151
void addPathOptimizer(const PathOptimizerPtr_t& pathOptimizer);
149152

150153
/// Set parameter to the inner problem

0 commit comments

Comments
 (0)