Skip to content

Commit 4bc721d

Browse files
committed
Update Constants.java
1 parent 8d10f35 commit 4bc721d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/main/java/frc/robot/Constants.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -568,22 +568,4 @@ public static class LIMELIGHT_LEFT {
568568
}
569569
}
570570

571-
public static class constRobotPoses {
572-
public static final Distance ROOT_X = Units.Inches.of(4.5); // TODO: Replace with actual measurement
573-
public static final Distance ROOT_Y = Units.Inches.of(10); // TODO: Replace with actual measurement
574-
575-
public static final Distance ELEVATOR_PIVOT_LENGTH = Units.Inches.of(10);// TODO: Replace with actual measurement
576-
public static final Angle ELEVATOR_PIVOT_DEFAULT_ANGLE = Units.Degrees.of(0); // TODO: Replace with actual
577-
// measurement
578-
public static final Distance ELEVATOR_PIVOT_WIDTH = Units.Inches.of(4.3); // TODO: Replace with actual measurement
579-
580-
public static final Distance ELEVATOR_LENGTH = Units.Inches.of(1000000000); // TODO: Replace with actual measurement
581-
public static final Angle ELEVATOR_DEFAULT_ANGLE = Units.Degrees.of(0); // TODO: Replace with actual measurement
582-
public static final Distance ELEVATOR_WIDTH = Units.Inches.of(6000000.3); // TODO: Replace with actual measurement
583-
584-
public static final Distance INTAKE_WRIST_LENGTH = Units.Inches.of(10); // TODO: Replace with actual measurement
585-
public static final Angle INTAKE_WRIST_DEFAULT_ANGLE = Units.Degrees.of(0); // TODO: Replace with actual
586-
// measurement
587-
public static final Distance INTAKE_WRIST_WIDTH = Units.Inches.of(4.3); // TODO: Replace with actual measurement
588-
}
589571
}

0 commit comments

Comments
 (0)