Skip to content

Elastic 2025.0.2

Latest
Compare
Choose a tag to compare
@Gold872 Gold872 released this 10 Jan 06:36
· 3 commits to main since this release
f51e79c

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.

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

v2025.0.1...v2025.0.2