Finger-Puppet-Mafia-FTC-Team / robot-controller

Robot Controller
0 stars 0 forks source link

Java Resources #8

Open zodern opened 8 years ago

zodern commented 8 years ago

https://www.codecademy.com/learn/learn-java

zodern commented 8 years ago

http://ftcforum.usfirst.org/showthread.php?4143-Education-in-Java-Android&p=13264&viewfull=1#post13264

zodern commented 8 years ago

This team has a good system:https://github.com/rwoodley/Team10182 They have also figured out how to use open cv with android.

zodern commented 8 years ago

Here is an op mode using open cv https://github.com/dmssargent/Xtensible-ftc_app/blob/develop/OpModeLibrary/src/main/java/org/ftc/opmodes/OpenCvORBExample.java

A forum thread: http://ftcforum.usfirst.org/showthread.php?5047-Beacon-Photos/page2&highlight=image+detection

zodern commented 8 years ago

Using camera:

http://ftcforum.usfirst.org/showthread.php?4588-How-to-use-the-camera-as-a-sensor&highlight=camera

zodern commented 8 years ago

Java Books:

List: https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#

http://yfain.github.io/Java4Kids/

http://www.oracle.com/events/global/en/java-outreach/resources/java-a-beginners-guide-1720064.pdf

http://chimera.labs.oreilly.com/books/1234000001805/pr01.html

Artificial Intelligence (Useful for the autonomous mode): http://artint.info/html/ArtInt.html http://ai.stanford.edu/~nilsson/QAI/qai.pdf

zodern commented 8 years ago

Has an advanced teleop opmode: https://github.com/ishanqut/ftc_app