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:getting_started [2014/06/10 17:56] gkazhoyadoc:getting_started [2022/02/07 11:52] (current) gkazhoya
Line 1: Line 1:
 ====== Getting started ====== ====== Getting started ======
 ~~NOTOC~~ ~~NOTOC~~
-The following list is intended as a guideline how to get started using CRAM.+The following list is intended as a guideline on how to get started using CRAM.
  
   * You can install CRAM packages following the [[../installation|Installation]] instructions.   * You can install CRAM packages following the [[../installation|Installation]] instructions.
  
   * To learn how to comfortably use the recommended development environment, check the [[ide|Setup and IDE]] page, which describes the main software components of the development environment, how to set them up and how to use them.   * To learn how to comfortably use the recommended development environment, check the [[ide|Setup and IDE]] page, which describes the main software components of the development environment, how to set them up and how to use them.
 +
 +  * To get a very quick crash course in Lisp, check the commands [[doc:getting_started:lisp_crash_course|here]].
  
   * If you are looking to acquire hands-on experience with CRAM, look through the [[../tutorials|Tutorials]]   * If you are looking to acquire hands-on experience with CRAM, look through the [[../tutorials|Tutorials]]
Line 11: Line 13:
   * To learn more about the theoretical backgrounds of CRAM check out the [[../publications|Publications]] page.   * To learn more about the theoretical backgrounds of CRAM check out the [[../publications|Publications]] page.
  
-  * To broaden your background knowledge on Robotics, AI, Planning and Lisp consult the [[links/Links]] page.+  * To broaden your background knowledge on Robotics, AI, Planning and Lisp consult the [[links|Links]] page. 
 + 
 +  * Before starting to write your own CRAM packages skim through the [[http://cram-system.org/doc/guidelines|Programming Guidelines]] page.