BerkeleyLearnVerify / Scenic

A compiler and scenario generator for the Scenic scenario description language.
https://scenic-lang.org/
Other
271 stars 93 forks source link

Fix importing scenic.simulators.carla package #158

Closed dfremont closed 1 year ago

dfremont commented 1 year ago

Restores the ability to import the scenic.simulators.carla package from Python, which had broken due to the scenic.simulators.carla.simulator Python module trying to import the Scenic module scenic.simulators.carla.blueprints (see #155). The latter is now made an ordinary Python module.