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

Commit

Permalink
Updated Jover Skills
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabinvic committed Apr 26, 2024
1 parent fe0abfe commit 3d13453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/competition/autonomous.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ void skills() {
//new DelayCommand(100),
new Branch(new FunctionCondition([](){
return !cata_watcher.isNearObject();
}), cata_sys.Fire(), (new InOrder{
}), (new InOrder{drive_sys.DriveForwardCmd(6, REV), cata_sys.Fire()}), (new InOrder{
drive_sys.TurnToHeadingCmd(45, .5),


Expand Down Expand Up @@ -535,6 +535,7 @@ void skills() {
drive_sys.TurnToHeadingCmd(105),

drive_sys.DriveForwardCmd(drive_pid, 24, REV, 1)->withTimeout(1),
drive_sys.DriveForwardCmd(3, FWD),

// new DebugCommand(),

Expand Down

0 comments on commit 3d13453

Please sign in to comment.