I’m trying to group the widgets in my Shuffleboard. But I’m not able to find a code source in Wpilib Documentation or from any other source.
Issue:
I want to group the widgets in Shuffleboard that does when I open the Shuffleboard and deploy the code into robot. I like to do that in my code, not through Shuffleboard.
I’m going to assume you are using Java (though C++ is similar). Check out the Shuffleboard JavaDocs - there are a few samples at the top that are exactly what you want.
They all start with Shuffleboard.getTab("Example Tab") . This allows you to organize your widgets into a specific tab.