Skip to content

Commit

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

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

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

0 comments on commit dff2c60

Please sign in to comment.