FIRST Tech Challenge OnBot Java: Difference between revisions
From ORTOP Wiki
BruceSchafer (talk | contribs) (Added two links: current Robot Controller app and FIRST Wiki article on OnBot Java) |
BruceSchafer (talk | contribs) (→Software: Added more explanation) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
= Software = | = Software = | ||
* The [https://github.com/FIRST-Tech-Challenge/FtcRobotController/release current release of the Robot Controller App | * The [https://github.com/FIRST-Tech-Challenge/FtcRobotController/release current release of the apps] | ||
* FIRST has created an [https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/OnBot-Java-Tutorial OnBot Java Tutorial.] | ** Robot Controller App for Android phones and the REV Control Hub includes OnBot Java. | ||
** Current release of the Driver Station App | |||
* ''FIRST'' has created an [https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/OnBot-Java-Tutorial OnBot Java Tutorial.] | |||
= Books = | = Books = |
Latest revision as of 00:27, 17 August 2022
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.
Software
- The current release of the apps
- Robot Controller App for Android phones and the REV Control Hub includes OnBot Java.
- Current release of the Driver Station App
- FIRST has created an OnBot Java Tutorial.
Books
- Learn Java for FTC