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

From wikidb
Jump to: navigation, search
(References)
(References)
Line 5: Line 5:
 
* 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.
 
* 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.
  
= References =
+
= Color Sensor Lab References =
  
 
* [[FTC_Color_Sensor_20200311]] FTC Color Sensor Lab
 
* [[FTC_Color_Sensor_20200311]] FTC Color Sensor Lab

Revision as of 15:05, 28 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.

Color Sensor Lab References

FTC API Reference

Hue https://en.wikipedia.org/wiki/Hue

Color Sensor

from lab


Color Calculator

CanDo Proof of Concept Code

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