Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 84c775f

Browse files
[autofix.ci] apply automated fixes
1 parent fe71115 commit 84c775f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

comp-bot/src/main/java/frc/robot/autos/auto_state_machines/RightNormalAuto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public enum Markers {
7373
Point.ofRed(new Pose2d(8.670, 4.7, Rotation2d.fromDegrees(-30.0)))))
7474
.withMarker(Markers.PRIORITIZE_INTAKE)
7575
.withTransitionTolerance(new PoseErrorTolerance(0.4, 100)),
76-
AutoPoint.ofRed(new Pose2d(9.6, 4.5, Rotation2d.fromDegrees(90.0)))
76+
AutoPoint.ofRed(new Pose2d(9.6, 4.5, Rotation2d.kCCW_90deg))
7777
.withTransitionTolerance(new PoseErrorTolerance(0.4, 100)),
7878
AutoPoint.ofRed(
7979
new Pose2d(

comp-bot/src/main/java/frc/robot/deploy/DeployConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class DeployConfig {
2020
public static final double HOMING_END_POSITION_OUTWARD = 11.9;
2121
public static final double HOMING_VOLTAGE_INWARD = -2;
2222
public static final double HOMING_VOLTAGE_OUTWARD = 3;
23-
public static final double HOMING_CURRENT = RobotKind.IS_COMP_BOT ? 10.0 : 10.0;
23+
public static final double HOMING_CURRENT = 10.0;
2424
public static final double POSITION_TOLERANCE = 0.25;
2525

2626
private static final Slot0Configs AVERAGE_GAINS =

0 commit comments

Comments
 (0)