Skip to content

Commit 38ee7da

Browse files
thomassedlmayerpmai
authored andcommitted
Add system time to sensor data
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent c9053e5 commit 38ee7da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

osi_sensordata.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,11 @@ message SensorData
336336
// Virtual detection area of the sensor
337337
//
338338
optional VirtualDetectionArea virtual_detection_area = 28;
339+
340+
// The system time of the sensor data, given in UTC (Unix Epoch timestamp).
341+
//
342+
// The system time can be used to set the corresponding component's internal
343+
// time which may not coincide with the simulation time frame.
344+
//
345+
optional Timestamp system_time = 29;
339346
}

0 commit comments

Comments
 (0)