Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.42 KB

File metadata and controls

18 lines (10 loc) · 1.42 KB

OutlineViewer

image

OutlineViewer is a utility used to view, modify and add to the contents of the NetworkTables for debugging purposes. It displays all key value pairs currently in the NetworkTables and can be used to modify the value of existing keys or add new keys to the table. OutlineViewer is included in the Java and C++ language installations.

In Visual Studio Code, press Ctrl+Shift+P and type WPILib or click the WPILib logo in the top right to launch the WPILib Command Palette. Select Start Tool, then select OutlineViewer.

To connect to your robot, open OutlineViewer and set the Server Location to be your team number. After you click start, OutlineViewer will connect. If you have trouble connecting to OutlineViewer please see the Dashboard Troubleshooting Steps <docs/software/dashboards/labview-dashboard/troubleshooting-dashboard-connectivity:Troubleshooting Dashboard Connectivity>.

Note

You can use localhost instead of a team number to point OutlineViewer at a simulated robot or a Romi.

image

To add additional key/value pairs to NetworkTables, right click on a location and choose the corresponding data type.

Note

LabVIEW teams can use the Variables tab of the LabVIEW Dashboard to accomplish the same functionality as OutlineViewer.