From f26421fbc37d7cc717d148054815d0bb0c1cc04a Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Fri, 6 Oct 2023 17:58:46 -0700 Subject: [PATCH] 10-6-23 added link to wiki tutorial on Java sample OpMode for custom TFOD models. --- Java-Sample-OpMode-for-TFOD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Java-Sample-OpMode-for-TFOD.md b/Java-Sample-OpMode-for-TFOD.md index d767bff..f57b8c1 100644 --- a/Java-Sample-OpMode-for-TFOD.md +++ b/Java-Sample-OpMode-for-TFOD.md @@ -20,7 +20,7 @@ For the 2023-2024 game CENTERSTAGE, the game element is a hexagonal white **Pixe

[[https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/images/TFOD-Sample-OpMode-Java/010-TFOD-recognition.png]]

-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.