The root of the data placed in Shuffleboard.
Definition: ShuffleboardRoot.h:19
virtual ShuffleboardTab & GetTab(std::string_view title)=0
Gets the tab with the given title, creating it if it does not already exist.
virtual void DisableActuatorWidgets()=0
Disables all widgets in Shuffleboard that offer user control over actuators.
virtual void SelectTab(std::string_view title)=0
Selects the tab in the dashboard with the given title.
virtual void Update()=0
Updates all tabs.
virtual void EnableActuatorWidgets()=0
Enables all widgets in Shuffleboard that offer user control over actuators.
virtual void SelectTab(int index)=0
Selects the tab in the dashboard with the given index in the range [0..n-1], where n is the number of...
Represents a tab in the Shuffleboard dashboard.
Definition: ShuffleboardTab.h:26
basic_string_view< char > string_view
Definition: core.h:520
Definition: AprilTagPoseEstimator.h:15