Skip to content

Commit fbba25b

Browse files
authored
Merge pull request #407 from OpenSimulationInterface/feature/sensor-view-config-static-flag
Add flag to filter static content from SensorView
2 parents 96350db + 7f11084 commit fbba25b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

osi_sensorviewconfiguration.proto

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

193+
// Omit Static Information
194+
//
195+
// This flag specifies whether \c GroundTruth information that
196+
// was already provided using a GroundTruthInit parameter
197+
// at initialization time shall be omitted from the \c SensorView
198+
// ground truth information.
199+
//
200+
optional bool omit_static_information = 11;
201+
193202
// Generic Sensor View Configuration(s).
194203
//
195204
// \note OSI uses singular instead of plural for repeated field names.

0 commit comments

Comments
 (0)