You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup
Describe the setup you are using to run CARLA along with its version:
CARLA version: 0.9.15 and 0.10.0
Platform: Ubuntu 22
Python version: 3.8 and 3.10
GPU: GTX 1070
Describe the bug
The LIDAR simulation is only able to interact with the map and passes straight through dynamic objects such as vehicles and walkers. This seems to be an issue with physics being disabled when replaying a record. Is there any way to enable the physics simulation?
Based on #7092 I tried setting vehicle.set_collisions(True) and vehicle.set_simulate_physics(True) but it didn't work.
I also tried upgrading from 0.9.15 to 0.10.0 but the issue persisted.
Screenshots
The text was updated successfully, but these errors were encountered:
Setup
Describe the setup you are using to run CARLA along with its version:
Describe the bug
The LIDAR simulation is only able to interact with the map and passes straight through dynamic objects such as vehicles and walkers. This seems to be an issue with physics being disabled when replaying a record. Is there any way to enable the physics simulation?
Based on #7092 I tried setting vehicle.set_collisions(True) and vehicle.set_simulate_physics(True) but it didn't work.
I also tried upgrading from 0.9.15 to 0.10.0 but the issue persisted.
Screenshots
The text was updated successfully, but these errors were encountered: