Describe the Bug
When running the Webots OSM importer with --enable-3D, the importer consistently crashes for me. Without --enable-3D, the same OSM input generates a .wbt correctly.
Steps to Reproduce
- Run the importer without 3D (works):
python resources/osm_importer/importer.py --no-trees --no-forests --input="test.osm" --output="test.wbt"