Package frc.robot.subsystems.swerve
Interface SwerveIO
- All Known Implementing Classes:
SwerveReal,SwerveSim
@NullMarked
public interface SwerveIO
IO for swerve timestamps
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classInputs for swerve timestamps -
Method Summary
Modifier and TypeMethodDescriptionvoidSet the ground truth pose.voidupdateInputs(SwerveIO.SwerveInputs inputs) Update inputs
-
Method Details
-
updateInputs
Update inputs -
resetPose
Set the ground truth pose. Only useful in sim.
-