update doc

This commit is contained in:
Marco Zeisler 2021-06-11 17:31:06 +02:00
parent e5ccba9896
commit d15659827c

View File

@ -138,7 +138,7 @@ class Vehicle:
:return: current "Datenaufzeichnung für automatisiertes Fahren" (DAF) object
"""
# ATTENTION: ORDER MANDATORY
# ATTENTION: ORDER MANDATORY (except for static vin)
return DAF(vehicle_identification_number=self.vin,
# first deduce nce - is calculated, sets velocity to 0 if NCE
near_crash_event=self.nce,