Skip to content

Commit

Permalink
Satisfy pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 13, 2024
1 parent 0539f87 commit c96b8df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/control_toolbox/pid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ class CONTROL_TOOLBOX_PUBLIC Pid
*
* \note New gains are not applied if i_min_ > i_max_
*/
void initialize(double p, double i, double d, double i_max, double i_min, bool antiwindup = false);
void initialize(
double p, double i, double d, double i_max, double i_min, bool antiwindup = false);

/*!
* \brief Zeros out Pid values and initialize Pid-gains and integral term limits
Expand Down

0 comments on commit c96b8df

Please sign in to comment.