Remix this project and add code to make the car automatically drive around the track to complete a lap. Rules: ------- The car has four sensors at each of its corners: - Red at FRONT-LEFT - Green at FRONT-RIGHT - Blue at BACK-RIGHT - Orange at BACK-LEFT There are two backdrops - the first features a simple circular track, the second a more complex path. Your truck should be able to self-drive successfully on either track without leaving the path. The car should stop when it drives over the black line. Further Instructions: ----------------------- You will need to test whether these sensors are touching the track/grass as it moves. Your code should NOT make your car follow a fixed route for each backdrop, instead your code should continuously check if the car is on the path and, if not, make adjustments so that it stays on the path.
Thanks to Mr. Graham for the idea of making an automated sprite motion project!