Skip to content

Commit

Permalink
Revert "Update at 'Mon Oct 28 20:47:10 EDT 2024'"
Browse files Browse the repository at this point in the history
This reverts commit dff2c60.
  • Loading branch information
camearle20 committed Oct 29, 2024
1 parent dff2c60 commit 44c09bb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ public ModuleIOKrakenFOC(ModuleConfig config) {
turnTorqueCurrent);

// Reset turn position to absolute encoder position
// turnTalon.setPosition(turnAbsolutePosition.get().getRotations(), 1.0);
turnTalon.setPosition(0.0, 1.0);
turnTalon.setPosition(turnAbsolutePosition.get().getRotations(), 1.0);

// Optimize bus utilization
driveTalon.optimizeBusUtilization(0, 1.0);
Expand Down

0 comments on commit 44c09bb

Please sign in to comment.