You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 2025.3.2: Fix feedforward returning NaN when kᵥ = 0
140
+
- 2025.3.2: Add Debouncer type and time setters
141
+
- 2025.3.2: Fix singularities in Ellipse2d::Nearest()
142
+
- 2025.3.2: Fix UnscentedKalmanFilter and improve math docs
135
143
136
144
### Simulation
137
145
@@ -208,6 +216,7 @@ Supported Operating Systems and Architectures:
208
216
- Fix minimum widget width
209
217
- 2025.2.1: Add 2025 field image
210
218
- 2025.2.1: Make picking a Field2d field JSON more obvious
219
+
- 2025.3.2: Update default field to 2025 for Field2D
211
220
212
221
## GradleRIO
213
222
@@ -216,6 +225,7 @@ Supported Operating Systems and Architectures:
216
225
- Add method to delete files on roboRIO that have been deleted in the deploy directory. :ref:`Set deleteOldFiles to true <docs/software/advanced-gradlerio/compiler-args:Deleting Unused Deploy Files>` in the frcStaticFileDeploy block
217
226
- Gradle now consolidates Java compile errors at the bottom of the terminal to aid discoverability https://docs.gradle.org/8.11/release-notes.html#error-warning
218
227
- 2025.3.1: Warn if multiple versions of the same vendordep is found
228
+
- 2025.3.2: Disable code reboot while killing robot process, which was causing high CPU usage every other code reboot for some teams
219
229
220
230
## WPILib All in One Installer
221
231
@@ -246,6 +256,7 @@ Supported Operating Systems and Architectures:
246
256
- Fix crash when all data is filtered out during analysis
0 commit comments