// SimGUI: Persistent Values, Preferences, RobotId, then restart Simulation
// changes networktables.json, networktables.json.bck (both Untracked)
// Uncomment the next line, set the desired RobotId, deploy, and then comment the line out
- // RobotId.setRobotId(RobotId.SwerveCompetition);
+ // RobotId.setRobotId(RobotId.TwinBot);
RobotController.setBrownoutVoltage(6.0);
// obtain this robot's identity
hood = new Hood();
case TwinBot:
- spindexer = new Spindexer();
- intake = new Intake();
+ //spindexer = new Spindexer();
+ //intake = new Intake();
case SwerveCompetition: // AKA "Vantage"
case BetaBot: // AKA "Pancake"
- vision = new Vision(VisionConstants.APRIL_TAG_CAMERAS);
+ //vision = new Vision(VisionConstants.APRIL_TAG_CAMERAS);
// fall-through
case Vivace:
public static final int DRIVE_FRONT_LEFT_ID = 1;
public static final int STEER_FRONT_LEFT_ID = 2;
public static final int ENCODER_FRONT_LEFT_ID = 3;
- public static final int DRIVE_FRONT_RIGHT_ID = 10;
+ public static final int DRIVE_FRONT_RIGHT_ID = 31;
public static final int STEER_FRONT_RIGHT_ID = 11;
public static final int ENCODER_FRONT_RIGHT_ID = 12;
public static final int DRIVE_BACK_LEFT_ID = 7;