Skip to content

Commit 83cf0c7

Browse files
committed
Add calibrateWheelSize as possible autonomous
1 parent 6fd410e commit 83cf0c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ public Command getAutonomousCommand() {
199199

200200
return autoGen.getCommand();
201201

202+
// return swerveDrive.calibrateWheelSize();
203+
202204
// return swerveDrive.followChoreoPath("rahul's favorite path");
203205

204206
// return swerveDrive.calibrateDriveMotors();

0 commit comments

Comments
 (0)