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/tutorials/control/gamepad.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,13 +90,11 @@ Go to your rover's **CONFIGURE** tab.
90
90
91
91
Configure a [gamepad](/operate/reference/components/input-controller/gamepad/):
92
92
93
-
Click the **+** icon next to your machine part in the left-hand menu and select **Component or service**.
94
-
Select the `input_controller` type, then select the `gamepad`model.
95
-
Enter a name or use the suggested name for your input controller and click **Create**.
93
+
Click the **+** icon next to your machine part in the left-hand menu and select **Configuration block**.
94
+
Search for `gamepad`, then select the official `input_controller/gamepad`block from `viam-server`.
95
+
Click **Add component**, enter a name (or use the suggested name) for your input controller, then click **Add component** to confirm.
96
96
97
-

98
-
99
-
You can set the `auto_reconnect` attribute to `true`.
97
+
Once added, you can set the `auto_reconnect` attribute to `true`. You'll find it by clicking `Show 2 optional` in the Attributes section. Don't forget to Save!
100
98
101
99
{{% /tab %}}
102
100
{{% tab name="JSON" %}}
@@ -106,11 +104,12 @@ Inside the `components` array of your config, add the following configuration fo
0 commit comments