Skip to content

Commit

Permalink
rearranged tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Advay17 committed Sep 3, 2024
1 parent db9e86c commit 4a1afa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/DriveCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ public static Command sequentialExampleCommand(){
//TODO: Task 6-Write a Command(function or class) that causes the XRP to drive until the distance returned by the rangefinder
//is less than 2 inches.

//TODO: Task 7-Write a Sequential Command Group to move the XRP backwards 2 inches, set the arm preset to index 1, spin the XRP 360 degrees
//TODO: Task 7
//and move the XRP forward 3 inches.
}
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Rangefinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ public class Rangefinder {
public Rangefinder(){
rangefinder=new XRPRangefinder();
}
//TODO:Task 4-Write a method to get the distance returned by the sensor in inches
//TODO:Task 5-Write a method to get the distance returned by the sensor in inches
}

0 comments on commit 4a1afa5

Please sign in to comment.