FIRST Tech Challenge Android Studio

From ORTOP Wiki

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