Skip to content

Commit a959e5a

Browse files
authored
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.
1 parent 3acf2bc commit a959e5a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/docs/software/driverstation/driver-station.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ The FRC Driver Station can be launched by double-clicking the icon on the Deskto
1717

1818
.. 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>`.
1919

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+
2032
Setting Up the Driver Station
2133
-----------------------------
2234

@@ -186,15 +198,3 @@ Both Tab
186198
--------
187199

188200
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

Comments
 (0)