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