From 591406322a3b764e420d828ee012dcd6610b53f5 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 1 Dec 2020 13:09:15 -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 a13ed27..36c89e1 100644 --- a/Automatically-Loading-a-Driver-Controlled-Op-Mode.md +++ b/Automatically-Loading-a-Driver-Controlled-Op-Mode.md @@ -8,6 +8,8 @@ To use this feature, verify that you are using version 6.1 or greater of the FTC Select an autonomous program to use during your match. The preselect button will appear in the lower left corner of the screen. It will be translucent and have no text adjacent to it, indicating the feature is inactive. +

[[/images/Automatically-Loading-a-Driver-Controlled-Op-Mode/translucentPreselect.png]]
The preselect button will appear once an autonomous op mode has been selected.

+ Note that in order for the preselect button to be visible, the selected op mode must be designated as an autonomous op mode either by using the @Autonomous annotation if it is written using Java or by selecting the Autonomous option in the Blocks editor.

[[/images/Automatically-Loading-a-Driver-Controlled-Op-Mode/designateAsAutonomous.png]]
The selected op mode must be designated as Autonomous in order for the preselect button to be visible.