Skip to content

Commit 98074db

Browse files
committed
Update changelog and readme
1 parent 378abd6 commit 98074db

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# MAXSwerve Java Template Changelog
22

3+
## [2025.0] - 2024-11-07
4+
5+
- Updates project for 2025 FRC season
6+
- Uses new SPARK configuration mechanism introduced in REVLib 2025
7+
- Removes slew rate limiter since it is no longer needed with MAXSwerve 2.0 wheels
8+
39
## [2024.0] - 2024-01-08
410

511
- Updates project for 2024 FRC season

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MAXSwerve Java Template v2024.0
1+
# MAXSwerve Java Template v2025.0
22

33
See [the online changelog](https://github.com/REVrobotics/MAXSwerve-Java-Template/blob/main/CHANGELOG.md) for information about updates to the template that may have been released since you created your project.
44

@@ -12,11 +12,11 @@ To get started, make sure you have calibrated the zero offsets for the absolute
1212

1313
## Prerequisites
1414

15-
* SPARK MAX Firmware v1.6.2 - Adds features that are required for swerve
16-
* REVLib v2023.1.2 - Includes APIs for the new firmware features
15+
* SPARK MAX Firmware v25.0.0
16+
* REVLib v2025.0.0
1717

1818
## Configuration
1919

2020
It is possible that this project will not work for your robot right out of the box. Various things like the CAN IDs, PIDF gains, chassis configuration, etc. must be determined for your own robot!
2121

22-
These values can be adjusted in the `Constants.java` file.
22+
These values can be adjusted in the `Configs.java` and `Constants.java` files.

0 commit comments

Comments
 (0)