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 c60c72a commit 6ac35aeCopy full SHA for 6ac35ae
osi_sensordata.proto
@@ -313,4 +313,11 @@ message SensorData
313
// in cartesian coordinates.
314
//
315
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;
323
}
0 commit comments