mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
Added Subsystem + commands and basic implementation
This commit is contained in:
@@ -275,6 +275,11 @@ public final class Constants {
|
||||
public static final double[] bBlue = { 5.5, 13.3 };
|
||||
}
|
||||
|
||||
// for vision odo proto
|
||||
public static final class VOPConstants {
|
||||
public static final double TARGET_HEIGHT = 1.d;
|
||||
}
|
||||
|
||||
public static final class OIConstants {
|
||||
public static final int XBOX_DRIVER_ID = 0;
|
||||
public static final int XBOX_OPERATOR_ID = 1;
|
||||
|
||||
Reference in New Issue
Block a user