Add Roadrunner
This commit is contained in:
8
TeamCode/util/AxisDirection.java
Normal file
8
TeamCode/util/AxisDirection.java
Normal file
@ -0,0 +1,8 @@
|
||||
package org.firstinspires.ftc.teamcode.util;
|
||||
|
||||
/**
|
||||
* A direction for an axis to be remapped to
|
||||
*/
|
||||
public enum AxisDirection {
|
||||
POS_X, NEG_X, POS_Y, NEG_Y, POS_Z, NEG_Z
|
||||
}
|
Reference in New Issue
Block a user