-
-
Notifications
You must be signed in to change notification settings - Fork 4
Organization
Rebecca Dang edited this page Apr 25, 2020
·
5 revisions
All source code can be found under src/com/omegarobotics.
All compiled class files can be found under out/production/HowToCode.
Regularly generated Javadoc files can be found under javadoc.
Code is divided by unit:
Java
- Introduction to Java, Programming, and Variables
- Selection and Boolean Logic
- Loops and 1D Arrays
- Methods and Multi-Dimensional Arrays
- Objects, Classes, Inheritance, and Polymorphism
- Abstract Classes, Interfaces, and Enumerated Types
- Exception Handling and Git
FTC-specific coding
- FTC Control System, Sensors, and FTC SDK (Software Development Kit)
- Roadrunner
- FTC CV (Computer Vision)
- Omega Code Structure
- Control Theory (Basic & Advanced)
Inside of each unit folder are 3 packages:
-
challenges- Challenge programs to solidify skills -
lessons- Demonstration programs to teach concepts -
practice- Warm-ups and practice programs
Related code inside of those 3 packages may also be organized into subpackages.
This wiki is now deprecated. Please use our website instead!