Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:getting_started [2014/11/24 16:30] – [Prolog tutorials] admin | doc:getting_started [2024/09/10 11:53] (current) – [Write your own modules] daniel86 | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Install the system ===== | ===== Install the system ===== | ||
- | Follow the [[/ | + | Follow the [[/ |
- | ===== Go through the beginner tutorials ===== | + | |
- | There is a number of [[/ | + | |
- | On the other hand, the provided queries | + | ===== Read the documentation on GitHub ===== |
+ | There is a number of README files formatted in markup description that are part of the [[https:// | ||
+ | They document | ||
===== Read about the concepts behind KnowRob ===== | ===== Read about the concepts behind KnowRob ===== | ||
- | To understand the design decisions and capabilities of the system, read about the [[important concepts]] and have a look at the related publications. | + | To understand the design decisions and capabilities of the system, read about the [[important concepts]] and have a look at the related publications. |
+ | There is a growing collection | ||
===== Learn OWL and Prolog ===== | ===== Learn OWL and Prolog ===== | ||
- | |||
For effectively //using// the KnowRob system, some basic knowledge about the main languages, OWL and Prolog, is helpful. It becomes a //definite MUST// when you would like to do some advanced stuff and start to // | For effectively //using// the KnowRob system, some basic knowledge about the main languages, OWL and Prolog, is helpful. It becomes a //definite MUST// when you would like to do some advanced stuff and start to // | ||
Line 23: | Line 24: | ||
- | ===== Write your own modules ===== | ||
- | |||
- | Once you have an overview of what KnowRob provides and know how to write OWL and Prolog, you can start to create your own KnowRob extensions. You will first need to decide which parts to implement in [[faq#Which programming language should I use for what purpose|which language]] and then then proceed to [[create your own KnowRob package]]. |