This commit is contained in:
ryan123rudder
2020-03-10 18:47:22 -06:00
parent 8b554eb38d
commit 6cc3e63b86
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -215,6 +215,6 @@ public final class Constants {
public static final class OIConstants {
public static final int XBOX_DRIVER_ID = 0;
public static final int XBOX_OPERATOR_ID = 1;
public static final int BUTTON_BOX_ID = 2;
public static final int BUTTON_FOX_ID = 2;
}
}
@@ -88,7 +88,7 @@ public class RobotContainer {
/* Controllers */
private final XboxController m_driverXbox = new XboxController(OIConstants.XBOX_DRIVER_ID);
private final XboxController m_operatorXbox = new XboxController(OIConstants.XBOX_OPERATOR_ID);
private final XboxController m_buttonBox = new XboxController(OIConstants. BUTTON_BOX_ID);
private final XboxController m_buttonFox = new XboxController(OIConstants. BUTTON_FOX_ID);
/**