mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
Fix joystick drive math
- Remove math constants - Replace ternaries
This commit is contained in:
@@ -285,8 +285,4 @@ public final class Constants {
|
||||
public static final int XBOX_OPERATOR_ID = 1;
|
||||
public static final int BUTTON_FOX_ID = 2;
|
||||
}
|
||||
|
||||
public static final class MathConstants {
|
||||
public static final double PI_2 = Math.PI / 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user