Skip to content

Commit

Permalink
Update skills auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethanol5455 committed Apr 28, 2024
1 parent 484da27 commit bb8d679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ class AutonomousSequence {
if (do_unjam) {
catapult_group.move(
-MAX_VOLTAGE);
pros::delay(500);
pros::delay(650);
catapult_group.move(0);
pros::delay(1000);
}
Expand Down Expand Up @@ -766,7 +766,7 @@ void autonomous()
(uint32_t)(catapult_group
.get_positions()[0] -
1500.0)) %
1258;
1259;
// ctrl.print(0, 1, "%i", catapult_group.get_current_draws()[0]);
if (step == 1) {
catapult_group.move(MAX_VOLTAGE);
Expand Down Expand Up @@ -809,7 +809,7 @@ void autonomous()
}
if (do_unjam) {
catapult_group.move(-MAX_VOLTAGE);
pros::delay(550);
pros::delay(650);
catapult_group.move(0);
pros::delay(500);
}
Expand Down

0 comments on commit bb8d679

Please sign in to comment.