Skip to content

Commit

Permalink
ignoring vision measurements for sim for now
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Jan 5, 2025
1 parent c259e87 commit fb27db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Swerve.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public class Swerve extends SwerveDrivetrain implements Subsystem, SelfChecked {
private boolean _isOpenLoop = true;

@Logged(name = "Ignore Vision Estimates")
private boolean _ignoreVisionEstimates = false;
private boolean _ignoreVisionEstimates = true; // for sim for now

@Logged(name = VisionConstants.blueArducamName)
private final VisionPoseEstimator _blueArducam =
Expand Down

0 comments on commit fb27db9

Please sign in to comment.