The recommended tasks involved with programming it yourself are: - [x] Clone [FRC3512's repo](https://github.com/frc3512/SwerveBot-2022) onto your machine - [x] Solve any errors in this repo due to the repo being in 2022 and our robot being a 2023 robot - [x] Make modifications to Constants.java to match our settings (things like can id's) - [x] Swap the order of burnFlash() and resetEncodersToAbsolute() in SwerveModule.java (call burnFlash() last) - [x] Test and get this repo to work on the robot, tune the steer offsets. - [x] Learn how this repo works then translate it into code on [2023-2706-Fall-Poseidon](https://github.com/FRC2706/2023-2706-Fall-Poseidon) - [x] Make modifications to the code to follow merge naming standards and merge's general format for code.
The recommended tasks involved with programming it yourself are: