Browse Source

Increase polling rate for non-gui mode (30 Hz)

tags/v1.9.9
falkTX FilipeCSnuk 6 years ago
parent
commit
6d2e35d842
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/carla_host.py

+ 1
- 1
source/carla_host.py View File

@@ -2881,7 +2881,7 @@ def runHostWithoutUI(host):

while host.is_engine_running() and not gCarla.term:
host.engine_idle()
sleep(0.5)
sleep(0.0333) # 30 Hz

# --------------------------------------------------------------------------------------------------------
# Stop


Loading…
Cancel
Save