We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9053e5 commit 38ee7daCopy full SHA for 38ee7da
osi_sensordata.proto
@@ -336,4 +336,11 @@ message SensorData
336
// Virtual detection area of the sensor
337
//
338
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;
346
}
0 commit comments