Difference between revisions of "FTC A Hint of CanDo - TBD 20220422"

From wikidb
Jump to: navigation, search
(Why)
Line 3: Line 3:
 
= Why =
 
= Why =
  
* The CanDo program will provide practice for creating competition programs.
+
* Let’s have a little fun practice what we’ve learned by writing a CanDo program. We see who can knock a gold cube off our planing field. We may see who can do it the fastest. Later we will improve our program by recognizing where the gold cube is using Machine Learning with TensorFlow.
  
 
= CanDo Proof of Concept Code =
 
= CanDo Proof of Concept Code =

Revision as of 14:34, 22 April 2022

TBD: Add details

Why

  • Let’s have a little fun practice what we’ve learned by writing a CanDo program. We see who can knock a gold cube off our planing field. We may see who can do it the fastest. Later we will improve our program by recognizing where the gold cube is using Machine Learning with TensorFlow.

CanDo Proof of Concept Code

Beginning of a CanDo type of autonomous program. test the driveUntilColor and justDriveForATime methods.