From c85d290ce45775ca8facb67a18781adea9c57423 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 1 Dec 2020 14:04:49 -0500 Subject: [PATCH] Updated Automatically Loading a Driver Controlled Op Mode (markdown) --- Automatically-Loading-a-Driver-Controlled-Op-Mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Automatically-Loading-a-Driver-Controlled-Op-Mode.md b/Automatically-Loading-a-Driver-Controlled-Op-Mode.md index c52e964..56ccc59 100644 --- a/Automatically-Loading-a-Driver-Controlled-Op-Mode.md +++ b/Automatically-Loading-a-Driver-Controlled-Op-Mode.md @@ -16,7 +16,7 @@ Note that in order for the preselect button to be visible, the selected op mode To activate it, simply tap the (translucent) button and select an op mode. The button will then become fully opaque and the name of the preselected op mode will appear adjacent to the button. This indicates the feature is active. -

[[/images/Automatically-Loading-a-Driver-Controlled-Op-Mode/selectTeleOp.png]]
Select the driver controlled op mode to be auto-loaded.

+

[[/images/Automatically-Loading-a-Driver-Controlled-Op-Mode/selectTeleOp.png]]
Select the driver controlled op mode to be auto-loaded. Driver must still press the Init button for safety reasons.

Should you then wish to disable it, simply long press the preselect button. It will become translucent again and the text adjacent to it will disappear. @@ -27,7 +27,7 @@ Should you wish to not be required to manually enable and configure the preselec ``` @Autonomous(name="Blue Alliance Auto", group="Pushbot", preselectTeleOp="BlueAllianceTeleOp") ``` -

Use the preselectTeleOp parameter to specify a preselected op mode. Driver must still press Init button for safety reasons.

+

Use the preselectTeleOp parameter to specify a preselected op mode.

Blocks users can make use of this feature as well, through a new dropdown in the Blocks program editor.