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

Commit

Permalink
Remove comment related to alignmentspeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
GalexY727 committed Nov 19, 2023
1 parent fbf536d commit 2f99700
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/auto/AutoAlignment.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ public void alignToTag(double driverX) {
swerve.getPose().getX(),
adjustedY,
targetPose.getRotation()),
// Notice the 0 m/s here
// This is because we want the robot to end at a stop,
// This might be funky when we manually drive it on the X axis
0,
targetPose.getRotation()
);
Expand Down

0 comments on commit 2f99700

Please sign in to comment.