Students will code different programs for their robot to complete.
*The Classwork assignments are based off the Autopilot Robot and sensors found in the VEX IQ System. Teachers may use the PPT File and modify the tasks based on their chosen robotics platform.
Teacher will ask students to build a default basebot or drivebase from the robotics kit. Teacher should also introduce to the students the coding platform and how to download code to the robot.
On the coding platform, teacher should introduce the use of "comments" in code.
Code Comments - the practice of including short, single-line notes throughout your code
Explains how your program works, and your intentions behind it
Comments don't have any effect on your program
Should explain what a particular function does
Explain something that might not be obvious to the reader
Clarify your intention of a certain line or block of code
Should NOT duplicate code
Comments in the grey blocks