Added useCompetitionFieldTargetLocations parameter to Vuforia.initialize block. If set to false, the target locations are placed at (0,0,0) with target orientation as specified in https://github.com/gearsincorg/FTCVuforiaDemo/blob/master/Robot_Navigation.java tutorial OpMode. Incorporates additional...
Users can use sample vision targets to get localization information on a standard FTC field. Project structure has been reorganized so that there is now a TeamCode package that users can use to place their local/custom OpModes into this package. Inspection function has been integrated into the ...
With this change, it is very important for Java users to retrieve all needed devices from theHardwareMapduring the Init phase of the OpMode. Namely, declare a variable for each hardware device the OpMode will use, and assign a value to each. Do not do this during the Run phase, or your...