-
Notifications
You must be signed in to change notification settings - Fork 5
Home

Skill-based system for ROS (SkiROS) is a robotic framework for industrial robots, that allows to develop cognitive behaviours organized in macro structures, defined "skills". The skills are applied on objects modelled in the world model and have a clear definition of pre- and post-conditions. It is possible to concatenate them, manually or by mean of a planner, in order to achieve a target state in the world model. This guide briefly presents how to start up the SkiROS system and execute skills.
For documentation of the API of SkiROS, have a look at the SkiROS doxygen documentation.
SkiROS should be installed first, see the Installation guide.
The SkiROS system consist of three shells running the main nodes (task manager, skill manager and world model) and a Graphical User Interface.
The system can be completely controlled and monitored from the GUI.
For more specific guides refer to:
- SkiROS development
- System launch
- SkiROS GUI