FIRST Tech Challenge OnBot Java: Difference between revisions

From ORTOP Wiki
(Created initial content)
 
(Added links to advanced topics on FIRST's FTC wiki)
Line 16: Line 16:
= Subforum =
= Subforum =
* [https://ftcforum.firstinspires.org/forum/ftc-technology/android-studio Android Studio / Java Subforum]
* [https://ftcforum.firstinspires.org/forum/ftc-technology/android-studio Android Studio / Java Subforum]
= Advanced Topics =
* [https://github.com/ftctechnh/ftc_app/wiki/Identifying-Vuforia-VuMarks Indentifying Vuforia VuMarks]
* [https://github.com/ftctechnh/ftc_app/wiki/Using-an-External-Webcam-with-Control-Hub Using an External Webcam with the Control Hub]
* [https://github.com/ftctechnh/ftc_app/wiki/Using-an-External-UVC-Camera-and-a-Powered-USB-Hub Using an External UVC Camera and a Powered USB Hub]

Revision as of 20:49, 28 September 2020

Introduction

The FTC OnBot Java Programming Tool is a text-based programming tool that lets programmers use a web browser to create, edit and save their Java op modes. This tool is recommended for programmers who have basic to advanced Java skills and who would like to write text-based op modes.

Books

Online Tutorials

Videos

Subforum

Advanced Topics