added a todo

This commit is contained in:
SpencerPiha
2022-12-11 19:57:34 -06:00
parent eb7b940707
commit 29fdc7d91d

View File

@@ -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;