Day 3-5

On Tuesday, we continued to work with Mr. Zabell to plan the configuration of the game field. We proceeded with designing and creating a strategy. Additionally, we practiced our 3D printing skills for prototyping and continued planning for our chairman’s video. Finally, we put the finishing touches on our flyer for our event, the Regal Robo Rally. 

Chris, the program lead, was working on initializing the color tester for the color wheel. The code involved some of the following:

  • Making a default command that compares the current individual red green blue values, to pre-stored variables 
  • Add tolerance for lower and higher numbers with code such as:
    • math.abs(currentRed - red);