Skip to content

Commit

Permalink
Fixed Gyro Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFDL committed Jan 14, 2024
1 parent 2d38f46 commit 26f8d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static final class Swerve {
public static final double stickDeadband = 0.1;

public static final int pigeonID = 6;
public static final boolean invertGyro = false; // Always ensure Gyro is CCW+ CW-
public static final boolean invertGyro = true; // Always ensure Gyro is CCW+ CW-

/* Drivetrain Constants */
public static final Measure<Distance> trackWidth = Inches.of(20.75);
Expand Down

0 comments on commit 26f8d43

Please sign in to comment.