We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75950b commit 348ded2Copy full SHA for 348ded2
ocs2_oc/include/ocs2_oc/oc_solver/SolverBase.h
@@ -134,8 +134,8 @@ class SolverBase {
134
}
135
136
/**
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.
+ * Adds an observer to probe the dual solution or optimized metrics.
+ * @note: Observers will slow down the MPC. Only employ them during debugging and remove them for deployment.
139
*/
140
void addSolverObserver(std::unique_ptr<SolverObserver> observerModule) { solverObservers_.push_back(std::move(observerModule)); }
141
0 commit comments