ENPH253_Comp_Video.2.1.mov
Team Members: Brianna Gopaul, Ella Yan, Tristan Brown, Nathan Tourveille
(in progress)
In 6 weeks, we were tasked to build 2 autonomous robots that can play the game Overcooked, in real life. The goal of the competition is to earn the most points by making as many meal combinations as possible in 2 minutes. Each robot must be able to drive to ingredient areas, pick up individual ingredients and stack them to make burgers, salads and other meal combinations each worth a different amount of points. Finally, the robot must serve the meal on a plate at the serving area where an 1khz IR beacon is located.
![competition-surface](https://private-user-images.githubusercontent.com/38164818/355200244-4a3e769f-0b4e-4c0a-86f9-7d27019f055e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDI4NDgsIm5iZiI6MTczOTY0MjU0OCwicGF0aCI6Ii8zODE2NDgxOC8zNTUyMDAyNDQtNGEzZTc2OWYtMGI0ZS00YzBhLTg2ZjktN2QyNzAxOWYwNTVlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE4MDIyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFjZDIxOTU5MWU4MzZkZjU3YmJlOTRkYzZkYmJjY2ZlYTYzYzYxYmNlOWEwY2Y0ODVmNzc5YzhiYTJhY2E5ODImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.U_8nikBmuhl3X5Ff8QPJDpizG7fLhTc8typNR_3e3YM)
Our strategy was to make the most burgers possible in 2 minutes. Our first robot is located on the top region of the competition surface. It's designed to pick up ingredients and place them on the cooking surface for the second robot to pick up. The second robot picks up ingredients and stacks them in a chute. This chute vertically aligns the ingredients to make burgers. Once all the ingredients have been placed in the chute, the robot dispenses the ingredients on a plate.
![IMG_8871](https://private-user-images.githubusercontent.com/38164818/355211189-88dda804-2ab3-4c72-81c2-b679db210f3b.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDI4NDgsIm5iZiI6MTczOTY0MjU0OCwicGF0aCI6Ii8zODE2NDgxOC8zNTUyMTExODktODhkZGE4MDQtMmFiMy00YzcyLTgxYzItYjY3OWRiMjEwZjNiLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE4MDIyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZlMzBmMjU5YTAzYzE2M2E1OTUyNzdlZWViNDNmMjM3NThlYzBiZjA3NjZiYzlmNjhhZWRmZDRmOTEwZTA3YzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7xWPWTfMX6rqygj-dIKsdnXyiwGj4Nv0wjtCPDvDM3I)