wpilibsuite / allwpilib

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

Include sendable type information in topic metadata #6740

Closed SamCarlberg closed 2 weeks ago

SamCarlberg commented 3 weeks ago

Sendables use a nested ".type" topic to publish metadata about their data types, eg "SendableChooser". This creates problems for NT clients that default to only subscribe to topic information, not values. Including the data type in the topic's metadata would clean this up.