Our project seeks to create a robot that can assist bartenders by creating cocktails for customers. We seek to create a fully functional 3-D robotic system that is able to upon user request assemble, package and serve a cocktail of their choosing. This embedded system will have a GUI that the user will be able to interact with.
@NickCapstone For your MIS Semantics, I believe there can be more detail on how the modules will work. For example, MIS for Python HW Semantics 8.4.1 State Variables
Drink: Ceasar, Mojito, Margarita, etc... all the cocktails the product can mix
cocktailCreated: cocktailCreated
8.4.2 Environment Variables
All the ingredients can hold but written in variables. 8.4.4 Access Routine Semantics
makeCocktail():-->Ceasar()-->Vodka()-->ClamatoJuice()-->Sauce()-->Ready() output:
If Drink order is sent
and If Cup is at machine
and If Appropriate Ingredients are available
exception: If Ingredients are not available or If Cups not available
@NickCapstone For your MIS Semantics, I believe there can be more detail on how the modules will work. For example, MIS for Python HW Semantics 8.4.1 State Variables Drink: Ceasar, Mojito, Margarita, etc... all the cocktails the product can mix cocktailCreated: cocktailCreated 8.4.2 Environment Variables All the ingredients can hold but written in variables. 8.4.4 Access Routine Semantics makeCocktail():-->Ceasar()-->Vodka()-->ClamatoJuice()-->Sauce()-->Ready() output: If Drink order is sent and If Cup is at machine and If Appropriate Ingredients are available exception: If Ingredients are not available or If Cups not available
Great work. Can't wait for this demo.