-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pedestrian Navigation Generation Issue in Custom Map #8250
Comments
Hi, About file sorting, I made a folder for each kind of content type.
You can place everything you need for you map in the folder your created. As long as you add your map to the package setting, it should work. |
In my case, I can spawn pedestrian in my custom map as i tired to spawn manually and it spawns. But the issue for me is that it is not taking the spawn points (as far as I understood) from the .bin file from the Nav folder. In the carla/PythonAPI/examples/generate_traffic.py Line 272 in 0ce3559
Thats why I got doubt with the .bin file of the custom map. |
If you open the Unreal engine Editor, you can see red lines above the roads (default Maps). I don't know if the .bin file does something, because for me it looks like It is a Map setting. |
@PatrickPromitzer We need a navigation file for the pedestrian. I guess there is issue with that file and that's why its not spawning. |
I didn't know that, my bad. The.bin file should be in the same folder as your Map file.
the .bin file should be in
|
@PatrickPromitzer |
You could try using a .bin file of a default map, and check if it can be loaded. |
Hello! Are you sure your bin file is valid? @ronyshaji It seems your bin file is not correct, Maybe the obj you are using to generate the bin file is not valid. TIP: Remember to delete the carlaCache. The cache can be found at "HOME\carlaCache" or "USERPROFILE\carlaCache", depending on OS. |
@Blyron Is there any way to check the .bin file? I already cleared the carlaCache, but still can't able to use the .bin file. |
No, there is no way, Please send us the OpenDrive of your map and the obj. |
https://youtu.be/mHiUUZ4xC9o?si=RQTcxYVURndlu3Y5&t=662 Look at this. Maybe is helpful |
Hi @ronyshaji. I had a similar issue, but my pedestrians would spawn and then be destroyed due to collision errors. In my case, the |
Hello everyone,
I'm encountering a problem with pedestrian spawning in my custom map.
I’ve imported a new .xodr and .fbx file into CARLA and followed the tutorial (https://carla.readthedocs.io/en/latest/tuto_M_generate_pedestrian_navigation/) to create the pedestrian navigation file.
However, when I run
generate_traffic.py,
no pedestrians are spawning.I have a question about the placement of my .bin file. My custom map is located at /home/going/carla/Unreal/CarlaUE4/Content/THI/Maps. Since there wasn’t a Nav folder there, I created one and placed the .bin file inside.
Additionally, I also put the .bin file in /home/going/carla/Unreal/CarlaUE4/Content/Carla/Maps/Nav, where the default CARLA town .bin files are stored.
Does anyone have any suggestions on what I should do next?
CARLA Version: 0.9.14
OS: Ubuntu 20.04
Thanks,
Rony
The text was updated successfully, but these errors were encountered: