Skip to content

Commit

Permalink
Add annotation to Drive periodic method
Browse files Browse the repository at this point in the history
  • Loading branch information
grassEqualsBugs committed Oct 21, 2024
1 parent d4108d3 commit 34d3b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/subsystems/drive/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public Drive(DriveIO io, GyroIO gyroIO, PoseManager poseManager) {
this.poseManager = poseManager;
}

@Override
public void periodic() {
// debugging stuff
System.out.println("hello!");
Expand Down

0 comments on commit 34d3b81

Please sign in to comment.