From 30276b564c1e5a7f6c74d86df2e9eaa4892f63ee Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 15 Nov 2019 09:11:59 -0500 Subject: [PATCH] Updated Vuforia for Blocks (markdown) --- Vuforia-for-Blocks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vuforia-for-Blocks.md b/Vuforia-for-Blocks.md index 99679e3..6ca89d1 100644 --- a/Vuforia-for-Blocks.md +++ b/Vuforia-for-Blocks.md @@ -31,9 +31,9 @@ This tutorial describes the Op Modes provided in the FTC Blocks sample menu: Java samples are also available in OnBot Java and Android Studio: -_ConceptVuforiaSkyStoneNavigation.java_
+[_ConceptVuforiaSkyStoneNavigation.java_](https://raw.githubusercontent.com/FIRST-Tech-Challenge/SkyStone/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/ConceptVuforiaSkyStoneNavigation.java)
and
-_ConceptVuforiaSkyStoneNavigationWebcam.java_ +[_ConceptVuforiaSkyStoneNavigationWebcam.java_](https://raw.githubusercontent.com/FIRST-Tech-Challenge/SkyStone/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/ConceptVuforiaSkyStoneNavigationWebcam.java) The Java samples are much more detailed, revealing the underlying programming to manage the Vuforia software and to transform the picture location to a global field location. Before working with that code, Java programmers may benefit from reading this Blocks tutorial and testing the Blocks Op Mode on a game field. The Java sample programs are well documented with clear, detailed comments.