Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
doc:getting_started [2024/09/10 11:52] – [Install the system] daniel86 | doc:getting_started [2024/09/10 11:53] (current) – [Write your own modules] daniel86 | ||
---|---|---|---|
Line 23: | Line 23: | ||
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:// | 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:// | ||
- | ===== 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]]. | ||