Mercurial > cortex
diff org/thesis.org @ 332:698d48b91cd5
made basic include structure for thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 19 Jul 2012 19:38:45 -0500 |
parents | 0c9e972c85a4 |
children | f4ef73370da1 |
line wrap: on
line diff
1.1 --- a/org/thesis.org Thu Jul 19 19:17:52 2012 -0500 1.2 +++ b/org/thesis.org Thu Jul 19 19:38:45 2012 -0500 1.3 @@ -5,7 +5,7 @@ 1.4 #+keywords: AI, simulation, jMonkeyEngine3, clojure, virtual reality 1.5 #+SETUPFILE: ../../aurellem/org/setup.org 1.6 1.7 -* Multiple senses are compelling for AI. 1.8 +* COMMENT Multiple senses are compelling for AI. 1.9 #+include: "./intro.org" 1.10 1.11 * Virtual reality is vastly easier than actual reality. 1.12 @@ -14,15 +14,33 @@ 1.13 1.14 * Cortex is my attempt at such a framework. 1.15 1.16 -** Cortex uses jMonkeyEngine3 to create virtual worlds... 1.17 -** ...and Blender to describe virtual creatures. 1.18 -** Senses are all 2d surfaces with embedded sensor elements. 1.19 -** Thousands of hair-like elements simulate touch. 1.20 -** Vision is modeled after the human retina. 1.21 -** Cortex provides general simulated hearing. 1.22 -** Proprioception and Movement provide a sense of embodiment. 1.23 +** COMMENT Cortex uses jMonkeyEngine3 to create virtual worlds... 1.24 +#+include: "./world.org" 1.25 +#+include: "./util.org" 1.26 1.27 -* The Worm 1.28 +** COMMENT ...and Blender to describe virtual creatures. 1.29 + 1.30 +** COMMENT Bodies are articulated rigid constructs 1.31 +#+include: "./body.org" 1.32 + 1.33 +** COMMENT Senses are all 2d surfaces with embedded sensor elements. 1.34 +#+include: "./sense.org" 1.35 + 1.36 +** COMMENT Thousands of hair-like elements simulate touch. 1.37 +#+include: "./touch.org" 1.38 + 1.39 +** COMMENT Vision is modeled after the human retina. 1.40 +#+include: "./vision.org" 1.41 + 1.42 +** COMMENT Cortex provides general simulated hearing. 1.43 +#+include: "./hearing.org" 1.44 + 1.45 +** COMMENT Proprioception and Movement provide a sense of embodiment. 1.46 +#+include: "./proprioception.org" 1.47 +#+include: "./movement.org" 1.48 + 1.49 +* COMMENT The Hand 1.50 +#+include: "./integration.org" 1.51 1.52 * The Reusable Self Learning Joint 1.53