Steps to Reproduce:
Run the OpenStreetMap Importer with the 3D elevation option:
python3 importer.py --enable-3D --no-trees --no-forests --input=myMap.osm --output=myMap.wbt
Observe the scene: The elevation grid appears rotated 90 degrees counterclockwise relative to the main scene elements (roads, buildings, etc.).
Additionally, the elevation grid is generated as a separate entity from the main scene ground, which remains completely flat. All roads and buildings are placed on this flat ground at the same elevation level, ignoring the 3D terrain.
Expected Behavior:
The elevation grid should align correctly with the main scene (no rotation).
The main scene ground should incorporate the 3D elevation data, with roads and buildings positioned accordingly on the varied terrain rather than on a separate flat layer.