@@ -36,13 +36,9 @@ message HostVehicleData
3636 //
3737 optional Identifier host_vehicle_id = 11 ;
3838
39- // The ID of the object.
40- //
41- // \rules
42- // is_globally_unique
43- // \endrules
39+ // The ID of the host vehicle in any associated GroundTruth data.
4440 //
45- optional Identifier id = 9 ;
41+ optional Identifier host_vehicle_id = 9 ;
4642
4743 // Deprecated: Will be removed in next major release. Moved to VehiclePositionAndKinematics.
4844 // Current estimated location based on GPS- and related navigation sensors.
@@ -83,7 +79,7 @@ message HostVehicleData
8379 //
8480 optional VehicleLocalization vehicle_localization = 8 ;
8581
86- // What driver assistance is active .
82+ // State of driver assistance systems .
8783 //
8884 // This can include:
8985 // - information presented to the driver, for example, parking sensors
@@ -331,7 +327,7 @@ message HostVehicleData
331327 // be about settings which would influence evaluation, such as
332328 // sensitivity settings.
333329 //
334- repeated CustomDetail custom_detail = 5 ;
330+ repeated KeyValuePair custom_detail = 5 ;
335331
336332 // ADAS feature that is raising the notification.
337333 //
@@ -471,22 +467,5 @@ message HostVehicleData
471467 //
472468 ACTIVATION_STATE_ACTIVE_DRIVER_OVERRIDE = 6 ;
473469 }
474-
475- //
476- // \brief Custom detail message
477- //
478- // To contain driver-assist related information that is too function
479- // specific to be captured in a generic way.
480- //
481- message CustomDetail
482- {
483- // A generic string key to identify the information.
484- //
485- optional string key = 1 ;
486-
487- // A generic string value to capture the information.
488- //
489- optional string value = 2 ;
490- }
491470 }
492471}
0 commit comments