documentation:skiros:skill_description

This is an old revision of the document!


Skill Description

This page will refer to example skill from this repository written by Pontus Rosqvist.

A skill description extends SkillDescription and is an object which keeps track of which parameters a skill has, what type the parameters are and if they are required, can be inferred or optional. In the skill description one also specifies any conditions which need to be met, these can be pre-conditions (before the skill is executed), hold-conditions (while the skill is executing) and post-conditions (after the skill has been executed). These conditions only need to be specified, SkiROS then takes care of checking that they hold. An example of a skill description can be seen in basic_primitive, skill_phases and infer_parameters among others.

Post-conditions

  • documentation/skiros/skill_description.1679594543.txt.gz
  • Last modified: 2023/03/23 18:02
  • by pontusr