Difference between revisions of "FTC 2018"

From wikidb
Jump to: navigation, search
(Java)
(FTC SDK and Tools)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
= Status =
 +
 +
* Code examples need to be properly credited and documented.
 +
 +
= Tutorials =
 +
 +
# [[FTC State]]
 +
# [[FTC Light Sensor]]
 +
# [[FTC Motor Encoders]]
 +
# [[FTC Linear and Iterative OpMode]]
 +
# [[FTC Vuforia Navigation and]]
 +
# [[FTC Analyze FixIt Navigation Code]]
 +
# [[FTC Tensor Flow Lite]]
 +
 
= Resources =
 
= Resources =
  
 
== FTC SDK and Tools ==
 
== FTC SDK and Tools ==
 +
 +
* [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/hardware/DcMotor.html FTC DCMotor Class]
 +
 +
== FTC Training Robot ==
 +
 +
* [[FTC Training Robot Locomotion]]
  
 
== FTC Competition ==
 
== FTC Competition ==
Line 9: Line 32:
 
== Java ==
 
== Java ==
  
* [http://stemrobotics.cs.pdx.edu/node/4196 Robotics 201: Java for Robots] Java resources from the STEMRobotics site]
+
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.
 +
* [https://www.udacity.com/course/java-programming-basics--ud282 Java Programming Basics] This free online course is from Udacity
 +
* [http://stemrobotics.cs.pdx.edu/node/4196 Robotics 201: Java for Robots] Java resources from the STEMRobotics site at Portland State University - Under Construction
  
= Tutorials =
+
== Blocks ==
  
# [[FTC State]]
+
* [Blocks Programming Reference Manual - ORTOPwww.ortop.org/ftc/BlocksProgramming/BlocksProgrammingReferenceManual.pdf Blocks Programming Reference Manual By Bruce Schafer June 20, 2018]
# [[FTC Light Sensor]]
+
# [[FTC Motor Encoders]]
+

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]