Is there a way to associated a programmatically added Shuffleboard widget with a network table entry? Specifically to associate it with a network table entry that was created in initSendable() inside of a subsystem using .AddDoubleProperty().
Alternatively is there a way in C++ to add a Shuffleboard widget that will automatically call setters and getters without using initSendable() in a subsystem?
My hope was that I would do initSendable() in my subsystem, add the properties I wanted and then add the subsystem to Shuffleboard and everything just show up for me… No such luck, only get the subsystem object with none of the properties I added (all though I see their network table entries in Shuffleboard, just no widgets associated with them).