Almost perfect, just need to get path 6 working properly

This commit is contained in:
robotics1
2025-01-26 12:51:21 -08:00
parent a36f40be45
commit 5932d44350
2 changed files with 3 additions and 1 deletions

View File

@ -117,6 +117,8 @@ public class CometBotDriveV2 extends OpMode {
case 11:
moveToPark();
break;
case 99:
break;
default:
telemetry.addLine("default");

View File

@ -24,7 +24,7 @@ public class HighBasketPath6 {
// Line 1
new BezierLine(
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));