Hemlock5712 / 2024AdvantageKitSwerveTemplate

Template robot project with AdvantageKit, swerve drive, PathPlanner, and Limelight
GNU General Public License v3.0
14 stars 3 forks source link

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.2 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