-
I am trying to simulate a 2d "missile seeker" (a lens with two photodiodes) to allow the vehicle to track and aim toward the light source. To do this, I need to be able to move and aim the "sensing system" (the lens and detector assembly) and iterate over time with a "guidance algorithm" (a little py script). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The only way available currently is to use the JavaScript console of the browser. See #142. |
Beta Was this translation helpful? Give feedback.
-
See #141 (comment) for a new experimental implementation of module object. Currently there is no iterating feature but may be added later. |
Beta Was this translation helpful? Give feedback.
The only way available currently is to use the JavaScript console of the browser. See #142.