Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Update plane launcher direction
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Feb 8, 2024
1 parent c74118e commit 3a92752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeleOp.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a92752

Please sign in to comment.