team581 / frc-2024-crescendo-gamma

Team 581's competition/gamma bot software for the 2024 FRC season
2 stars 0 forks source link

Test out open loop driving again #124

Closed jonahsnider closed 7 months ago

jonahsnider commented 7 months ago

Now that the Kraken firmware has had some improvements (especially related to battery & current limits), let's try out open loop driving for teleop again.

In SwerveSubsystem#driveTeleopCommand(), change the closed loop boolean in setFieldRelativeSpeeds() to be false. See how driving works, if it's drawing more/less battery, etc.

Maybe tweak current limits as needed, but probably we'll discuss if that's necessary.