10-6-23 added link to wiki tutorial on Java sample OpMode for custom TFOD models.

Westside Robotics
2023-10-06 17:58:46 -07:00
parent 1859ee98cb
commit f26421fbc3

@ -20,7 +20,7 @@ For the 2023-2024 game CENTERSTAGE, the game element is a hexagonal white **Pixe
<p align="center">[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/TFOD-Sample-OpMode-Java/010-TFOD-recognition.png]]</p>
For extra points, teams may instead use their own custom TFOD models of **Team Props**. That option is not described here.
For extra points, teams may instead use their own custom TFOD models of **Team Props**. That option is described [**here**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/TFOD-Sample-OpMode-with-Java-Builder).
This tutorial shows **OnBot Java** screens. Users of **Android Studio** can follow along, since the Sample OpMode is exactly the same.