Skip to content

Commit

Permalink
remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan1522 committed Oct 28, 2024
1 parent 4d96b74 commit 3b5012c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ public static class GyroInputs {
public double[] odometryYawTimestamps = new double[] {};
}

default void updateInputs(GyroInputs inputs) {}

default void reset() {}

default void addOffset(Rotation2d offset) {}
void updateInputs(GyroInputs inputs);
}

0 comments on commit 3b5012c

Please sign in to comment.