Updated How to Automatically Load a Driver Controlled Op Mode (markdown)

FTC Engineering
2020-12-01 12:49:04 -05:00
parent d46ada52c3
commit 9446f9774a

@ -6,6 +6,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.
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.
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.