carla-simulator / carla

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

Does NVIDIA GeForce GTX 1050 adequate to install carla #5929 #5930

Closed unrealtz closed 2 weeks ago

unrealtz commented 1 year ago

Hi dear, I have 2 questions :

I have a NVIDIA GeForce GTX 1050 which has 4 GB GPU is it adequate to install carla?
visual studio 2019 does not suport Windows 8.1 SDK so I install Windows 10 SDK, is it compatible to build Carla?

CARLA version: 0.9.13 Platform/OS: windows 10 Problem you have experienced:

What you expected to happen: I want to run "make package" successfully .

I would appreciate if anyone could help me

jokolaco commented 1 year ago

Yes, it is possible to build carla with an GTX 1050 TI. But later if you ran the simulator you get very slow response. Even if you run the simulator in off-screen rendering mode the performance will be not optimal, but in the worse case you can use such a setup to render off-screen data into images. The problem is more the "low" RAM than the speed of the GPU. So it is better to use at least a 6 GB RAM Card or better a 8 GB card, e.g. a GTX 1070 is fine.

unrealtz commented 1 year ago

thank you jokolaco, I have a new problem as follow:

-[Package]: Building package... Exception calling "Write" with "3" argument(s): "Exception of type 'System.OutOfMemoryException' was thrown." At C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.Archive\Microsoft.PowerShell.Archive.psm1:820 char:29

I would be appreciate if you help me to solve this.

jokolaco commented 1 year ago

Sorry, i don´t use windows. But as mentioned in the feedback you need more RAM or diskspace. Please read the docs!

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.