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
Describe the bug
When publishing protobuf data, like a Pose2d or Translation2d, Sim GUI will display the fields (like translation and rotation for Pose2d or x and y for Translation2d) but it won't display the actual data.
To Reproduce
Steps to reproduce the behavior:
Use a ProtobufPublisher to publish an object like Pose2d.
Run the simulator.
Observe the lack of data, but the presence of the fields.
Expected behavior
Sim GUI should display the data like Glass does.
Screenshots
Glass showing data:
Sim GUI not showing data but showing fields:
Desktop (please complete the following information):
This is a bug exclusively on Windows, caused by invalid use on data exports across dll boundaries. Thats why this doesn't show in glass. Glass is entirely statically linked. #6979 when done right will fix it.
Describe the bug
When publishing protobuf data, like a Pose2d or Translation2d, Sim GUI will display the fields (like
translation
androtation
for Pose2d orx
andy
for Translation2d) but it won't display the actual data.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sim GUI should display the data like Glass does.
Screenshots
Glass showing data:
Sim GUI not showing data but showing fields:
Desktop (please complete the following information):
Project Version: 2024.3.2
VS Code Version: 1.84.0
WPILib Extension Version: 2024.3.1
C++ Extension Version: 1.19.1
Java Extension Version: 1.26.2023121408
Java Debug Extension Version: 0.55.2023121302
Java Dependencies Extension Version 0.23.2023120100
Java Version: 17
Java Location: C:\Users\Public\wpilib\2024\jdk
Vendor Libraries:
NavX (2024.1.0)
CTRE-Phoenix (v6) (24.1.0)
REVLib (2024.2.0)
WPILib-New-Commands (1.0.0)
The text was updated successfully, but these errors were encountered: