@@ -94,27 +94,7 @@ public static class ElectricalLayout {
94
94
public final static int CONTROLLER_DRIVER_ID = 0 ;
95
95
public final static int CONTROLLER_OPERATOR_ID = 1 ;
96
96
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
+
118
98
};
119
99
120
100
public static double PI = 3.141592653589793238462643 ;
@@ -126,18 +106,4 @@ public static class ElectricalLayout {
126
106
127
107
public final static int NEO_CURRENT_LIMIT = 80 ; // amps
128
108
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
- };
143
109
}
0 commit comments