PatrickPromitzer

Results 97 comments of PatrickPromitzer
trafficstars

Hi, I want to avoid switching to mail, because I just want to help out the community with answering some issues. I am not in the Carla team and just...

Hi, try to run ``` sudo chmod 755 /path/to/carla ``` to make sure the permissions are right. If that didn't work, you can look if the default Carla ports are...

Hi, You need to add the custom Map in the packaging settings. ![image](https://github.com/carla-simulator/carla/assets/152880896/44fa695d-1e82-4543-83be-834ce9c10fea) With using "make package", Carla is creating a package with the Maps listed in the packaging settings.

Hi, like GoodarzMehr said, the easiest option would be using the spectator. Move the Spectator to the location you want to spawn the actor, and save the position. ```python client...

Hi, there are some parts that doesn't look right. "/tmp/.X11unit" u"/usr/share/vulkan/icd.d" looks like linux paths and not a windows path. Do you use a x11 server on your windows machine?...

Please write down everything you tried. Did you open a command line in the docker container and check if nvidia-smi works? Did you use "-RenderOffScreen"? Did you follow the documentation?

Hi, I guess you mean that the collision sensor keep getting data, and the Python API is keeping open the program? Or do you mean something else? You can stop...