mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-16 11:12:35 +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 leftDistance = robot.leftPoleDistance.getDistance(DistanceUnit.MM);
|
||||||
double rightDistance = robot.rightPoleDistance.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) {
|
switch (targetedJunction) {
|
||||||
case "low":
|
case "low":
|
||||||
TargetSensorDistance = 90.0;
|
TargetSensorDistance = 90.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user