From 18674f70f2b88b0439d9fe749ad417bb5624e7a3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 14 Mar 2024 10:34:59 +0100 Subject: [PATCH] Removed wrong unit indication --- PythonAPI/carla/source/carla/libcarla.pyi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PythonAPI/carla/source/carla/libcarla.pyi b/PythonAPI/carla/source/carla/libcarla.pyi index 0f10b019c..07a0e54c9 100644 --- a/PythonAPI/carla/source/carla/libcarla.pyi +++ b/PythonAPI/carla/source/carla/libcarla.pyi @@ -4690,7 +4690,7 @@ class World(): + Note: If no tick is received in synchronous mode, the simulation will freeze. Also, if many ticks are received from different clients, there may be synchronization issues. Please read the docs about synchronous mode to learn more. Args: - `seconds (float, optional)`: Maximum time the server should wait for a tick (meters). Defaults to 10.0.\n + `seconds (float, optional)`: Maximum time the server should wait for a tick. Defaults to 10.0.\n Returns: `int`\n @@ -4722,7 +4722,7 @@ class World(): """This method is used in asynchronous mode. It makes the client wait for a server tick. When the next frame is computed, the server will tick and return a snapshot describing the new state of the world. Args: - `seconds (float, optional)`: Maximum time the server should wait for a tick (meters). Defaults to 10.0.\n + `seconds (float, optional)`: Maximum time the server should wait for a tick. Defaults to 10.0.\n Returns: `WorldSnapshot`\n