You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move key shortcuts higher on Driver Station page (#1788)
This is done primarily due to the mention of the e-stop and disable keybinds, as it seems unwise to mention how to use the driver station before mentioning how to e-stop the robot.
Closes#1787.
Copy file name to clipboardExpand all lines: source/docs/software/driverstation/driver-station.rst
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,18 @@ The FRC Driver Station can be launched by double-clicking the icon on the Deskto
17
17
18
18
.. note:: By default the FRC Driver Station launches the :ref:`LabVIEW Dashboard <docs/software/dashboards/labview-dashboard/driver-station-labview-dashboard:FRC LabVIEW Dashboard>`. It can also be configured on :ref:`docs/software/driverstation/driver-station:Setup Tab` to launch the other Dashboards: :ref:`SmartDashboard <docs/software/dashboards/smartdashboard/smartdashboard-intro:SmartDashboard Introduction>` and :ref:`Shuffleboard <docs/software/dashboards/shuffleboard/getting-started/shuffleboard-tour:Tour of Shuffleboard>`.
19
19
20
+
Driver Station Key Shortcuts
21
+
----------------------------
22
+
23
+
* `F1` - Force a Joystick refresh.
24
+
* `[` + `]` + `\\` - Enable the robot (the 3 keys above Enter on most keyboards)
25
+
* `Enter` - Disable the Robot
26
+
* `Space` - Emergency Stop the robot. After an emergency stop is triggered the roboRIO will need to be rebooted before the robot can be enabled again.
27
+
28
+
.. note:: Space bar will E-Stop the robot regardless of if the Driver Station window has focus or not
29
+
30
+
.. warning:: When connected to FMS in a match, teams must press the Team Station E-Stop button to emergency stop their robot as the DS enable/disable and E-Stop key shortcuts are ignored.
31
+
20
32
Setting Up the Driver Station
21
33
-----------------------------
22
34
@@ -186,15 +198,3 @@ Both Tab
186
198
--------
187
199
188
200
The last tab on the right side is the Both tab which displays Messages and Charts side by side
189
-
190
-
Driver Station Key Shortcuts
191
-
----------------------------
192
-
193
-
* `F1` - Force a Joystick refresh.
194
-
* `[` + `]` + `\\` - Enable the robot (the 3 keys above Enter on most keyboards)
195
-
* `Enter` - Disable the Robot
196
-
* `Space` - Emergency Stop the robot. After an emergency stop is triggered the roboRIO will need to be rebooted before the robot can be enabled again.
197
-
198
-
.. note:: Space bar will E-Stop the robot regardless of if the Driver Station window has focus or not
199
-
200
-
.. warning:: When connected to FMS in a match, teams must press the Team Station E-Stop button to emergency stop their robot as the DS enable/disable and E-Stop key shortcuts are ignored.
0 commit comments