You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The swervedrive subsystem creates methods capable of driving the robot using swervedrive. Swervedrive allows you to drive in all directions, rather than having to first turn and then drive with that same heading.
Implementation Plan
Import Phoenix 6 library to be able to use for our subsystem.
Create SK23Drive.java as our subsystem file, containing a method to drive our robot given translation and heading values.
Create DefaultSwervedrive.java as our default drive command, automatically updated every 20ms and able to drive the robot based upon controller input.
Create DriveBinder.java as our binder file, binding specific buttons and joysticks on the controller to control the swervedrive.
Affected Subsystem(s):
Drive Subsystem
Additional context
The text was updated successfully, but these errors were encountered:
Swervedrive Subsystem
Description
The swervedrive subsystem creates methods capable of driving the robot using swervedrive. Swervedrive allows you to drive in all directions, rather than having to first turn and then drive with that same heading.
Implementation Plan
Affected Subsystem(s):
Drive Subsystem
Additional context
The text was updated successfully, but these errors were encountered: