Skip to content

Commit

Permalink
add some (very important) TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
team6101 committed Feb 29, 2024
1 parent ea22f0a commit 2e7ed51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/auton/explodeDaBomb.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class explodeDaBomb extends AutonAction {
public boolean isDone() {
//TODO: make ranges for the times so it works
//TODO: implement a way to test the code without risking an explosion
//TODO: also make sure it counts down properly
if (Timer.getFPGATimestamp() == targetedTime - 5000) {
System.out.println("KABLOOM!!!!");
return true;
Expand Down

0 comments on commit 2e7ed51

Please sign in to comment.