File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ class Pid
400400 /* !
401401 * \brief Return PID error terms for the controller.
402402 * \param pe The proportional error.
403- * \param ie The integral error.
403+ * \param ie The weighted integral error.
404404 * \param de The derivative error.
405405 */
406406 void get_current_pid_errors (double & pe, double & ie, double & de);
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ class PidROS
217217 /* !
218218 * \brief Return PID error terms for the controller.
219219 * \param pe[out] The proportional error.
220- * \param ie[out] The integral error.
220+ * \param ie[out] The weighted integral error.
221221 * \param de[out] The derivative error.
222222 */
223223 void get_current_pid_errors (double & pe, double & ie, double & de);
You can’t perform that action at this time.
0 commit comments