Extremely low FPS when running manual_control.py #9503
|
When I launch CARLA in Docker and run Both server and client CPU/GPU utilizations stay well far below 100 %, except one server core is pinned at 100 %. Server Setup:
Client Setup:
Docker command: docker run \
--runtime=nvidia \
--net=host \
--env=NVIDIA_VISIBLE_DEVICES=all \
--env=NVIDIA_DRIVER_CAPABILITIES=all \
carlasim/carla:0.9.16 bash CarlaUE4.sh -RenderOffScreen -nosound -quality-level=Low -benchmark -fps=20I saw the “UE editor low FPS in background” issue, but it doesn’t apply to the Docker build. Already tried:
No substantial improvement: 2 => 6-7 FPS. |
Answered by
AntaresFeng
Jan 6, 2026
Replies: 1 comment
|
I figured it out—it's a network bandwidth issue. The CARLA server seems to transmit uncompressed image streams, which demands extremely high bandwidth. |
0 replies
Answer selected by
AntaresFeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured it out—it's a network bandwidth issue. The CARLA server seems to transmit uncompressed image streams, which demands extremely high bandwidth.