Below you will find a tutorial list of videos and instructions for you to follow. Please follow each tutorial and complete the assignment located on google classroom for credit.
Please watch this video to learn about repeated decisions
Please watch this video to learn about repeated decisions for a certain condition.
For this challenge, you will program your robot to make a repeated decision using an If-Then-Else block inside a forever repeat loop. IF the robot senses an object in front of the robot THEN it will stop and wait a second. If the robot does not sense something in front of the robot ELSE continue to move forward.
For this challenge, utilizing an if-then-else block inside a repeat loop you will program your robot to make a repeated decision. IF the robot senses something in front of the robot THEN make your robot stop and wait. If the robot does not sense something in front of the robot ELSE continue to move forward. This decision should be repeated until your color sensor senses green.
Orchard is back! For this challenge, you will program your robot to act as a tractor to water your apple orchard. Your 'tractor' must move through the orchard without running over any of my trees (tape). Your "tractor" has its sprinkler on the left side of its body. You must program your tractor to water both sides of the tree lines using its left side. The twist this time is that there are now obstacles left in the way of the tractor as a couple of boxes of apples have fallen off the backs of the apple trucks. While watering the trees if your tractor senses the fallen apple boxes it must stop and wait for the boxes to be removed. Once the boxes are removed the tractor can continue to water the rest of the orchard. Good Luck!