From: Taran Nathan Date: Wed, 13 May 2026 23:41:22 +0000 (-0700) Subject: test autofmt X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=8491523e3d461606d4cbdd96b2f241ca57a0562b;p=FRC2027.git test autofmt --- diff --git a/src/main/java/frc/robot/RobotContainer.java b/src/main/java/frc/robot/RobotContainer.java index 60cd714..d410dac 100644 --- a/src/main/java/frc/robot/RobotContainer.java +++ b/src/main/java/frc/robot/RobotContainer.java @@ -21,6 +21,25 @@ import edu.wpi.first.wpilibj2.command.Command; import edu.wpi.first.wpilibj2.command.CommandScheduler; import frc.robot.commands.DoNothing; import frc.robot.commands.LogCommand; + + + + + + + + + + + + + + + + + + + import frc.robot.commands.auto_comm.ChoreoPathCommandBuilder; import frc.robot.commands.auto_comm.DynamicAutoBuilder; import frc.robot.commands.drive_comm.SysIDDriveCommand;