From 4eb1fb85ad1a3d15f155af85013d88b85fc69a3a Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 1 Dec 2020 13:27:24 -0500 Subject: [PATCH] Updated Automatically Loading a Driver Controlled Op Mode (markdown) --- Automatically-Loading-a-Driver-Controlled-Op-Mode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Automatically-Loading-a-Driver-Controlled-Op-Mode.md b/Automatically-Loading-a-Driver-Controlled-Op-Mode.md index 78413d1..0371557 100644 --- a/Automatically-Loading-a-Driver-Controlled-Op-Mode.md +++ b/Automatically-Loading-a-Driver-Controlled-Op-Mode.md @@ -16,6 +16,8 @@ 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.

+ 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. After the Autonomous program ends, the Driver Station changes the queued OpMode to the TeleOp program which was preselected before the start of Autonomous. The auto-preselection will be aborted if the user presses stop (either the main stop or init stop buttons). It will only transition if the OpMode either self-exits, or is terminated by the 30s timer. Drive Teams must still press init and start the op mode manually, for safety reasons.