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
Last revisionBoth sides next revision
cram [2014/01/22 14:35] bbriebercram [2022/03/01 22:40] – [Acknowledgements] added K4R gkazhoya
Line 1: Line 1:
 ====== CRAM: Cognitive Robot Abstract Machine ====== ====== CRAM: Cognitive Robot Abstract Machine ======
  
-CRAM stands for Cognitive Robot Abstract Machine and is a set of ROS package to perform goal driven robots plan executionIt is based on the idea of a RPL (Robot Plan Language) by Drew McDermott.  +CRAM is a toolbox for designing, implementing and deploying 
-Currewntly it contains the following packages:+software on autonomous robots. The framework provides various 
 +tools and libraries for aiding in robot software development as 
 +well as geometric reasoning and fast simulation mechanisms to 
 +develop cognition-enabled control programs that achieve high levels of robot autonomyCRAM also provides tools 
 +for introspection that enable the robots to reason about their past 
 +executions and improve by autonomously optimizing their plans.
  
-   * [[doc/package/cram_language|cram_language]] is the core of CRAMIt contains extensions to common lisp especially designed for writing transparent robot control programs. +<html><!-- 
-  * [[doc/package/cram_reasoning|cram_reasoning]] contains an implementation of a Prolog like interpreter and the RETE algorithm. +CRAM is a software toolbox for the design, implementation and deployment of cognition-enabled plan execution on autonomous robotsCRAM equips autonomous robots with lightweight reasoning mechanisms that can infer control decisions rather than requiring the decisions to be preprogrammed. This way CRAM-programmed autonomous robots are more flexible and general than control programs that lack such cognitive capabilitiesCRAM does not require the whole reasoning domain to be stated explicitly in an abstract knowledge base. Rather, it grounds symbolic expressions into the perception and actuation routines and into the essential data structures of the control plans.
-  * [[doc/package/cram_designators|cram_designators]] +
-  * [[doc/package/cram_process_modules|cram_process_modules]]+
  
 +CRAM's domain-specific reactive concurrent language is based on the idea of [[ftp://ftp.cs.yale.edu/pub/technical-reports/tr864.ps.gz|RPL (Robot Plan Language) of Drew McDermott]]. 
 +--></html>
 +
 +The core packages of CRAM are implemented in Common Lisp (with a little bit of C/C++) with support to the ROS middleware infrastructure.
    
  
Line 16: Line 23:
 This project received funding from several funding agencies in different research projects. We would like to acknowledge the support from This project received funding from several funding agencies in different research projects. We would like to acknowledge the support from
  
-  * DFG Excellence Initiative research cluster //Cognition for Technical Systems ([[http://www.cotesys.org|CoTeSys]])// +  * BMWK project [[https://knowledge4retail.org/|Knowledge4Retail]] (Innovation competition “Artificial Intelligence”
-  * EU FP7 project [[http://www.roboearth.org|RoboEarth]] (grant agreement #248942+  * EU H2020 project [[http://www.refills-project.eu|REFILLS]] (grant agreement #731590). 
-  * EU FP7 project [[http://robohow.eu|RoboHow]] (grant agreement #288533) +  * DFG Project PIPE (project number 322037152) 
-  * EU FP7 project [[http://www.sherpa-project.eu|SHERPA]] (grant agreement #600958+  * DFG Collaborative Research Centre [[http://www.ease-crc.org|EASE -- Everyday Activity Science and Engineering]] (CRC #1320) 
-  * [[https://www.willowgarage.com|Willow Garage]] as part of the PR2 Beta Program+  * EU FP7 project SHERPA (grant agreement #600958) 
 +  * EU FP7 project RoboHow (grant agreement #288533) 
 +  * EU FP7 project Saphari (grant agreement #287513) 
 +  * EU FP7 project RoboEarth (grant agreement #248942
 +  * DFG Excellence Initiative research cluster CoTeSys -- Cognition for Technical Systems 
 +  * Willow Garage as part of the PR2 Beta Program 
 + 
 + 
 +===== Publications =====
  
 +Please see the relevant publications [[publications|here]].