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.
2 parents 96350db + 7f11084 commit fbba25bCopy full SHA for fbba25b
osi_sensorviewconfiguration.proto
@@ -190,6 +190,15 @@ message SensorViewConfiguration
190
// Unit: s
191
optional Timestamp simulation_start_time = 10;
192
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
+
202
// Generic Sensor View Configuration(s).
203
//
204
// \note OSI uses singular instead of plural for repeated field names.
0 commit comments