Last modified by Harmen Kroon on 2022/04/05 12:57

From version Icon 11.1 Icon
edited by Harmen Kroon
on 2022/04/04 14:58
Change comment: There is no comment for this version
To version Icon 15.1 Icon
edited by Harmen Kroon
on 2022/04/04 15:18
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,8 +1,10 @@
1 1  
2 2  == Ontology ==
3 -A specification of a conceptualization. That is, an ontology is a description of the concepts and relationships that exist within a certain domain. We have specified an upper ontology based on the entities, locations and activities and their relationships as well as an interaction ontology laying out all the expressivities and sensing between MiRo and its environment in [[SCE 2022 start.Ontology.WebHome]]. The ontology show which human and/or machine entities interact and in which context the interaction is performed. Our other ontology diagram is focused on more detailed interaction between the MiRo robot and other entities and shows which sensors and actuators are used in the specific interaction.
3 +An ontology is a specification of a conceptualization. That is, an ontology is a description of the concepts and relationships that exist within a certain domain [[(Gruber, T. 2018)>>https://queksiewkhoon.tripod.com/ontology_01.pdf]] in our case the WAF product. We use these ontologies to share knowledge and to commit to an ontological basis that ensures consistency within the team.
4 +We have specified an upper ontology based on the entities, locations and activities and their relationships as well as an interaction ontology laying out all the expressivities and sensing between MiRo and its environment in [[Main.Ontology]]. The upper ontology show which human and/or machine entities interact and in which context the interaction is performed. Our interaction ontology diagram is focused on more detailed interaction between the MiRo robot and other entities and shows which sensors and actuators are used in the specific interaction.
4 4  
5 5  
7 +
6 6  == Design Pattern ==
7 7  Design patterns are reusable "bits" that can be used in a larger system. We have designed two types of [[design patterns>>https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group02/view/Main/Design%20Patterns/]]: team design patterns and interaction design patterns. The team design patterns give a high-level overview of the interaction [[(Van Diggelen & Johnson, 2019)>>https://doi.org/10.1145/3349537.3351892]]. They describe the teamwork: how the human and robot should work together to complete a common task. Both physical and cognitive tasks or components of tasks can be visualized. For our team design pattern, we made a small state diagram, as the human is able to have different levels of control. This helped us specify our core interaction and state diagram too, and showed us which areas needed some more thought: if the human loses concentration, we can use our interaction design patterns to get their attention and guide them back.
8 8