]> git.taranathan.com Git - FRC2026.git/commitdiff
Merge branch 'main' into remove-fieldconstants
authorMaxwell <100314265+MaxwellTTan20@users.noreply.github.com>
Mon, 19 Jan 2026 03:44:34 +0000 (19:44 -0800)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 03:44:34 +0000 (19:44 -0800)
1  2 
src/main/java/frc/robot/constants/VisionConstants.java

index 8cc7d48a227ad9423de71d055917c0c062ca27bc,1e268b4041ebf52bc36fff1df0a0a71ecfc45957..83a56d6630f5788f66a05c3b25114966c23bf153
@@@ -174,4 -174,9 +174,9 @@@ public class VisionConstants 
              new Transform3d(
                      new Translation3d(Units.inchesToMeters(10), 0, Units.inchesToMeters(24)),
                      new Rotation3d(0, Units.degreesToRadians(20), 0))));
 -      // used to cleanly shutdown the OrangePi
 -      public static final String[] ORANGEPI_HOSTNAMES = {"photonfront.local", "photonback.local"};
 -      public static final String ORANGEPI_USERNAME = "pi";
 -      public static final String ORANGEPI_PASSWORD = "raspberry";
++    // used to cleanly shutdown the OrangePi
++    public static final String[] ORANGEPI_HOSTNAMES = {"photonfront.local", "photonback.local"};
++    public static final String ORANGEPI_USERNAME = "pi";
++    public static final String ORANGEPI_PASSWORD = "raspberry";
  }