Skip to content

Commit

Permalink
[#519] Clollect all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
MattD8957 committed Apr 4, 2024
1 parent aeb8b40 commit 0f342c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/command/ChasePieces.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void initialize() {
System.out.println("AUTO - Chase pieces INIT");

headingController.setTolerance(VisionConstants.ALIGNMENT_TOLERANCE);
collectPower = 0d;
collectPower = maxCollectPower;
if(DriverStation.isAutonomous()) {
smartCollect = new AutonSmartCollect(() -> collectPower, () -> collectPower, collector, indexer);
} else {
Expand Down

0 comments on commit 0f342c7

Please sign in to comment.