Myro.getObstacles crashes in (scheme)

Issue #1 resolved
Keith O'Hara created an issue

(using "Myro")

(Myro.init "sim")

(Myro.getObstacle "center" 6)

Comments (4)

  1. Doug Blank

    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.

  2. Log in to comment