mirror of
https://github.com/Team4388/Robot-Essentials.git
synced 2026-06-09 00:38:01 -06:00
Update SwerveDriveConstants.java
This commit is contained in:
@@ -29,6 +29,8 @@ import frc4388.utility.structs.Gains;
|
|||||||
// No mans land
|
// No mans land
|
||||||
// Beware, there be dragons.
|
// Beware, there be dragons.
|
||||||
public final class SwerveDriveConstants {
|
public final class SwerveDriveConstants {
|
||||||
|
public static final double configurableConstant= 10;
|
||||||
|
|
||||||
public static final double MAX_ROT_SPEED = Math.PI * 2;
|
public static final double MAX_ROT_SPEED = Math.PI * 2;
|
||||||
public static final double AUTO_MAX_ROT_SPEED = 1.5;
|
public static final double AUTO_MAX_ROT_SPEED = 1.5;
|
||||||
public static final double MIN_ROT_SPEED = 1.0;
|
public static final double MIN_ROT_SPEED = 1.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user