We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
x = ntcore.NetworkTableInstance.getDefault().getStructArrayTopic("foo", Translation2d).publish() x.set([Translation2d(0,0)])
is rendered as opaque in glass, and there is only one publisher, "foo."
adding
y = ntcore.NetworkTableInstance.getDefault().getStructTopic("foo", Translation2d).publish() y.set(Translation2d(0,0)
adds the "/.schema" publisher and fixes the array rendering.
Linux
No response
The text was updated successfully, but these errors were encountered:
WPILib fix in wpilibsuite/allwpilib#6303
Sorry, something went wrong.
Fixed in v2024.3.1
PeterJohnson
No branches or pull requests
Problem description
is rendered as opaque in glass, and there is only one publisher, "foo."
adding
adds the "/.schema" publisher and fixes the array rendering.
Operating System
Linux
Installed Python Packages
No response
Reproducible example code
No response
The text was updated successfully, but these errors were encountered: