We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5d617 commit be8a7adCopy full SHA for be8a7ad
include/hpp/manipulation/path-planner/transition-planner.hh
@@ -145,6 +145,9 @@ class HPP_MANIPULATION_DLLAPI TransitionPlanner : public core::PathPlanner {
145
void clearPathOptimizers();
146
147
/// Add a path optimizer
148
+ ///
149
+ /// \note The input path optimizer should have been constructed with the inner problem of this
150
+ /// class.
151
void addPathOptimizer(const PathOptimizerPtr_t& pathOptimizer);
152
153
/// Set parameter to the inner problem
0 commit comments