- changed component to scheme
(using "Myro")
(Myro.init "sim")
(Myro.getObstacle "center" 6)
(using "Myro")
(Myro.init "sim")
(Myro.getObstacle "center" 6)
Good find. The issue is actually with raising exceptions in the SimScribbler. This same error would happen in Python, or any language. Solution applied in revision #2479, but we need to search for more places where this can occur, so we shouldn't close this yet.
Ok, all fixed, revision #2480.
fixed in svn #2480