|
Custom SmartDashboard Widget
I have been trying to get a basic custom widget working on the SmartDashboard for a couple weeks now, but I've gotten very lost in the changes they've made in the API since 2012. Right now, I am just trying to create a widget that reads and writes to its associated NetworkTable (it's being created from a putData(Subsystem s) call). However, I am not able to read or write from the NetworkTable through any diplomatic means. I've tried extending Widget and AbstractTableWidget, with no luck on either. I don't even get a setValue() method call or a valueChanged() call.
If anyone has created their own widget on SmartDashboard for 2013 code, please help!
|