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
Copy file name to clipboardExpand all lines: docs/source/programming_resources/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Control System Supporting Documentation
47
47
- :doc:`Connecting a Laptop to a Program & Manage Wi-Fi Network <shared/program_and_manage_network/Connecting-a-Laptop-to-the-Program-&-Manage-Network>`
48
48
- :doc:`Installing a Javascript Enabled Browser <shared/installing_javascript_browser/Installing-a-Javascript-Enabled-Browser>`
49
49
- :doc:`Managing a Control Hub <shared/managing_control_hub/Managing-a-Control-Hub>`
50
-
- :doc:`Managing a Smartphone Driver Station (DS)<shared/managing_smartphone_ds/Managing-a-Smartphone-Driver-Station>`
50
+
- :doc:`Managing a Driver Hub<shared/managing_smartphone_ds/Managing-a-Smartphone-Driver-Station>`
51
51
- :doc:`Managing a Smartphone Robot Controller (RC) <shared/managing_smartphone_rc/Managing-a-Smartphone-Robot-Controller>`
Copy file name to clipboardExpand all lines: docs/source/programming_resources/shared/managing_smartphone_ds/Managing-a-Smartphone-Driver-Station.rst
+44-15Lines changed: 44 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,56 +1,84 @@
1
-
Managing a Smartphone Driver Station
2
-
====================================
1
+
Managing a Driver Hub
2
+
=====================
3
3
4
4
REV Driver Hub
5
5
~~~~~~~~~~~~~~
6
6
7
7
The `REV Driver Hub <https://docs.revrobotics.com/duo-control/control-system-overview/driver-hub-specifications>`__
8
8
is preloaded with the Driver Station (DS) app. The procedures
9
-
described below for a DS phone, also apply to a REV Driver Hub.
9
+
described below for a REV Driver Hub, also apply to a using an Android phone as a DS.
10
10
11
11
Changing the Name
12
12
~~~~~~~~~~~~~~~~~
13
13
14
14
In order to comply with the Competition Manual, the name of the Driver
15
-
Station (DS) smartphone should be changed.
15
+
Station (DS) should be changed.
16
+
Configure devices for your team number. The ROBOT CONTROLLER, DRIVER STATION, and any spares used must be configured/named to correspond to the correct team number as follows:
16
17
17
-
This can be done in the DS app, as described below.
18
+
A. ROBOT CONTROLLER should be named <team number>-RC (e.g., 12345-RC),
18
19
19
-
As an alternate, :ref:`found here <programming_resources/shared/configuring_android/Configuring-Your-Android-Devices:Renaming Your Smartphones>`
20
-
show how to rename a smartphone using the Android Settings activity of
21
-
the phone.
20
+
B. DRIVER STATION should be named <team number>-DS (e.g., 12345-DS), and
21
+
22
+
C. If a spare ROBOT CONTROLLER or DRIVER STATION is configured, a letter designator may be added <team number>-<letter>-RC/DS (e.g., 12345-A-DS, 12345-B-DS)
23
+
24
+
Check the current Competition Manual for the rules related to *Control, Command & Signals System*.
25
+
26
+
The Driver Hub name can be changed in the DS app, as described below.
27
+
28
+
.. note:: The steps below are mostly the same if you use an Android phone for your driver station.
29
+
30
+
If you are using phones for your control system :ref:`this link <programming_resources/shared/configuring_android/Configuring-Your-Android-Devices:Renaming Your Smartphones>`
31
+
shows how to rename a smartphone using the Android Settings activity of
32
+
the phone.
33
+
34
+
.. tip:: Troubleshooting
35
+
36
+
If you see a yellow circled exclamation icon on your DS screen and touch it, a message will pop up
37
+
temporarily and say "*DS* does not match *DS*, see the FTC Competition Manual".
38
+
Note: *DS* is the current name of the Driver Station, and *RC* is the current Robot Controller name.
39
+
40
+
This is because the DS and RC names do not match. You should change both names to include your team
41
+
number as indicated above, as required by the Competition Manual.
42
+
43
+
.. image:: images/ds-mismatch-screen.png
44
+
:align:center
45
+
:alt:Driver Station screen showing the yellow icon mismatch, and the name mismatch pop up message.
22
46
23
47
Changing the Name of a Driver Station Instructions
0 commit comments