Skip to content

Commit

Permalink
Task 1 Completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Wardah Saeed committed Oct 17, 2024
1 parent bac4936 commit ac976dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/DriveCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public static Command turnDegrees(double degrees, double speed) {
//arcadeDriveCommand(rename as tankDriveCommand)
//Bonus(optional):TurnDegrees(either class or function, choose 1)


/**
* Commands can also a part of command groups, which are sets of commands that run in certain ways. Sequential Command Groups
* are commands that execute one after another. This is useful for auto behavior.
Expand Down

0 comments on commit ac976dc

Please sign in to comment.