-
Notifications
You must be signed in to change notification settings - Fork 21
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
Carla crash error #1
Comments
Hi, Sorry for the late reply. Thanks for your interest in our work! I didn't meet this error before. It seems like an issue related to the CARLA simulator. I find that some of your error messages also appear in the issues in the CARLA repo. But there seems to be no solution. By the way, I updated the instructions in the README with more detailed steps to install the dependencies. It should work fine now. I tested it on Ubuntu20.04 with Intel i7-8700K and GeForce RTX 2080Ti. Sorry for the confusion. Please let me know if you have further questions! |
I encounter the same error, when "loading map Town05", the whole docker contain is crash. |
Can you provide more details on this issue? For example, can you successfully launch Carla using |
@wangchangquan Maybe you can try the Vulkan driver. |
@GiantSeaweed @garyxcj 。 I change a new computer with 2080ti,and run successful. I think the reason is the fomer graphics card’capacity is too low. Previously used a notebook had a 1065ti with 4GB. |
Cool! However, it still seems like a driver problem. CARLA usually uses only 1GB of memory. If you want to find out the problem and run the platform on your previous computer, maybe you can check the difference between the drivers of the two computers. :) |
the os system and nvidia driver is the same. when I run the code in the 2080ti,the nvidia-smi shows use more than 4GB memory , so I think is the memory is too low too run. |
Thank you for releasing this very interesting project!
I tried to run the code on Ubuntu20.04 with Nvidia RTX 3070 8G.
I directly follow your instructions, but the Carla simulator always reports a crash error.
This is the output of your code:
I notice there are some related issues in Carla repo.
I was wondering whether you also encountered similar errors.
Do you have any idea why this happens? Thanks!
By the way, I encounter 3 import error during the process, but they can be easily fixed and are not a big deal.
The text was updated successfully, but these errors were encountered: