Skip to content

Commit

Permalink
fix merege
Browse files Browse the repository at this point in the history
  • Loading branch information
weerobots committed Jan 16, 2024
1 parent 016db04 commit ed310d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public final class Constants {
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(22.125);
Expand Down

0 comments on commit ed310d9

Please sign in to comment.