Skip to content

Commit ce85f11

Browse files
thomassedlmayerpmai
authored andcommitted
Mark OSMP as example for ground truth init
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent ffc2e8c commit ce85f11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

osi_sensorviewconfiguration.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ message SensorViewConfiguration
201201
// Omit Static Information
202202
//
203203
// This flag specifies whether \c GroundTruth information that
204-
// was already provided using a
205-
// <a href="https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/sensor-model/spec/ground_truth_init_parameters.html">OSMP GroundTruthInit</a> parameter
204+
// was already provided using a GroundTruthInit parameter (e.g. <a href="https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/sensor-model/spec/ground_truth_init_parameters.html">OSMP GroundTruthInit</a>)
206205
// at initialization time shall be omitted from the \c SensorView
207206
// ground truth information.
208207
//
209-
// Setting the \c #omit_static_information field allows a clear split between the dynamic
210-
// simulation data, which is contained by ground truth messages with the \c #omit_static_information
211-
// flag, and the static simulation data, which is contained in the OSMP GroundTruthInit.
208+
// Setting the \c #omit_static_information field allows a clear split
209+
// between the dynamic simulation data, which is contained by ground truth
210+
// messages with the \c #omit_static_information flag, and the static
211+
// simulation data, which is contained in the (OSMP) GroundTruthInit.
212212
//
213213
optional bool omit_static_information = 11;
214214

0 commit comments

Comments
 (0)