Skip to content

Commit ec2d96e

Browse files
committed
unset variables
1 parent 71652eb commit ec2d96e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/pid.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ PIDController::PIDController(float P, float I, float D, float ramp, float limit)
99
, integral_prev(0.0f)
1010
, error_prev(0.0f)
1111
, output_prev(0.0f)
12+
, integral_antiwindup_prev(0.0f)
1213
{
1314
timestamp_prev = _micros();
1415
}

0 commit comments

Comments
 (0)