carla-simulator / carla

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

Traffic signs not visible #8173

Open ShahzebTUMBachelor opened 2 weeks ago

ShahzebTUMBachelor commented 2 weeks ago

CARLA version: 0.9.15 Platform/OS: Ubuntu 22.04 Problem you have experienced: Everything is imported correctly except traffic signs and traffic lights Steps to reproduce: did make import Whenever I import a map I created in RoadRunner, the traffic signs are not visible. Is this a general problem or is it already solved? Someone has an idea?

PatrickPromitzer commented 2 weeks ago

Hi, there are 2 parts which could go wrong. 1.) the traffic signs are not added in the .xodr or .fbx file 2.) with the import, you have traffic signs Carla doesn't support

For speed rules, I believe this traffic signs are supported

You could try adding speed limit signs and import it to Carla. With that, you can isolate the problem.

Are the traffic signs invisible or not added in Carla?