YAGSL-Example
YAGSL-Example copied to clipboard
Remove `SwerveController` in favor of command in user side.
SwerveController
adds unnecessary complexity to YAGSL and is no longer required. It should be replaced with a function which controls the robot heading via a ProfiledPIDController
.