Updated Automatically Loading a Driver Controlled Op Mode (markdown)

FTC Engineering
2020-12-01 15:15:09 -05:00
parent 519b2964b3
commit fda0dc38b8

@ -10,7 +10,7 @@ Select an autonomous program to use during your match. The preselect button will
<p align="center">[[/images/Automatically-Loading-a-Driver-Controlled-Op-Mode/translucentPreselect.png]]<br/>The preselect button will appear once an autonomous op mode has been selected.<p>
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. If you do not see the preselect button, verify that your currently select op mode has been designated as autonomous.
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. If you do not see the preselect button, verify that your currently selected op mode has been designated as autonomous.
<p align="center">[[/images/Automatically-Loading-a-Driver-Controlled-Op-Mode/designateAsAutonomous.png]]<br/>The selected op mode must be designated as Autonomous in order for the preselect button to be visible.<p>