Skip to content

Commit

Permalink
fix: actually log gyro inputs 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Mar 21, 2024
1 parent d4e0a2d commit 7550dd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public static Drivetrain createDummy() {
@Override
public void periodic() {
gyroIO.updateInputs(gyroInputs);
Logger.processInputs("Drivetrain/Gyro", gyroInputs);

for (Module module : modules) {
module.periodic();
Expand Down

0 comments on commit 7550dd7

Please sign in to comment.