comparison org/body.org @ 74:fb810a2c50c2

trying to get the hand to work
author Robert McIntyre <rlm@mit.edu>
date Wed, 28 Dec 2011 06:44:36 -0700
parents 257a86328adb
children b26017d1fe9a
comparison
equal deleted inserted replaced
73:257a86328adb 74:fb810a2c50c2
728 (set-gravity world Vector3f/ZERO) 728 (set-gravity world Vector3f/ZERO)
729 (light-up-everything world) 729 (light-up-everything world)
730 (.setTimer world (NanoTimer.))) 730 (.setTimer world (NanoTimer.)))
731 (fn [_ _] 731 (fn [_ _]
732 (dorun (motor-map [0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0])))))) 732 (dorun (motor-map [0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0]))))))
733
734
735 #+end_src 733 #+end_src
736 734
737 735
738 736
739 737