carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
10.83k stars 3.48k forks source link

Assertion failed when importing a map #5787

Open vttitta opened 1 year ago

vttitta commented 1 year ago

CARLA version: 0.9.13 built from source version Platform/OS: Windows 10 Problem you have experienced: I'm trying to import a map to CARLA using this tutorial https://carla.readthedocs.io/en/0.9.13/tuto_M_add_map_source/ => putting my FBX and XODR files to import-folder and make import. Import fails with Assertion failed: _length > 0.0 What you expected to happen: Import functional map to Carla Other information (documentation you consulted, workarounds you tried): I originally thought it was because my map is pretty large (about 5kmx5km) and reduced it to about 1kmx1km. Still same error. Still too big?

Edit: Tried to import just osm (with this https://carla.readthedocs.io/en/latest/tuto_G_openstreetmap/), and receive the same error. The problem then seems to not be with the FBX-file

DanyThodms commented 1 year ago

I have encountered the same problem and expect to get a solution.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Mikooman commented 1 year ago

Hey, are there any updates on this? Did someone solve it?

FBanani commented 1 year ago

CARLA version: 0.9.13 built from source version Platform/OS: Windows 10 Problem you have experienced: I'm trying to import a map to CARLA using this tutorial https://carla.readthedocs.io/en/0.9.13/tuto_M_add_map_source/ => putting my FBX and XODR files to import-folder and make import. Import fails with Assertion failed: _length > 0.0 What you expected to happen: Import functional map to Carla Other information (documentation you consulted, workarounds you tried): I originally thought it was because my map is pretty large (about 5kmx5km) and reduced it to about 1kmx1km. Still same error. Still too big?

Edit: Tried to import just osm (with this https://carla.readthedocs.io/en/latest/tuto_G_openstreetmap/), and receive the same error. The problem then seems to not be with the FBX-file

I have this issue. Have you had a chance to solve it?