Skip to content

Commit d7a85e1

Browse files
committed
remove everything
1 parent e45f069 commit d7a85e1

33 files changed

+3
-3629
lines changed

src/main/java/frc/robot/Constants.java

+1-35
Original file line numberDiff line numberDiff line change
@@ -94,27 +94,7 @@ public static class ElectricalLayout {
9494
public final static int CONTROLLER_DRIVER_ID = 0;
9595
public final static int CONTROLLER_OPERATOR_ID = 1;
9696

97-
// PLACEHOLDER Intake
98-
public final static int INTAKE_MOTOR = 15;
99-
public final static int GROUND_INTAKE_MOTOR = 9;
100-
101-
// Intake Sensors
102-
public final static int INTAKE_PHOTO_ELECTRIC = 9;
103-
104-
public static final int PIVOT_ARM_ID = 16;
105-
public static final int LEFT_SLAVE_ID = 12;
106-
public static final int RIGHT_SLAVE_FRONT_ID = 10;
107-
public static final int RIGHT_SLAVE_BACK_ID = 11;
108-
109-
public static final int ABSOLUTE_ENCODER_ID = 8;
110-
111-
// LED
112-
public static final int BLINKIN_LED_CONTROLLER_PORT = 7;
113-
114-
// Shooter
115-
public static final int SHOOTER_LEFT_ID = 14; // master
116-
public static final int SHOOTER_RIGHT_ID = 13;
117-
public static final int PHOTOELECTRIC_SENSOR_CHANNEL = 9; // NEEDS TO BE CHANGED
97+
11898
};
11999

120100
public static double PI = 3.141592653589793238462643;
@@ -126,18 +106,4 @@ public static class ElectricalLayout {
126106

127107
public final static int NEO_CURRENT_LIMIT = 80; // amps
128108

129-
//{distance, rpm, angle} The distance column must go from lowest to highest, top to bottom
130-
//manually insert velocity!!!!!
131-
public static final double[][] LookupTable = {
132-
{0 ,0, 13.26773004},
133-
{0.1151611524 ,0, 16.15608368},
134-
{0.3522449123 ,0, 21.93279096},
135-
{0.8765935905 ,0, 33.48620553},
136-
{1.351392365 ,0, 42.15126645},
137-
{1.959336833 ,0, 50.81632738},
138-
{2.823481946 ,0, 55},
139-
{3.211524819 ,0, 56},
140-
{4.258293028 ,0, 57},
141-
{5 ,0, 60}
142-
};
143109
}

0 commit comments

Comments
 (0)