Mercurial > cortex
comparison org/joint.org @ 346:83afb1fcc999
add touch sensors and mass.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 22 Jul 2012 11:18:47 -0500 |
parents | d6b1c486317d |
children | ef958c44563d |
comparison
equal
deleted
inserted
replaced
345:91070e1f96bf | 346:83afb1fcc999 |
---|---|
1 | |
2 | |
3 * A self learning joint | |
1 | 4 |
2 | 5 |
3 | 6 |
4 | 7 |
5 | 8 |
11 #+begin_src clojure | 14 #+begin_src clojure |
12 (ns cortex.joint | 15 (ns cortex.joint |
13 (:require cortex.import)) | 16 (:require cortex.import)) |
14 | 17 |
15 (cortex.import/mega-import-jme3) | 18 (cortex.import/mega-import-jme3) |
19 (rlm.rlm-commands/help) | |
16 #+end_src | 20 #+end_src |
17 | 21 |
18 | 22 |
19 * COMMENT Generate Source | 23 * COMMENT Generate Source |
20 | 24 |
21 #+begin_src clojure :tangle ../src/cortex/joint.clj | 25 #+begin_src clojure :tangle ../src/cortex/joint.clj |
22 <<joint-header>> | 26 <<joint-header>> |
23 #+end_src | 27 #+end_src |
28 |