carla-simulator / carla

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

CARLA 0.9.15: Missing Collision Information for Mitsubishi FusoRosa and European HGV #7950

Open litroe940408 opened 4 months ago

litroe940408 commented 4 months ago

Sure, here is the text with optimized English expressions:

CARLA Version: 0.9.15 Platform/OS: Windows 10

Issue:

I'm encountering a collision detection anomaly in CARLA version 0.9.15 on Windows 10. When executing manual_control.py with the --sync flag, specific vehicles (namely, the Mitsubishi FusoRosa and European HGV models) exhibit the following behavior:

Absent Collision Information: Upon collision with other objects, the collision sensor equipped on the ego vehicle fails to generate any debug information. As a result, the collision HUD (heads-up display) remains devoid of any collision-related data.

Expected Behavior:

As illustrated in the provided image, the Mitsubishi FusoRosa should produce collision information (reflected in both the collision sensor output and the collision HUD) when it collides with another object.

Reproduction Steps:

Execute python manual_control.py --sync within any CARLA map. Switch the ego vehicle from a small car to a large vehicle like the Mitsubishi FusoRosa or European HGV. Initiate a collision between the ego vehicle and another object in the environment. Observe the absence of collision messages or collision count in the debug output Additional Information:

image
RodrigoVillarias commented 3 months ago

Hello, we have checked collisions and so on and it seems that everything is ok, except for those two vehicles. We have managed to reproduce the error and we will take a closer look at why it fails. Thanks for waiting