Almost perfect, just need to get path 6 working properly
This commit is contained in:
@ -117,6 +117,8 @@ public class CometBotDriveV2 extends OpMode {
|
|||||||
case 11:
|
case 11:
|
||||||
moveToPark();
|
moveToPark();
|
||||||
break;
|
break;
|
||||||
|
case 99:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
telemetry.addLine("default");
|
telemetry.addLine("default");
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ public class HighBasketPath6 {
|
|||||||
// Line 1
|
// Line 1
|
||||||
new BezierLine(
|
new BezierLine(
|
||||||
new Point(27.000, 128.500, Point.CARTESIAN),
|
new Point(27.000, 128.500, Point.CARTESIAN),
|
||||||
new Point(84.00, 100.00, Point.CARTESIAN)
|
new Point(104.00, 100.00, Point.CARTESIAN)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.setLinearHeadingInterpolation(Math.toRadians(0), Math.toRadians(270));
|
.setLinearHeadingInterpolation(Math.toRadians(0), Math.toRadians(270));
|
||||||
|
Reference in New Issue
Block a user