Skip to content

Commit

Permalink
Update FourWheelDriveBase.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-auburn committed Aug 8, 2023
1 parent b137ecd commit c0f9881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swerve_drive/FourWheelDriveBase.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ FourWheelDriveBase* SwerveDrive(FourWheelDriveBase* driveBase, double xvel, doub
float speed = EVmag(v);
if(thetavel > speed) speed = thetavel;
ControlRescale(driveBase, speed);
//WheelRoundover(driveBase);
WheelRoundover(driveBase);
return driveBase;
}

Expand Down

0 comments on commit c0f9881

Please sign in to comment.