From 3a927529af31966cb16522bf3e5151c1390ec345 Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:33:21 -0500 Subject: [PATCH] Update plane launcher direction --- TeleOp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeleOp.java b/TeleOp.java index 84c67d3..65bf96e 100644 --- a/TeleOp.java +++ b/TeleOp.java @@ -65,7 +65,7 @@ public void runOpMode() { secondPixel.setAction(false); planeLaunch = new ServoToggle(); - planeLaunch.init(hardwareMap, "launcher", 0.3, 0, true); + planeLaunch.init(hardwareMap, "launcher", 0.3, 0, false); // Wait for start