changeset 72:6f1c86126d51

adding senses brainstoming list
author Robert McIntyre <rlm@mit.edu>
date Wed, 14 Dec 2011 17:41:19 -0700
parents a1e421d9c485
children 257a86328adb
files org/body.org org/sense-list.org
diffstat 2 files changed, 39 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/body.org	Sun Dec 11 22:32:28 2011 -0700
     1.2 +++ b/org/body.org	Wed Dec 14 17:41:19 2011 -0700
     1.3 @@ -5,8 +5,6 @@
     1.4  #+SETUPFILE: ../../aurellem/org/setup.org
     1.5  #+INCLUDE: ../../aurellem/org/level-0.org
     1.6  
     1.7 -
     1.8 -
     1.9  * Proprioception
    1.10  #+name: proprioception
    1.11  #+begin_src clojure 
    1.12 @@ -177,7 +175,7 @@
    1.13      segmentB))
    1.14  
    1.15  (defn eve-worm
    1.16 -  "Create a worm body bound by invisible joint constraints."
    1.17 +  "Create a worm-like body bound by invisible joint constraints."
    1.18    []
    1.19    (let [segments (worm-segments 0.2 5 0.1 0.1)]
    1.20      (dorun (map (partial apply connect-at-midpoint)
    1.21 @@ -308,10 +306,6 @@
    1.22              (joint-proprioception joint))))))))
    1.23  #+end_src
    1.24  
    1.25 -#+results: test-body
    1.26 -: #'test.body/test-proprioception
    1.27 -
    1.28 -
    1.29  
    1.30  * COMMENT code-limbo
    1.31  #+begin_src clojure
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/org/sense-list.org	Wed Dec 14 17:41:19 2011 -0700
     2.3 @@ -0,0 +1,38 @@
     2.4 +* Brainstorming different sensors and effectors.
     2.5 +
     2.6 +
     2.7 +Every sense that we have should have an effector that changes what
     2.8 +that sense (or others who have that sense) experiences.
     2.9 +
    2.10 +
    2.11 +* Classic Senses
    2.12 +| Sense                        | Effector                        |
    2.13 +|------------------------------+---------------------------------|
    2.14 +| Vision                       | Variable Coloration             |
    2.15 +| Hearing                      | Speech                          |
    2.16 +| Proprioception               | Movement                        |
    2.17 +| Smell/Taste (Chemoreception) | Pheremones                      |
    2.18 +| Touch                        | Movement / Controllable Texture |
    2.19 +| Acceleration                 | Movement                        |
    2.20 +| Balance (sense gravity)      | Movement                        |
    2.21 +|                              |                                 |
    2.22 +
    2.23 +
    2.24 +* New Senses/Effectors
    2.25 +
    2.26 +** Levitation
    2.27 +** Telekenesis
    2.28 +
    2.29 +** Symbol Sense
    2.30 +   Where objects in the world can be queried for description /
    2.31 +   symbols.
    2.32 +
    2.33 +** Symbol Marking
    2.34 +   The ability to mark objects in the world with your own descriptions
    2.35 +   and symbols.
    2.36 +
    2.37 +* Vision 
    2.38 +  Distinguish the polarization of light
    2.39 +  Color
    2.40 +  Movement
    2.41 +