Note: This is a snapshot of the RobMoSys Wiki as of January 31 2019. Live Version for this page.
modeling:metamodels:skill-definition

Skill Definition Metamodel

A skill provides access to functionalities realized by components for robotics behavior development. Skills lift the level of abstraction from functional and service to a skill abstraction level, being usable from a task abstraction level for robotics behavior development.

Skill definitions define the interface of skills on Composition Tier 2. Skills are realized on Tier 3 next to the component providing the required functionality, following a skill definition. Separating skill definitions and skill realizations enables the replacement and the composition of components (providing the same skill) and decouples the component from the behavior developer and the technology used to realize robotics behavior development. Skill definitions and skills are grouped in sets to model their semantic cohesion.

A skill definition as the interface of a skill contains input and output attributes of a primitive type (int, bool , etc.) and return a result (SkillResult). The sum of all contained SkillResults models the possible results a skill could evaluate to. Each SkillResult maps to either SUCCESS or ERROR and contains an additional value to provide further result details (e.g. ERROR and “Path Blocked” for a moveto Skill).

See also

Acknowledgement

modeling:metamodels:skill-definition · Last modified: 2019/05/20 10:50
http://www.robmosys.eu/wiki-sn-03/modeling:metamodels:skill-definition