Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 5449a45

Browse files
committed
start swerve bringup
1 parent ff7da64 commit 5449a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/generated/TunerConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class TunerConstants {
7979
private static final double kSteerFrictionVoltage = 0.25;
8080
private static final double kDriveFrictionVoltage = 0.25;
8181

82-
private static final SwerveDrivetrainConstants DrivetrainConstants =
82+
public static final SwerveDrivetrainConstants DrivetrainConstants =
8383
new SwerveDrivetrainConstants()
8484
.withCANbusName(kCANbusName)
8585
.withPigeon2Id(kPigeonId)

0 commit comments

Comments
 (0)