FIRST Tech Challenge OnBot Java: Difference between revisions
From ORTOP Wiki
BruceSchafer (talk | contribs) (Added links to advanced topics on FIRST's FTC wiki) |
BruceSchafer (talk | contribs) (→Software: Added more explanation) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Introduction = | = 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. | 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 [https://github.com/FIRST-Tech-Challenge/FtcRobotController/release 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 [https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/OnBot-Java-Tutorial OnBot Java Tutorial.] | |||
= Books = | = Books = | ||
Line 11: | Line 17: | ||
= Videos = | = Videos = | ||
==OnBot Java TeleOp Tutorial by Team Formula R== | |||
{{#evt: | |||
service=youtube | |||
|id=https://www.youtube.com/watch?v=JaRmbnXS5eI | |||
|dimensions=480 | |||
}} | |||
==OnBot Java Tutorial by Team TaborTech== | |||
{{#evt: | |||
service=youtube | |||
|id=https://www.youtube.com/watch?v=ek_Ii-aFDgY | |||
|dimensions=480 | |||
}} | |||
==Using Tensorflow to Recognize Challenge Objects and Compute the Turn Offset by Edward Epp== | |||
{{#evt: | |||
service=youtube | |||
|id=https://www.youtube.com/watch?v=Cd2PYhapyvw | |||
|dimensions=480 | |||
}} | |||
= Video Playlists= | |||
==Basic Onbot Java by Team Control Alt Destroy== | |||
{{#evt: | |||
service=youtubeplaylist | |||
|id=https://www.youtube.com/watch?v=yfnoeMVsl7Y&list=PLRsIP4cZ9GAOz4IDqUNzhXsp_Vs7tkkFb | |||
|dimensions=480 | |||
}} | |||
==Advanced Onbot Java by Team Control Alt Destroy== | |||
{{#evt: | |||
service=youtubeplaylist | |||
|id=https://www.youtube.com/watch?v=5Ru1vhutXHQ&list=PLRsIP4cZ9GAPb26dTrkvhWkQhv9kYO89G | |||
|dimensions=480 | |||
}} | |||
= Subforum = | = Subforum = | ||
Line 21: | Line 58: | ||
* [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-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] | * [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] | ||
[[Category: FIRST Tech Challenge]] | |||
[[Category: Programming]] |
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