Interface SwerveIO

All Known Implementing Classes:
SwerveReal, SwerveSim

@NullMarked public interface SwerveIO
IO for swerve timestamps
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Inputs for swerve timestamps
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the ground truth pose.
    void
    Update inputs
  • Method Details

    • updateInputs

      void updateInputs(SwerveIO.SwerveInputs inputs)
      Update inputs
    • resetPose

      void resetPose(Pose2d pose)
      Set the ground truth pose. Only useful in sim.