comparison org/test-creature.org @ 157:84c67be00abe

refactored proprioception
author Robert McIntyre <rlm@mit.edu>
date Fri, 03 Feb 2012 06:21:39 -0700
parents e8df6e76c3e5
children 811127d79d24
comparison
equal deleted inserted replaced
156:e8df6e76c3e5 157:84c67be00abe
47 {:author "Robert McIntyre"}) 47 {:author "Robert McIntyre"})
48 48
49 ;; TODO remove this! 49 ;; TODO remove this!
50 (require 'cortex.import) 50 (require 'cortex.import)
51 (cortex.import/mega-import-jme3) 51 (cortex.import/mega-import-jme3)
52 (use '(cortex world util body hearing touch vision sense)) 52 (use '(cortex world util body hearing touch vision sense proprioception))
53 53
54 (rlm.rlm-commands/help) 54 (rlm.rlm-commands/help)
55 (import java.awt.image.BufferedImage) 55 (import java.awt.image.BufferedImage)
56 (import javax.swing.JPanel) 56 (import javax.swing.JPanel)
57 (import javax.swing.SwingUtilities) 57 (import javax.swing.SwingUtilities)