Robo Ducky Repo
Driver control and Autonomous project files. Please commit responsibly
FTC Programming Resources: firstinspires.org/node/16936
-
General/TeleOp
- Java Video Tutorials https://www.youtube.com/playlist?list=PLEuGrYl8iBm7wW9gyxpLDhBJAOWDZid1P
- On Bot Java Guide and Control System: https://www.firstinspires.org/sites/default/files/uploads/resource_library/ftc/onbot-java-guide.pdf
-
Autonomus
-
Code Samples
- Sample Object Detection code: https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Java-Sample-Op-Mode-for-TensorFlow-Object-Detection
- Sample TeleOp Code: https://github.com/ftctechnh/ftc_app/blob/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/BasicOpMode_Iterative.java
- Sample Autonomous Code(Encoded): https://github.com/ftctechnh/ftc_app/blob/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/PushbotAutoDriveByEncoder_Linear.java
- Sample Autonomous Code(Time) https://github.com/ftctechnh/ftc_app/blob/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/PushbotAutoDriveByTime_Linear.java
- Object Detection in Fright Frenzy: https://github-wiki-see.page/m/WestsideRobotics/FTC-training/wiki/Using-TensorFlow-in-Freight-Frenzy
- Vuforia image localization: https://github.com/ftctechnh/ftc_app/blob/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/ConceptVuforiaNavigation.java