carla-simulator / carla

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

Segmentation fault when adding walkers into map #7553

Open BenedictChannn opened 2 weeks ago

BenedictChannn commented 2 weeks ago

CARLA version: 0.9.14 Platform/OS: Ubuntu 22.04

Hi, I have a script to add pedestrians/walkers into a map. However, I encountered an issue with spawning more than 45 pedestrians into one of my custom map. I did some debugging and realised that the segmentation fault comes from the go_to_location when the carla.WalkerAIController is telling where it should go next. I do not have this issue with other custom maps that I have so I am not sure why I have this issue. Would appreciate any help!