fix for vertical position of parking

This commit is contained in:
Khosraw Azizi 2022-11-05 15:36:03 -05:00
parent d4de52f061
commit fa616ead11

View file

@ -35,7 +35,7 @@ public class AutoBlueTerminalParkingBehaviorTop extends LinearOpMode {
// init move to default terminal
Trajectory endpos = makeTrajectories(firstMove.end(),
new int[]{36, 70},
new int[]{36, -70},
new int[]{60, 60}
);