TUMFTM / Carla-Autoware-Bridge

Carla 0.9.15 and Autoware Universe Humble
GNU Lesser General Public License v3.0
97 stars 9 forks source link

Performance Issues when using the Bridge #17

Closed MarioAlmelaUMH closed 1 month ago

MarioAlmelaUMH commented 1 month ago

Hello, I'm currently working with Carla and Autoware using this Bridge, and I'm encountering really severe performance issues. Autoware seems almost frozen and scripts like the generate_traffic.py always crash due to timeouts. After 2.5 hours, the simulation only triggered 171 ticks (50 ms). Here's some considerations to take into account:

Computer Specs

Carla

Autoware

These performance issues seem completely anomalous. Is there any performance option I may have missed? I'm following the commands shown in the main README file to start everything, but maybe some configuration options in Carla or Autoware are preventing the platform from properly using the GPU or consume more resources than needed.


TUMGEKA commented 1 month ago

Hello, Mario!

I've received similar feedback from individuals utilizing a Quadro GPU. I believe that your GPUs may be the bottleneck. CARLA is built on the UNREAL Engine for efficient computation, making gaming GPUs like those from the GeForce RTX series particularly suitable.

MarioAlmelaUMH commented 1 month ago

I see. I'll take it into account. Despite the GPUs not being RTX, is there any other performance increasing option that I should try?

TUMGEKA commented 1 month ago

I can suggest you the following:

MarioAlmelaUMH commented 1 month ago

Thank you for the suggestions. We are considering trying the RTX GPUs. For now, I'll close this thread and I'll reopen it if the problem persists with the new GPUs.