carla-simulator / carla

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

Failed ”make launch" command with vulkan driver error #3982

Closed huckle-slr closed 3 years ago

huckle-slr commented 3 years ago

Hi, I installed Carla following the official guidelines and I have finished and succeeded up to "make PythonAPI" in make CARLA STEP, but , I failed "make launch" command with following error messages. error message

I updated nvida graphic driver to latest version(version 460.56) in accordance with error message and The Nvidia official say that this driver support latest vulkan driver(version 1.2) https://developer.nvidia.com/vulkan-driver, but failed with same error message. Isn't RTX3000 series supported in Current version CARLA yet? If you know about that, please let me know how to do.

official guidelines https://carla.readthedocs.io/en/latest/build_linux/

my pc info OS:Ubuntu 18.04 GPU RTX3070 CARLA version: 0.9.11 UnrealEngine version: 4.24 Nvidia graphic driver ver: 460.56

huckle-slr commented 3 years ago

I'm sorry, I didn't checked thoroughly it say "make launch" is not working on Linux on top of official guideline.