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.12
Platform: Ubuntu22.04
Python version: 3.7
GPU: Nvidia 4090
GPU Drivers: 560.35.03
Describe the bug
When spawning AI walkers and sending them to random navigation points via go_to_location(), the program intermittently crashes with an unhandled SIGSEGV (segmentation fault). The crash occurs after successful walker/controller spawning but during pathfinding execution, suggesting an internal CARLA navigation mesh issue.
Setup
Describe the setup you are using to run CARLA along with its version:
Describe the bug
When spawning AI walkers and sending them to random navigation points via go_to_location(), the program intermittently crashes with an unhandled SIGSEGV (segmentation fault). The crash occurs after successful walker/controller spawning but during pathfinding execution, suggesting an internal CARLA navigation mesh issue.
Steps to reproduce
run the python code
Screenshots
The text was updated successfully, but these errors were encountered: