johschmitz / blender-driving-scenario-creator

Blender add-on for creating OpenDRIVE and OpenSCENARIO based automotive driving scenarios including 3D models
GNU General Public License v3.0
220 stars 36 forks source link

Show road lines and textures in CARLA #21

Open ivevasiljevic opened 1 year ago

ivevasiljevic commented 1 year ago

Hello :)

I am quite new to this, and I am curious is it possible to show road lines when I import the .xodr map file into CARLA simulator.

This is what I get in CARLA:

carla

And this is what I get in esmini:

esmini

Thank you :)

johschmitz commented 1 year ago

@ivevasiljevic do you know if CARLA is able to display road marks at all? So far I am only exporting the "simple/old" OpenDRIVE road mark XML. It is on my todo list though to export the extended more detailed information (medium priority). Maybe that could solve your problem but only if CARLA is able to read that. Otherwise someone will need to implement it in CARLA as well.