This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
v4.2022.3.1
gabrielseaver9678
released this
20 Feb 02:53
·
28 commits
to main
since this release
Versions
swervelib: v4
wpilibj: 2022.3.1
Changes
Changes made from version v3.2022.3.1:
InputHandler
added tofrc.team1711.swerve.util
for use of input curves and deadbands outside ofSwerveDrive
and its subclasses- Added
SwerveDrive.ControlsConfig
for better swerve driving controls - Replaced
SwerveDrive.inputDrive
withSwerveDrive.userInputDrive
andSwerveDrive.autoDrive
for user-inputted controls and command-generated controls, respectively - Changed
GyroSwerveDrive
to accept an object inheriting wpilib'sGyro