<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://robotwiki.cs.lth.se/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://robotwiki.cs.lth.se/feed.php">
        <title>robotwiki - documentation:skiros</title>
        <description></description>
        <link>https://robotwiki.cs.lth.se/</link>
        <image rdf:resource="https://robotwiki.cs.lth.se/_media/wiki:logo.png" />
       <dc:date>2026-06-06T03:50:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/documentation:skiros:compound_skills?rev=1687783458&amp;do=diff"/>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/documentation:skiros:library?rev=1674564323&amp;do=diff"/>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/documentation:skiros:primitive_skills?rev=1679640651&amp;do=diff"/>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/documentation:skiros:robotlab_stdlib?rev=1698071693&amp;do=diff"/>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/documentation:skiros:skill_description?rev=1687783184&amp;do=diff"/>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/documentation:skiros:start?rev=1673613794&amp;do=diff"/>
                <rdf:li rdf:resource="https://robotwiki.cs.lth.se/documentation:skiros:troubleshooting_skills?rev=1687783375&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://robotwiki.cs.lth.se/_media/wiki:logo.png">
        <title>robotwiki</title>
        <link>https://robotwiki.cs.lth.se/</link>
        <url>https://robotwiki.cs.lth.se/_media/wiki:logo.png</url>
    </image>
    <item rdf:about="https://robotwiki.cs.lth.se/documentation:skiros:compound_skills?rev=1687783458&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-26T12:44:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>compound_skills</title>
        <link>https://robotwiki.cs.lth.se/documentation:skiros:compound_skills?rev=1687783458&amp;do=diff</link>
        <description>Compound Skills

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

When it comes to SkiROS a compound skill can be implemented by extending SkillBase. This class can run arbitrary python code but it is mostly intended for calling other skills. If primitive skills are intepreted then compound skills are compiled, anything written in expand only specifies the behaviour tree, it isn&#039;t run when expand is called. A compound skill has the following stages of exec…</description>
    </item>
    <item rdf:about="https://robotwiki.cs.lth.se/documentation:skiros:library?rev=1674564323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-24T12:45:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>library</title>
        <link>https://robotwiki.cs.lth.se/documentation:skiros:library?rev=1674564323&amp;do=diff</link>
        <description>Skiros2 template library

Use this template library as basis for creating a new skill library

Local mirror: &lt;https://git.cs.lth.se/robotlab/rvmi/skiros2_template_lib&gt; 

Official repository: &lt;https://github.com/RVMI/skiros2_template_lib&gt;</description>
    </item>
    <item rdf:about="https://robotwiki.cs.lth.se/documentation:skiros:primitive_skills?rev=1679640651&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-24T06:50:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>primitive_skills</title>
        <link>https://robotwiki.cs.lth.se/documentation:skiros:primitive_skills?rev=1679640651&amp;do=diff</link>
        <description>Primitive Skills

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

When it comes to SkiROS primitive skills are skills that perform some kind of computation which cannot call other skills. A primitive skill extends</description>
    </item>
    <item rdf:about="https://robotwiki.cs.lth.se/documentation:skiros:robotlab_stdlib?rev=1698071693&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-23T14:34:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>robotlab_stdlib</title>
        <link>https://robotwiki.cs.lth.se/documentation:skiros:robotlab_stdlib?rev=1698071693&amp;do=diff</link>
        <description>Robotlab SkiROS2 Standard Library

Documentation home for the standard library.</description>
    </item>
    <item rdf:about="https://robotwiki.cs.lth.se/documentation:skiros:skill_description?rev=1687783184&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-26T12:39:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>skill_description</title>
        <link>https://robotwiki.cs.lth.se/documentation:skiros:skill_description?rev=1687783184&amp;do=diff</link>
        <description>Skill Description

This page will refer to example skills 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 po…</description>
    </item>
    <item rdf:about="https://robotwiki.cs.lth.se/documentation:skiros:start?rev=1673613794&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-13T12:43:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://robotwiki.cs.lth.se/documentation:skiros:start?rev=1673613794&amp;do=diff</link>
        <description>SkiROS

	*  TODO: Skill libraries
			*  TODO: How configure which to load?
			*  TODO: How configure which speciic skills to load?
			*  TODO: Common issues, maksed import errors
			*  TODO: Specify specific skills to load</description>
    </item>
    <item rdf:about="https://robotwiki.cs.lth.se/documentation:skiros:troubleshooting_skills?rev=1687783375&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-26T12:42:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>troubleshooting_skills</title>
        <link>https://robotwiki.cs.lth.se/documentation:skiros:troubleshooting_skills?rev=1687783375&amp;do=diff</link>
        <description>Troubleshooting Skills

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

Your skill is not found by SkiROS, now what? Here are some basic things to make sure are correct before you give up on ever working with SkiROS again.</description>
    </item>
</rdf:RDF>
