fix typo
This commit is contained in:
parent
aa95110263
commit
dc01afdc78
@ -96,7 +96,7 @@ class Vehicle:
|
|||||||
:return: "Datenaufzeichnung für automatisiertes Fahren" (DAF) object
|
:return: "Datenaufzeichnung für automatisiertes Fahren" (DAF) object
|
||||||
"""
|
"""
|
||||||
return DAF(vehicle_identification_number=self.vin,
|
return DAF(vehicle_identification_number=self.vin,
|
||||||
# first deduct 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,
|
||||||
# then get current location based on last location and current speed
|
# then get current location based on last location and current speed
|
||||||
gps_location=self.gps_location,
|
gps_location=self.gps_location,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user