added comment
This commit is contained in:
parent
7642455f88
commit
291e2ef78a
@ -113,6 +113,8 @@ class Vehicle:
|
|||||||
"""
|
"""
|
||||||
:return: "Datenaufzeichnung für automatisiertes Fahren" (DAF) object
|
:return: "Datenaufzeichnung für automatisiertes Fahren" (DAF) object
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# ATTENTION: ORDER MANDATORY
|
||||||
return DAF(vehicle_identification_number=self.vin,
|
return DAF(vehicle_identification_number=self.vin,
|
||||||
# first deduce nce - is calculated, sets velocity to 0 if NCE
|
# first deduce nce - is calculated, sets velocity to 0 if NCE
|
||||||
near_crash_event=self.nce,
|
near_crash_event=self.nce,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user