File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments