Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:package:cram_language [2013/12/12 15:14] gkazhoyadoc:package:cram_language [2021/05/02 20:56] (current) gkazhoya
Line 1: Line 1:
 +**Disclaimer: this page is outdated, so some code might not run. See the Tutorials page for more up to date code.**
 +
 ====== cram_language ====== ====== cram_language ======
  
Line 208: Line 210:
  
 By structuring the robots plans as goals the executive framework gains new meta-abilities, such as the robot being able to explain at any time what purpose it is following, or handling of failures at runtime given the context of current purposes. By structuring the robots plans as goals the executive framework gains new meta-abilities, such as the robot being able to explain at any time what purpose it is following, or handling of failures at runtime given the context of current purposes.
 +
 +==== Further References ====
 +A clear and complete introduction is [[https://common-lisp.net/~trittweiler/bachelor-thesis.pdf|Tobias Christian Rittweiler's bachelor thesis on CRAM language]].