mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
defualt command and soft limits
This commit is contained in:
@@ -104,6 +104,16 @@ public final class Constants {
|
||||
public static final class GyroConstants {
|
||||
public static final int ID = -1; // TODO: find the actual ID
|
||||
}
|
||||
|
||||
public static final class ArmConstants {
|
||||
public static final double PIVOT_FORWARD_SOFT_LIMIT = -1.0; // TODO: find actual value
|
||||
public static final double PIVOT_REVERSE_SOFT_LIMIT = -1.0; // TODO: find actual value
|
||||
|
||||
public static final double TELE_FORWARD_SOFT_LIMIT = -1.0; // TODO: find actual value
|
||||
public static final double TELE_REVERSE_SOFT_LIMIT = -1.0; // TODO: find actual value
|
||||
|
||||
|
||||
}
|
||||
|
||||
public static final class LEDConstants {
|
||||
public static final int LED_SPARK_ID = 0;
|
||||
|
||||
Reference in New Issue
Block a user