Package frc.lib.monitor.checkers
Class GyroMonitor
java.lang.Object
frc.lib.monitor.checkers.GyroMonitor
Monitors the health of one or more gyroscopes using agnostic parallel arrays. Employs integer
gatekeeping to achieve zero memory allocation during standard operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(GyroIO.GyroIOInputs inputs) Updates the health alerts based on current IO inputs.
-
Constructor Details
-
GyroMonitor
public GyroMonitor()
-
-
Method Details
-
update
Updates the health alerts based on current IO inputs.- Parameters:
inputs- The hardware-agnostic gyro inputs.
-