Elastic 2025.0.2
The next release of Elastic is now available! The update can be downloaded from here, or if you open the app while connected to the internet, you will receive a download link for this update.
The WPILib version of Elastic will not automatically check for updates, users of the WPILib version of Elastic will have to update their WPILib tools in the next release of WPILib.
Update Highlights
There’s only one new feature in this update:
Field 2d Struct Support
Elastic now supports Pose2d structs for field objects! With the current WPILib APIs, this has very little difference in how the user will interact with the field, but if a struct object is published in the same table as a Field2d widget, it will render on the field.
Bug Fixes
This update has more bug fixes than new features
Camera Stream Speed Fix
A critical issue was fixed where not all images were properly processed in an image stream, leading to low FPS, miscalculated bandwidth, and invalid images/glitch effects.
Camera stream performance should significantly improve.
Widget Dragging Fixes
Previously, if a widget was being dragged into the grid and a new Network Tables topic was announced, the widget would get stuck on the screen until a new widget was being dragged in. This has been fixed.
Leading Slash Fixes
Widgets that are created from a topic without a leading /
will now be created properly. A fix for this was implemented in a previous update, however this only worked for individual topics, such as a boolean box. All widgets can be created regardless of whether or not they have a leading /
Full Changelog: https://github.com/Gold872/elastic-dashboard/compare/v2025.0.1...v2025.0.2