Additional Reading
We suggest you also read some other FTC materials as well, especially if you are a rookie team or just not all that knowledgeable in regards to FTC programming.
Last updated
Was this helpful?
We suggest you also read some other FTC materials as well, especially if you are a rookie team or just not all that knowledgeable in regards to FTC programming.
Last updated
Was this helpful?
The first resource we recommend you reading is , or gm0 for short. They have a section on software you can find . gm0 offers a great amount of support for teams who are just starting and would like to learn more concepts that have been put together by people from other teams.
We also recommend that you read the . Now, it is quite a handful. However, if you are interested in learning what is available for use in the SDK, this is the best way to do it. The javadocs are there for you to utilize in the first place.
Please be sure to check out other libraries that have inspired us, like and . You can use these libraries in conjunction with FTCLib if you would like; although, FTCLib already uses EasyOpenCV in its vision package.
FTCLib has its own javadocs like the SDK, which can be found . There are automatically generated by Bintray depending on the most recent version. Please read the section on v1.1.0 (or the latest v1.1.x version).