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 how to track a line
Please watch this video to learn how to track a line for a certain condition.
For this challenge, you will program your robot to follow a line using an If-Then-Else block inside a forever repeat loop. IF the robot senses red/black THEN it will turn a little bit to the left. If the robot does not sense red/black ELSE it will turn a little bit to the right.
For this challenge, you will program your robot to follow a line using an If-Then-Else block inside a repeat loop. IF the robot senses red/black THEN it will turn a little bit to the left. If the robot does not sense red/black ELSE it will turn a little bit to the right. This will be repeated until the robot travels 3 rotations.
Automatic guided robots (AMR) have been used to move around by following a path or line. Since you are a programming and robotics expert in the Legendary Mr. Riess' class a big company, Smazon, has hired you to program and test your own AMR to help speed up their truck packing process. For this challenge, you will program your robot to follow a line to take its supplies to the truck to be loaded. You must program your robot to follow the "path" aka tape without going off track. Your robot will track the left side of the "path" all the way to the end and then stop and exit its program. Good Luck!
Automatic guided robots (AMR) have been used to move around by following a path or line. Since you are a programming and robotics expert in the Legendary Mr. Riess' class a big company, Smazon, has hired you to program and test your own AMR to help speed up their truck packing process. For this challenge, you will program your robot to follow a line to take its supplies to the truck to be loaded. You must program your robot to follow the "path" aka tape without going off track. Your robot will track the left side of the "path" until there is an obstacle in the way, in which case you need to switch to the right side of the path. You will follow the path all the way to the end and then stop and exit its program. Good Luck!