Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
doc:getting_started [2021/02/18 07:56] – [Read about the concepts behind KnowRob] daniel86doc:getting_started [2021/02/18 07:58] (current) daniel86
Line 13: Line 13:
 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 of KnowRob related articles that are listed [[http://knowrob.org/publications|here]]. There is a growing collection of KnowRob related articles that are listed [[http://knowrob.org/publications|here]].
 +
 ===== 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 //implement// your own modules. Below are links to good tutorials that will get you started. 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 //implement// your own modules. Below are links to good tutorials that will get you started.
Line 21: Line 22:
 ==== Prolog tutorials ==== ==== Prolog tutorials ====
 While you don't need sophisticated Prolog skills in the beginning for asking simple queries, you should have a rough understanding of how a Prolog program looks like and what the basic concepts are. Once you start to implement your own queries and (later) your own modules, knowledge of Prolog becomes more and more important. The tutorials at http://www.learnprolognow.org/ are a very good introduction -- try to follow them at least until Lesson 6. The [[http://swi-prolog.org/pldoc/doc_for?object=manual|SWI Prolog Reference Manual]] provides a comprehensive overview of the available predicates. While you don't need sophisticated Prolog skills in the beginning for asking simple queries, you should have a rough understanding of how a Prolog program looks like and what the basic concepts are. Once you start to implement your own queries and (later) your own modules, knowledge of Prolog becomes more and more important. The tutorials at http://www.learnprolognow.org/ are a very good introduction -- try to follow them at least until Lesson 6. The [[http://swi-prolog.org/pldoc/doc_for?object=manual|SWI Prolog Reference Manual]] provides a comprehensive overview of the available predicates.
- 
  
 ===== Write your own modules ===== ===== 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]]. 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]].