One more fix to resolve Noah's merge conflict for him

This commit is contained in:
NoahLacks63 2025-01-15 02:24:19 +00:00
parent 5f111cd4ee
commit f391d1540b

View File

@ -33,6 +33,8 @@ public class ElevatorConstants {
public static final double kFeedForwardG = 0;
public static final double kFeedForwardV = 0;
public static final double kElevatorMaxVelocity = 0;
// 1, 7, 10 are the defaults for these, change as necessary
public static final double kSysIDRampRate = 1;
public static final double kSysIDStepVolts = 7;