Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
drop mode required
Browse files Browse the repository at this point in the history
  • Loading branch information
cowsed committed Feb 13, 2024
1 parent 2288b96 commit 6e78f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot-config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ vex::digital_out left_wing(Brain.ThreeWirePort.G);
vex::digital_out right_wing(Brain.ThreeWirePort.H);

CataSys cata_sys(intake_watcher, cata_pot, cata_watcher, cata_motors,
intake_lower, intake_upper, cata_pid, DropMode::Unnecessary);
intake_lower, intake_upper, cata_pid, DropMode::Required);
gps gps_sensor(PORT6, 0, 0, distanceUnits::in, 0, turnType::left);
#else

Expand Down

0 comments on commit 6e78f2f

Please sign in to comment.