Skip to content

Commit

Permalink
hELP ME FROM Sheraz (jk lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason-Beard authored and gavinskycastle committed Nov 13, 2023
1 parent 1a4605c commit bdd753d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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 @@ -364,7 +364,7 @@ public int get() {
}

public enum CAMERA_SERVER {
INTAKE("10.42.1.11"),
INTAKE("10.42.1.38"),
LEFT_LOCALIZER("10.42.1.12"),
RIGHT_LOCALIZER("10.42.1.13"),
FUSED_LOCALIZER("10.42.1.12");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/auto/SubstationThree.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public SubstationThree(
new WaitCommand(m_trajectories.get(0).getTotalTimeSeconds() + 1),
new DelayedInterruptingCommand(
swerveCommands.get(0),
new DriveForwardWithVisionInput(swerveDrive, vision, () -> 1),
new DriveForwardWithVisionInput(swerveDrive, vision, () -> 1.25),
1.25,
() -> vision.getValidTarget(CAMERA_SERVER.INTAKE)),
new SequentialCommandGroup(
Expand Down

0 comments on commit bdd753d

Please sign in to comment.