Skip to content

Commit 4d90cd1

Browse files
Added text differentiating the dashboards (#1791)
* added text differentiating the dashboards * Apply suggestions from code review Co-authored-by: Dalton Smith <[email protected]> Co-authored-by: Dalton Smith <[email protected]>
1 parent ca82e12 commit 4d90cd1

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

source/docs/software/dashboards/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Dashboards
22
==========
33

4+
Click on each dashboard below to get a description of its advantages and disadvantages.
5+
46
.. toctree::
57
:maxdepth: 1
68

source/docs/software/dashboards/labview-dashboard/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
LabVIEW Dashboard
22
=================
33

4+
The LabVIEW Dashboard is easy to use and provides a lot of featues straight out of the box like: camera streams, autonomous selection, and joystick feedback. It can be customized using LabVIEW by creating a new Dashboard project. While it :ref:`can be used <docs/software/dashboards/labview-dashboard/using-the-labview-dashboard-with-c++-java-code:Using the LabVIEW Dashboard with C++/Java Code>` by Java or C++ teams, they generally prefer SmartDashboard or Shuffleboard which can be customized in their respective language.
5+
46
.. toctree::
57
:maxdepth: 1
68

source/docs/software/dashboards/shuffleboard/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Shuffleboard
22
============
33

4+
Shuffleboard is a modern looking driveteam focused dashboard. It displays network tables data using a variety of widgets that can be positioned and controlled with robot code. It includes many extra features like: tabs, recording / playback, and advanced custom widgets.
5+
46
.. toctree::
57
:maxdepth: 2
68

source/docs/software/dashboards/smartdashboard/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
SmartDashboard
22
==============
33

4+
SmartDashboard is a simple and efficient dashboard that uses relatively few computer resources. It does not have the fancy look or some of the features Shuffleboard has, but it displays network tables data with a variety of widgets without bogging down the driver station computer.
5+
46
.. toctree::
57
:maxdepth: 1
68

0 commit comments

Comments
 (0)