mirror of
https://github.com/TimeCrafters/UltimateGoal.git
synced 2025-12-15 14:02:33 +00:00
Prepared Autonomous and TeleOp Workspaces
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package org.timecrafters.UltimateGoal;
|
||||
|
||||
public class AutoEngine {
|
||||
}
|
||||
@@ -74,12 +74,12 @@ public class Robot {
|
||||
public double locationY;
|
||||
private float rotation;
|
||||
|
||||
//Debugging
|
||||
public double visionX;
|
||||
public double visionY;
|
||||
public float rawAngle;
|
||||
private String TestingRecord = "X,Y,Angle";
|
||||
|
||||
|
||||
public double traveledLeft;
|
||||
public double traveledRight;
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package org.timecrafters.UltimateGoal;
|
||||
|
||||
public class TeleOpEngine {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package org.timecrafters.UltimateGoal;
|
||||
|
||||
public class TeleOpState {
|
||||
}
|
||||
Reference in New Issue
Block a user