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 """