OutlineViewer
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 select options then settings and set the Team/IP
to be your team number. After you click Apply, OutlineViewer will connect. If you have trouble connecting to OutlineViewer please see the Dashboard Troubleshooting Steps.
Note
You can use localhost
instead of a team number to point OutlineViewer at a simulated robot, Romi or XRP.
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.