Skip to content

Commit c9a6a9b

Browse files
committed
Disabled auton
1 parent 60ecba4 commit c9a6a9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/frc/robot/RobotContainer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ public void compressorInit() {
281281
* @return the command to run in autonomous
282282
*/
283283
public Command getAutonomousCommand() {
284+
return null;
284285

285286
/// List<PathPlannerPath> pathGroup =
286287
/// PathPlannerAuto.getPathGroupFromAutoFile(autoChooser.getSelected().getName());
@@ -294,7 +295,7 @@ public Command getAutonomousCommand() {
294295
// m_robotDrive.resetOdometry(autonPath.getPreviewStartingHolonomicPose());
295296

296297
// return new PathPlannerAuto(autoChooser.getSelected().getName());
297-
return autoChooser.getSelected();
298+
//return autoChooser.getSelected();
298299

299300
// return new SequentialCommandGroup(
300301
// new ShooterSetSpeedCommand(m_shooterSubsystem, ShootSpeed.Shooting, 3),

0 commit comments

Comments
 (0)