2 Commits

Author SHA1 Message Date
Samuel
2b5a298433 Merge branch 'main' of https://git.demerso.net/PLS5618/Reefscape-2025 2025-12-12 11:09:54 -05:00
Samuel
efd3f23fa2 changement 2025-12-12 11:08:36 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ public class Bougie extends SubsystemBase {
if(led==15){
x=true;
System.out.println("false");
}}
}}
// candle.setLEDs(255, 0, 0,0,24,8);
// candle.setLEDs(255, 0, 0,0,40,8);
// candle.setLEDs(255, 0, 0,0,56,8);

View File

@@ -48,7 +48,7 @@ Translation2d backRightLocation = new Translation2d(-0.3, -0.3);
/* SysId routine for characterizing translation. This is used to find PID gains for the drive motors. */
private void configureAutoBuilder() {
try {
var config = RobotConfig.fromGUISettings();
RobotConfig config = RobotConfig.fromGUISettings();
AutoBuilder.configure(
() -> getState().Pose, // Supplier of current robot pose
this::resetPose, // Consumer for seeding pose against auto