Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add system time to sensor data
Signed-off-by: Thomas Sedlmayer <[email protected]>
  • Loading branch information
thomassedlmayer authored and pmai committed Mar 25, 2024
commit 38ee7da5a978baa88475bee569c80417e9582098
7 changes: 7 additions & 0 deletions osi_sensordata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,11 @@ message SensorData
// Virtual detection area of the sensor
//
optional VirtualDetectionArea virtual_detection_area = 28;

// The system time of the sensor data, given in UTC (Unix Epoch timestamp).
//
// The system time can be used to set the corresponding component's internal
// time which may not coincide with the simulation time frame.
//
optional Timestamp system_time = 29;
}