wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.06k stars 614 forks source link

.type NT topics do not always set the SmartDashboard property #6798

Closed SamCarlberg closed 3 months ago

SamCarlberg commented 3 months ago

Followup to #6741, some places in WPILib manually create a .type topic without using SendableBuilder and will need to be updated to add the type as a metadata property:

The metadata property is JSON-formatted like {"SmartDashboard": "<type>"}