mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpimath] Add BangBangController Usage Reporting (#7411)
This commit is contained in:
@@ -45,7 +45,7 @@ public class BangBangController implements Sendable {
|
||||
|
||||
SendableRegistry.addLW(this, "BangBangController", instances);
|
||||
|
||||
MathSharedStore.reportUsage(MathUsageId.kController_PIDController2, instances);
|
||||
MathSharedStore.reportUsage(MathUsageId.kController_BangBangController, instances);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user