From e5ccba98967d1f68685ccac86b652a93a048c545 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Fri, 11 Jun 2021 17:30:15 +0200 Subject: [PATCH] update doc --- components/i_feed/devices/vehicle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/i_feed/devices/vehicle.py b/components/i_feed/devices/vehicle.py index ff04790..9c6c88b 100644 --- a/components/i_feed/devices/vehicle.py +++ b/components/i_feed/devices/vehicle.py @@ -98,9 +98,9 @@ class Vehicle: def nce(self): """ On accessing this property, it is calculated if the NCE shall happen. NCE only happens up to once per route. - If the NCE happens, the car stopps driving (velocity = 0) for TIME_TO_RECOVER seconds. In this time, + If the NCE happens, the car stops driving (velocity = 0) for TIME_TO_RECOVER seconds. In this time, responses from the orchestrator are ignored. After recovery, the vehicle starts driving again with the last - known velocity.z + known velocity. :return: True if NCE invoked, otherwise False """