Skip to content

Commit

Permalink
AC_PID: AC_P_2D comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall authored and rmackay9 committed Oct 3, 2024
1 parent fa582b5 commit 543b484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_PID/AC_P_2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AC_P_2D {
AP_Float _kp;

// internal variables
Vector2f _error; // time step in seconds
Vector2f _error; // error between target and measured
float _error_max; // error limit in positive direction
float _D1_max; // maximum first derivative of output

Expand Down

0 comments on commit 543b484

Please sign in to comment.