Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.79 KB

readme.md

File metadata and controls

31 lines (17 loc) · 1.79 KB

Hemlock's Gray Matter - AdvantageKit Swerve Base

This is a template repository for starting a new WPILib robot project using AdvantageKit. It provides support for TalonFX and SparkMAX powered drivetrains, as well as April Tag field tracking with Limelight and full robot simulation with code replay.

Getting Started

Click on the "Use this template" button at the top of the repository (or the one directly below this)

Use this template

Clone the repository, then change the team number in the .wpilib/wpilib_preferences.json file.

Note: You will need the 2024 version of WPILib VSCode and 2024.2.1 roboRIO image installed to run this properly. You can download both from the WPILib Releases Page


Values to adjust

All main values to change should be in DriveConstants.java

Credits

This project is heavily based on example code from Team 6328 - Mechanical Advantage from their AdvantageKit repository