]> git.taranathan.com Git - FRC2026.git/commitdiff
Update RobotContainer.java
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Fri, 20 Feb 2026 21:56:56 +0000 (13:56 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Fri, 20 Feb 2026 21:56:56 +0000 (13:56 -0800)
src/main/java/frc/robot/RobotContainer.java

index 74bc1816396c14dab031d68893ac6ca9c8fe828c..2a9e1fd4b549c28a7cea6b1d599d6485ec3c086a 100644 (file)
@@ -113,7 +113,6 @@ public class RobotContainer {
         drive = new Drivetrain(vision, new GyroIOPigeon2());
         driver = new PS5ControllerDriverConfig(drive, shooter, turret, hood, intake, spindexer, linearClimb);
         operator = new Operator(drive);
-        // added indexer here for now
 
         // Detected objects need access to the drivetrain
         DetectedObject.setDrive(drive);