but we would still like to at the very least display and ideally modify these parameters from Shuffleboard. However Shuffleboard only seems to allow you to drag in items that are directly in the SmartDashboad top level. (Yet other top level tables like FMSInfo let us drag items like isRedAlliance onto the Shuffleboard.)
Is there a technique that would let us organize our SmartDashboard data in subtables while still being able to drag those values into Shuffleboard? It seems from the documentation that this might only be accomplished by using a separate Shuffleboard tab for each subtable.
Thanks, unfortunately robotpy doesn’t have the shuffleboard library at the moment so I can’t make those calls to wpilib’s Shuffleboard from the robot.
I think we’ll just make a top-level table for the things we want in Shuffleboard and drag in from there instead of putting sub-tables in the existing SmartDashboard table. It’s a simple and it works.