Created OnBot Java Reference Info (markdown)
22
OnBot-Java-Reference-Info.md
Normal file
22
OnBot-Java-Reference-Info.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
### Javadoc Reference Pages
|
||||||
|
As you start to write more complicated op modes, you will need to use more features of the FIRST Tech Challenge software development kit (SDK). You can reference online Javadoc material that provide descriptions of the available FIRST Tech Challenge-related classes and methods, at the following web address:
|
||||||
|
|
||||||
|
[http://ftctechnh.github.io/ftc_app/doc/javadoc/index.html](http://ftctechnh.github.io/ftc_app/doc/javadoc/index.html)
|
||||||
|
|
||||||
|
### Sample Op Modes
|
||||||
|
|
||||||
|
The OnBot Java Programming Tool has several built-in example op modes that demonstrate how to do different tasks with the FIRST Tech Challenge control system. As you create a new file, you can use the Sample dropdown list control to display a list of available sample op modes or templates. The comments in these examples help explain what the program statements do.
|
||||||
|
|
||||||
|
<p align="center"><img src="https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/ftc_app/images/OnBotJava/OnBotDoc_sampleOpModes.jpg" width="350"><p>
|
||||||
|
|
||||||
|
### Control System Wiki
|
||||||
|
There is an up-to-date online wiki for the FTC Android control system. This document serves as a convenient online reference for all topics related to the control system:
|
||||||
|
|
||||||
|
[https://github.com/ftctechnh/ftc_app/wiki](https://github.com/ftctechnh/ftc_app/wiki)
|
||||||
|
|
||||||
|
### Technology Forum
|
||||||
|
Registered teams can create user accounts on the FIRST Tech Challenge forum. Teams can use the forum to ask questions and receive support from the FIRST Tech Challenge community.
|
||||||
|
|
||||||
|
The technology forum can be found at the following address:
|
||||||
|
|
||||||
|
[https://ftcforum.usfirst.org/forum/ftc-technology?156-FTC-Technology](https://ftcforum.usfirst.org/forum/ftc-technology?156-FTC-Technology)
|
Reference in New Issue
Block a user