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

From wikidb
Jump to: navigation, search
(References)
(References)
Line 7: Line 7:
 
= References =
 
= References =
  
FTC API Reference
+
* [[FTC_Color_Sensor_20200311]] FTC Color Sensor Lab
https://first-tech-challenge.github.io/SkyStone/index.html
+
  
* [[http://10.0.0.9/wiki/index.php/FTC_Color_Sensor_20200311 Color Sensor Lab]]
+
FTC API Reference
 +
* [https://first-tech-challenge.github.io/SkyStone/index.html]
  
 
Hue
 
Hue
Line 16: Line 16:
  
 
Color Sensor
 
Color Sensor
https://docs.revrobotics.com/color-sensor/application-examples
+
* [https://docs.revrobotics.com/color-sensor/application-examples]
  
 
from lab
 
from lab

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

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.