Difference between revisions of "FTC 2018"

From wikidb
Jump to: navigation, search
(Resources)
(FTC SDK and Tools)
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
  
 
* [https://www.firstinspires.org/sites/default/files/uploads/resource_library/ftc/android-studio-tutorial.pdf Android Studio tutorial]
 
* [https://www.firstinspires.org/sites/default/files/uploads/resource_library/ftc/android-studio-tutorial.pdf Android Studio tutorial]
 +
* [[FTC Update Android Studio]]
 
* [http://ftckey.com/apis/ftc/index.html?com/qualcomm/robotcore/ Core FTC SDK] A reasonable starting link
 
* [http://ftckey.com/apis/ftc/index.html?com/qualcomm/robotcore/ Core FTC SDK] A reasonable starting link
 
* [http://ftckey.com/apis/ftc/index.html?com/qualcomm/robotcore/hardware/DcMotor.html FTC DCMotor Class]
 
* [http://ftckey.com/apis/ftc/index.html?com/qualcomm/robotcore/hardware/DcMotor.html FTC DCMotor Class]

Latest revision as of 14:20, 8 October 2019

Status

  • Code examples need to be properly credited and documented.

Tutorials

  1. FTC State
  2. FTC Light Sensor
  3. FTC Motor Encoders
  4. FTC Linear and Iterative OpMode
  5. FTC Vuforia Navigation and
  6. FTC Analyze FixIt Navigation Code
  7. FTC Tensor Flow Lite

Resources

FTC SDK and Tools

FTC Training Robot

FTC Competition

Java

Here are a couple of online courses I found. I have not reviewed them and cannot speak for their value. The one Udacity course I am enrolled in I found of high quality. I would like to hear about your experiences and course suggestions.

Blocks

  • [Blocks Programming Reference Manual - ORTOPwww.ortop.org/ftc/BlocksProgramming/BlocksProgrammingReferenceManual.pdf Blocks Programming Reference Manual By Bruce Schafer June 20, 2018]