FIRST Tech Challenge Android Studio: Difference between revisions

From ORTOP Wiki
(Added to to FTC subforum on Android Studio and Jva)
(→‎Tutorials: Added links to Ed Epps' Tensor Flow Tutorial and video)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
= Tutorials =
= Tutorials =
* [https://github.com/ftctechnh/ftc_app/wiki/Android-Studio-Tutorial Android Studio Tutorial]
* [https://github.com/ftctechnh/ftc_app/wiki/Android-Studio-Tutorial Android Studio Tutorial]
== [https://github.com/edcepp/FTCEppTensorCode/tree/master/FTCEppTensorCode TensorCode for FTC Competitions by Dr. Edward Epp] ==
{{#evt:
service=youtube
|id=https://www.youtube.com/watch?v=Cd2PYhapyvw
|dimensions=480
}}
LinkedIn has identified the Machine Learning Engineer as one of the five top emerging jobs in 2018. The top skills include Deep Learning, Machine Learning, and TensorFlow. QualComm has integrated it into the FTC STK giving our teams an opportunity to learn and leverage this emerging technology. This tutorial shows you how to write the java code required to locate objects using TensorFlow. Once an object of interest is located the program computes the horizontal offset from the center of the screen. The code required to move the robot toward a game piece is included in this GitHub project.


= Support =
= Support =
* [https://ftcforum.firstinspires.org/forum/ftc-technology/android-studio Android Studio / Java Support Forum]
* [https://ftcforum.firstinspires.org/forum/ftc-technology/android-studio Android Studio / Java Support Forum]
[[Category: FIRST Tech Challenge]]
[[Category: Programming]]

Latest revision as of 14:24, 11 November 2020

Introduction

Android Studio is an advanced integrated development environment for creating Android apps. This tool is the same tool that professional Android app developers use. Android Studio is only recommended for advanced users who have extensive Java programming experience. Those that want to learn to program in Java should probably start with OnBot Java.

Tutorials

TensorCode for FTC Competitions by Dr. Edward Epp

LinkedIn has identified the Machine Learning Engineer as one of the five top emerging jobs in 2018. The top skills include Deep Learning, Machine Learning, and TensorFlow. QualComm has integrated it into the FTC STK giving our teams an opportunity to learn and leverage this emerging technology. This tutorial shows you how to write the java code required to locate objects using TensorFlow. Once an object of interest is located the program computes the horizontal offset from the center of the screen. The code required to move the robot toward a game piece is included in this GitHub project.

Support