Package com.marslib.swerve
Interface GyroIO
- All Known Implementing Classes:
GyroIOPigeon2,GyroIOSim
public interface GyroIO
Hardware interface for the robot's central gyroscope (IMU). Provides yaw position and velocity
for pose estimation and field-centric drive.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault voidupdateInputs(GyroIO.GyroIOInputs inputs) Updates the set of loggable inputs.
-
Method Details
-
updateInputs
Updates the set of loggable inputs.
-