Skip to content

Commit 6ac35ae

Browse files
Add system time to sensor data
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent c60c72a commit 6ac35ae

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
@@ -313,4 +313,11 @@ message SensorData
313313
// in cartesian coordinates.
314314
//
315315
optional LogicalDetectionData logical_detection_data = 27;
316+
317+
// The system time of the sensor data, given in UTC (Unix Epoch timestamp).
318+
//
319+
// The system time can be used to set the corresponding component's internal
320+
// time which may not coincide with the simulation time frame.
321+
//
322+
optional Timestamp system_time = 28;
316323
}

0 commit comments

Comments
 (0)