Difference between revisions of "FTC 2018"

From wikidb
Jump to: navigation, search
(Tutorials)
Line 1: Line 1:
 +
= Resources =
 +
 
= Tutorials =
 
= Tutorials =
  
Line 4: Line 6:
 
# [[FTC Light Sensor]]
 
# [[FTC Light Sensor]]
 
# [[FTC Motor Encoders]]
 
# [[FTC Motor Encoders]]
 
== State ==
 
 
== Light Sensor ==
 
 
== Motor Encoders ==
 
 
* [http://stemrobotics.cs.pdx.edu/node/4746 Lesson: Exercise: Using Encoders] STEMRobotics - The example code I used
 
* [http://modernroboticsedu.com/mod/lesson/view.php?id=76&pageid=87 Motor Modes]
 
* [https://en.wikipedia.org/wiki/PID_controller PID Controller]
 
** See Mathematical form for equation
 
** See Manual tuning for P I D constant impacts
 
* [https://ftc-tricks.com/dc-motors/ Overview: DC Motors]
 
 
=== Example Code ===
 
* [[FTC Drive Encoder Code]] From STEMRobotics site
 
* [[FTC Drive Straight Code]]
 
* [[FTC Drive Power Code]]
 

Revision as of 09:58, 21 September 2018

Resources

Tutorials

  1. FTC State
  2. FTC Light Sensor
  3. FTC Motor Encoders