mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Fix PIDError property
Change-Id: I3ea040ae4e0520a231bab95390746eba4315fd8d
This commit is contained in:
@@ -134,7 +134,7 @@ TEST_P(MotorEncoderTest, PIDController) {
|
||||
Wait(10.0);
|
||||
pid.Disable();
|
||||
|
||||
RecordProperty("PID Error", pid.GetError());
|
||||
RecordProperty("PIDError", pid.GetError());
|
||||
|
||||
EXPECT_TRUE(pid.OnTarget()) << "PID loop did not converge within 5 seconds.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user