Skip to content

Commit

Permalink
Update src/main/java/org/sciborgs1155/robot/drive/Drive.java
Browse files Browse the repository at this point in the history
Co-authored-by: Asa Paparo <[email protected]>
  • Loading branch information
dannynotsmart and AngleSideAngle authored Jan 20, 2024
1 parent 68d1439 commit 9af5b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sciborgs1155/robot/drive/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public void simulationPeriodic() {
lastRotation =
lastRotation.rotateBy(
Rotation2d.fromRadians(
kinematics.toChassisSpeeds(getModuleStates()).omegaRadiansPerSecond
kinematics.toChassisSpeeds(getModuleStates()).omegaRadiansPerSecond // TODO replace with getChassisSpeeds()
* Constants.PERIOD.in(Seconds)));
}

Expand Down

0 comments on commit 9af5b93

Please sign in to comment.