From 9446f9774a9c1decc447347c1cf88b45eb456e13 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 1 Dec 2020 12:49:04 -0500 Subject: [PATCH] Updated How to Automatically Load a Driver Controlled Op Mode (markdown) --- ...md => Automatically-Loading-a-Driver-Controlled-Op-Mode.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename How-to-Automatically-Load-a-Driver-Controlled-Op-Mode.md => Automatically-Loading-a-Driver-Controlled-Op-Mode.md (88%) diff --git a/How-to-Automatically-Load-a-Driver-Controlled-Op-Mode.md b/Automatically-Loading-a-Driver-Controlled-Op-Mode.md similarity index 88% rename from How-to-Automatically-Load-a-Driver-Controlled-Op-Mode.md rename to Automatically-Loading-a-Driver-Controlled-Op-Mode.md index cf367b1..85bd5b7 100644 --- a/How-to-Automatically-Load-a-Driver-Controlled-Op-Mode.md +++ b/Automatically-Loading-a-Driver-Controlled-Op-Mode.md @@ -4,7 +4,9 @@ Teams can now preselect their teleop op mode, and have the Driver Station automa To use this feature, verify that you are using version 6.1 or greater of the FTC software (Robot Controller and Driver Station). Also, in the Settings menu of the FTC Driver Station app, verify that "OpMode Auto Queue" option is enabled. -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. +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. + +Note that in order for the preselect button to be visible, the selected op mode must be categorized 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. 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.