Skip to content

Commit 348ded2

Browse files
doc update
1 parent f75950b commit 348ded2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocs2_oc/include/ocs2_oc/oc_solver/SolverBase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ class SolverBase {
134134
}
135135

136136
/**
137-
* Adds one observer to the vector of modules that observe solver's dual solution and optimized metrics.
138-
* @note: These observer can slow down the MPC. Only employ them during debugging and remove them for deployment.
137+
* Adds an observer to probe the dual solution or optimized metrics.
138+
* @note: Observers will slow down the MPC. Only employ them during debugging and remove them for deployment.
139139
*/
140140
void addSolverObserver(std::unique_ptr<SolverObserver> observerModule) { solverObservers_.push_back(std::move(observerModule)); }
141141

0 commit comments

Comments
 (0)