Difference between revisions of "FTC 2021 Season"

From wikidb
Jump to: navigation, search
(FTC TrainingBot)
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Guides =
 
= Guides =
  
 +
* [https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Using-TensorFlow-in-Freight-Frenzy Using TensorFlow in Freight Frenzy]
 
* [https://www.firstinspires.org/resource-library/ftc/game-and-season-info Game & Season Materials]
 
* [https://www.firstinspires.org/resource-library/ftc/game-and-season-info Game & Season Materials]
 
* [https://www.firstinspires.org/resource-library/ftc/technology-information-and-resources Programming Resources]
 
* [https://www.firstinspires.org/resource-library/ftc/technology-information-and-resources Programming Resources]
Line 7: Line 8:
 
* [https://www.firstinspires.org/sites/default/files/uploads/resource_library/ftc/legal-illegal-parts-list.pdf 2021-2022 Legal and Illegal Parts List]
 
* [https://www.firstinspires.org/sites/default/files/uploads/resource_library/ftc/legal-illegal-parts-list.pdf 2021-2022 Legal and Illegal Parts List]
  
= FTC TrainingBot =
+
= FTC TF API =
  
 +
* [https://first-tech-challenge.github.io/SkyStone/index.html?org/firstinspires/ftc/robotcore/external/tfod/TFObjectDetector.Parameters.html Class TFObjectDetector.Parameters]
 +
* [https://github.com/FIRST-Tech-Challenge/FtcRobotController/blob/master/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/ConceptTensorFlowObjectDetection.java ConceptTensorFlowObjectDetection.java]
 +
** most recent - look at history (or blame)
 +
* [https://libredd.it/r/FTC/comments/pu2p7u/freight_frenzytflite/ FREIGHT FRENZY.tflite location]
 +
 +
= OR RAS TrainingBot =
 +
 +
== Notes for The New Mini Training Robots Using OnBot Java ==
 +
 +
* [[FTC TrainingBot Hardware 20210927]]
 
* [[FTC TrainingBot Control Hub 20210920]]
 
* [[FTC TrainingBot Control Hub 20210920]]
 +
* [[FTC TrainingBot Driver Station 20210920]]
 
* [[FTC TrainingBot Power 20210920]]
 
* [[FTC TrainingBot Power 20210920]]
 +
 +
== Upgrading and Targeting Android Studio ==
 +
 +
* [[FTC TrainingBot Update Android Studio 20220221]] on Sisters (Dell laptop)
 +
 +
= Benson Java Training =
 +
 +
* [[FTC Just Enough Android Studio 20220223]]
 +
* [[FTC Motor Encoders 20200304]]
 +
* [[FTC Using methods 20203018]]
 +
* [[FTC Color Sensor 20200311]]
 +
* [[FTC Staying out of Trouble Incrementally 20220401]]
 +
* [[FTC A Hint of CanDo - TBD 20220422]]
 +
* [[FTC CanDo With TensorFlow 20220513]]
 +
 +
= Training Robots =
 +
 +
== MiniBot Training Robot ==
 +
'''TBD'''
 +
* [https://www.revrobotics.com/rev-45-1171/ MiniBot Hardware Kit]
 +
* [https://www.streamtechreviews.com/blog/logitech-c270-vs-c310-vs-c920 Logitech C270, C310, C920]
 +
 +
== FTC Starter Bot ==
 +
 +
* [https://docs.revrobotics.com/kickoff-concepts/ Kickoff Concepts]
 +
* [https://docs.revrobotics.com/kickoff-concepts/freight-frenzy-2021-2022/starter-bot-freight-frenzy Starter Bot Concepts]
 +
* [https://www.revrobotics.com/rev-45-1883/ REV-45-1883 FTC Starter Kit V3]

Latest revision as of 17:31, 19 May 2022

Guides

FTC TF API

OR RAS TrainingBot

Notes for The New Mini Training Robots Using OnBot Java

Upgrading and Targeting Android Studio

Benson Java Training

Training Robots

MiniBot Training Robot

TBD

FTC Starter Bot