Skip to content

Commit 61a418c

Browse files
committed
Correcting branch to contain correct changes.
1 parent f30633a commit 61a418c

24 files changed

+18
-17
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Created by https://www.gitignore.io/api/linux,macos,windows,visualstudiocode
22
# Edit at https://www.gitignore.io/?templates=linux,macos,windows,visualstudiocode
33

4+
### Miscellaneous ###
5+
.wpilib/
6+
47
### Sphinx ###
58
# Build directories
69
build/

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

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For information on installing the Driver Station software see :ref:`this documen
1010
Starting the FRC Driver Station
1111
-------------------------------
1212

13-
.. image:: images/driver-station/ds-icon.png
13+
.. image:: images/driver-station/DS_Select.png
1414
:alt: This is the FRC Driver Station icon.
1515

1616
The FRC Driver Station can be launched by double-clicking the icon on the Desktop or by selecting Start->All Programs->FRC Driver Station.
@@ -32,7 +32,7 @@ Driver Station Key Shortcuts
3232
Setting Up the Driver Station
3333
-----------------------------
3434

35-
.. image:: images/driver-station/ds-setup.png
35+
.. image:: images/driver-station/DriverStation_SettingUp.png
3636
:alt: The team number box on the setup (gear) tab.
3737

3838
The DS should be set to your team number in order to connect to your robot. In order to do this click the Setup tab then enter your team number in the team number box. Press return or click outside the box for the setting to take effect.
@@ -42,7 +42,7 @@ PCs will typically have the correct network settings for the DS to connect to th
4242
Status Pane
4343
-----------
4444

45-
.. image:: images/driver-station/ds-status-pane.png
45+
.. image:: images/driver-station/DriverStation_Status.png
4646
:alt: This is the pane in the center of the Driver station that is always visible.
4747

4848
The Status Pane of the Driver Station is located in the center of the display and is always visible regardless of the tab selected. It displays a selection of critical information about the state of the DS and robot:
@@ -55,7 +55,7 @@ The Status Pane of the Driver Station is located in the center of the display an
5555
Operation Tab
5656
-------------
5757

58-
.. image:: images/driver-station/ds-operation-tab.png
58+
.. image:: images/driver-station/DriverStation_Operations.png
5959
:alt: This is the first tab from the top on the left hand side.
6060

6161
The Operations Tab is used to control the mode of the robot and provide additional key status indicators while the robot is running.
@@ -79,7 +79,7 @@ The Operations Tab is used to control the mode of the robot and provide addition
7979
Diagnostics Tab
8080
---------------
8181

82-
.. image:: images/driver-station/ds-diagnostics-tab.png
82+
.. image:: images/driver-station/DriverStation_Diagnostics.png
8383
:alt: This is the second tab from the top on the left hand side.
8484

8585
The Diagnostics Tab contains additional status indicators that teams can use to diagnose issues with their robot:
@@ -109,7 +109,7 @@ The Diagnostics Tab contains additional status indicators that teams can use to
109109
Setup Tab
110110
---------
111111

112-
.. image:: images/driver-station/ds-setup-tab.png
112+
.. image:: images/driver-station/DriverStation_Setup.png
113113
:alt: This is the third tab from the top on the left hand side.
114114

115115
The Setup Tab contains a number of buttons teams can use to control the operation of the Driver Station:
@@ -123,7 +123,7 @@ The Setup Tab contains a number of buttons teams can use to control the operatio
123123
USB Devices Tab
124124
---------------
125125

126-
.. image:: images/driver-station/ds-usb-tab.png
126+
.. image:: images/driver-station/DriverStation_USBJoysticks.png
127127
:alt: This is the fourth tab from the top on the left hand side.
128128

129129
The USB Devices tab includes the information about the USB Devices connected to the DS
@@ -136,26 +136,24 @@ The USB Devices tab includes the information about the USB Devices connected to
136136
Re-Arranging and Locking Devices
137137
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138138

139-
.. image:: images/driver-station/ds-usb-rearrange.png
139+
.. image:: images/driver-station/DriverStation_JoystickLock.png
140140
:alt: USB Order box where you can click and drag to rearrange the joysticks.
141141

142142
The Driver Station has the capability of "locking" a USB device into a specific slot. This is done automatically if the device is dragged to a new position and can also be triggered by double clicking on the device. "Locked" devices will show up with an underline under the device. A locked device will reserve its slot even when the device is not connected to the computer (shown as grayed out and underlined). Devices can be unlocked (and unconnected devices removed) by double clicking on the entry.
143143

144144
.. note:: If you have two or more of the same device, they should maintain their position as long as all devices remain plugged into the computer in the same ports they were locked in. If you switch the ports of two identical devices the lock should follow the port, not the device. If you re-arrange the ports (take one device and plug it into a new port instead of swapping) the behavior is not determinate (the devices may swap slots). If you unplug one or more of the set of devices, the positions of the others may move; they should return to the proper locked slots when all devices are reconnected.
145145

146-
Example: The image above shows 4 devices:
146+
Example: The image above shows 2 devices:
147147

148-
- A Locked "Logitech Attack 3" joystick. This device will stay in this position unless dragged somewhere else or unlocked
149-
- An unlocked "Logitech Extreme 3D" joystick
150-
- An unlocked "Gamepad F310 (Controller)" which is a Logitech F310 gamepad
151-
- A Locked, but disconnected "MadCatz GamePad (Controller)" which is a MadCatz Xbox 360 Controller
148+
- A locked, but disconnected "Xbox One for Windows" joystick. This device will stay in this position unless dragged somewhere else or unlocked
149+
- An unlocked "Bluetooth LE XINPUT" joystick (Xbox One controller, Bluetooth)
152150

153-
In this example, unplugging the Logitech Extreme 3D joystick will result in the F310 Gamepad moving up to slot 1. Plugging in the MadCatz Gamepad (even if the devices in Slots 1 and 2 are removed and those slots are empty) will result in it occupying Slot 3.
151+
In this example, the Xbox One controller connected over USB (wired) will remain in Slot 0 regardless of it is currently attached to the computer. Plugging in the Xbox One controller connected over Bluetooth (Slot 1) will result in the following image. If it is unplugged and another device is plugged in, that device will occupy Slot 1.
154152

155153
CAN/Power Tab
156154
--------------
157155

158-
.. image:: images/driver-station/ds-can-power-tab.png
156+
.. image:: images/driver-station/DriverStation_CANPowerTab.png
159157
:alt: This is the fifth tab from the top on the left hand side.
160158

161159
The last tab on the left side of the DS is the CAN/Robot Power Tab. This tab contains information about the power status of the roboRIO and the status of the CAN bus:
@@ -171,7 +169,7 @@ If a fault is detected, the indicator for this tab (shown in blue in the image a
171169
Messages Tab
172170
------------
173171

174-
.. image:: images/driver-station/ds-messages-tab.png
172+
.. image:: images/driver-station/DriverStation_Messages.png
175173
:alt: This is the first tab from the top on the right hand side.
176174

177175
The Messages tab displays diagnostic messages from the DS, WPILib, User Code, and/or the roboRIO. The messages are filtered by severity. By default, only Errors are displayed.
@@ -181,7 +179,7 @@ To access settings for the Messages tab, click the Gear icon. This will display
181179
Charts Tab
182180
----------
183181

184-
.. image:: images/driver-station/ds-charts-tab.png
182+
.. image:: images/driver-station/DriverStation_ChartsTab.png
185183
:alt: This is the second tab from the top on the right hand side.
186184

187185
The Charts tab plots and displays advanced indicators of robot status to help teams diagnose robot issues:
315 KB
Loading
49.3 KB
Loading
49.8 KB
Loading
103 KB
Loading
26.3 KB
Loading
56.9 KB
Loading
133 KB
Loading
93.3 KB
Loading

0 commit comments

Comments
 (0)