Skip to content

Files

Latest commit

917cbb2 · Nov 18, 2024

History

History
14 lines (7 loc) · 855 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 855 Bytes

Follow the TODO comments in src/main/java/frc/robot RobotContainer.java, DriveSubsystem.java, and DriveCommand.java. Use the information provided in the following slides to implement command-based arcade drive.

The following slides have more information about the code you'll need to add:

https://docs.google.com/presentation/d/1QULXunGb-D7Y52CamqHn4mYCrKrKejFCvz7WMoSnUR4/edit?usp=sharing

Most of the code you need to add is similar to the time-based tank drive, just in using a different overall code structure. For reference, here are the slides for the time-based tank: https://docs.google.com/presentation/d/1bvhVAZ8aBJahic7B9PYBVRm0Dw4NPuKOruUeilVEKaY/edit#slide=id.g2f866406638_0_10

For reference on Java concepts/syntax, see these slides:

https://docs.google.com/presentation/d/1Kc0jzHIIftNE4vkeIxVG7GJCs7-V6DnlS1TQB4NUCfQ/edit?usp=sharing