Skip to content

Commit 23b69d2

Browse files
committed
Add flag to filter static content from sensorview
Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 96350db commit 23b69d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

osi_sensorviewconfiguration.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,13 @@ message SensorViewConfiguration
190190
// Unit: s
191191
optional Timestamp simulation_start_time = 10;
192192

193+
// Omit Static Information
194+
//
195+
// This flag specifies whether ground truth information can
196+
// omit static information or not.
197+
//
198+
optional bool omit_static_information = 11;
199+
193200
// Generic Sensor View Configuration(s).
194201
//
195202
// \note OSI uses singular instead of plural for repeated field names.

0 commit comments

Comments
 (0)