update doc
This commit is contained in:
parent
e5ccba9896
commit
d15659827c
@ -138,7 +138,7 @@ class Vehicle:
|
|||||||
:return: current "Datenaufzeichnung für automatisiertes Fahren" (DAF) object
|
: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,
|
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