We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7636016 commit cfb8d0fCopy full SHA for cfb8d0f
1 file changed
src/main/java/frc/robot/subsystems/drive/DriveConstants.java
@@ -13,6 +13,7 @@ public final class AutoConstants {
13
public static final LoggedTunableGains headingTrajectoryController =
14
new LoggedTunableGains("headingTraj", new ControlGains().p(3).d(0.0));
15
}
16
- public final static LoggedTunableNumber speedScalar =
17
- new LoggedTunableNumber("Drive/Drive Speed Scalar", 1);
+
+ public static final LoggedTunableNumber speedScalar =
18
+ new LoggedTunableNumber("Drive/Drive Speed Scalar", 1.0);
19
0 commit comments