Difference between revisions of "FTC 2021 Season"

From wikidb
Jump to: navigation, search
(FTC Starter Bot)
(Guides)
Line 6: Line 6:
 
* [https://www.firstinspires.org/node/5146 FIRST Tech Challenge Volunteer Resources]
 
* [https://www.firstinspires.org/node/5146 FIRST Tech Challenge Volunteer Resources]
 
* [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 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)
  
 
= OR RAS TrainingBot =
 
= OR RAS TrainingBot =

Revision as of 17:22, 19 January 2022

Guides

FTC TF API

OR RAS TrainingBot

FTC Starter Bot