comparison org/movement.org @ 386:ff0d8955711e

minor fix in movement.org, reviewed more journal articles.
author Robert McIntyre <rlm@mit.edu>
date Wed, 29 May 2013 17:17:08 -0400
parents 2e7d786241d3
children 5205535237fb
comparison
equal deleted inserted replaced
384:c135b1d0d0bc 386:ff0d8955711e
173 displays each element of the list to the screen." 173 displays each element of the list to the screen."
174 [] 174 []
175 (view-sense movement-display-kernel)) 175 (view-sense movement-display-kernel))
176 #+end_src 176 #+end_src
177 177
178 * Adding Touch to the Worm 178 * Adding Muscles to the Worm
179 179
180 To the worm, I add two new nodes which describe a single muscle. 180 To the worm, I add two new nodes which describe a single muscle.
181 181
182 #+attr_html: width=755 182 #+attr_html: width=755
183 #+caption: The node highlighted in orange is the parent node of all muscles in the worm. The arrow highlighted in yellow represents the creature's single muscle, which moves the top segment. The other nodes which are not highlighted are joints, eyes, and ears. 183 #+caption: The node highlighted in orange is the parent node of all muscles in the worm. The arrow highlighted in yellow represents the creature's single muscle, which moves the top segment. The other nodes which are not highlighted are joints, eyes, and ears.