carla-simulator / carla

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

Hanging Traffic Lights (found in intersections) are undetectable by LiDAR #4099

Closed webcrawlr closed 1 year ago

webcrawlr commented 3 years ago

000668

On these types of traffic lights, lidar points pass right through the traffic lights, only detecting the pole behind the traffic lights. The above image shows a lidar point cloud; the white dots represent background (object id 0), while the black dots are a detected point with a non-zero id. As one can see, the traffic lights on the right are passed through completely, and only registers the buildings behind it. It can also be seen with the forward facing traffic lights, where there is no background and so the lidar registers as empty except for where the pole is. The poles are detected without issue.

Standing, single traffic lights with their own pole do not seem to be affected by this issue.

Tested on CARLA 0.9.11, Windows Version.

stale[bot] commented 3 years 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.