Skip to content

Command-based tank drive implementation for new programming students!

Notifications You must be signed in to change notification settings

FRC5188/CommandBasedTankDrive

Repository files navigation

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

About

Command-based tank drive implementation for new programming students!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages