Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
weerobots committed Jan 16, 2024
2 parents dd864bf + 26f8d43 commit 016db04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public final class Constants {
public static final class Swerve {
public static final double stickDeadband = 0.1;

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

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

0 comments on commit 016db04

Please sign in to comment.