mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-15 14:22:34 +00:00
added a todo
This commit is contained in:
@@ -28,6 +28,8 @@ public class JunctionAllignmentState extends CyberarmState {
|
||||
double leftDistance = robot.leftPoleDistance.getDistance(DistanceUnit.MM);
|
||||
double rightDistance = robot.rightPoleDistance.getDistance(DistanceUnit.MM);
|
||||
|
||||
|
||||
// TODO: 12/11/2022 Make sure these are the correct values for the distance from low, mid, and high junctions!!!
|
||||
switch (targetedJunction) {
|
||||
case "low":
|
||||
TargetSensorDistance = 90.0;
|
||||
|
||||
Reference in New Issue
Block a user