Skip to content

Commit

Permalink
Update DiffSwerveDrive.kt (#18)
Browse files Browse the repository at this point in the history
whoops
  • Loading branch information
omagarwal25 authored May 18, 2022
1 parent 949088b commit 9e65a6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ open class DiffSwerveDrive(
constraints.trackWidth
)
val (leftAngVel, rightAngVel) = DiffSwerveKinematics.robotToModuleAngularVelocities(
driveSignal.accel,
driveSignal.vel,
driveSignal.accel,
constraints.trackWidth
)
leftModuleController.targetPosition = leftOrientation.radians
Expand Down

0 comments on commit 9e65a6a

Please sign in to comment.