Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Improve omit_static_information field description
Signed-off-by: Fabian Pfeuffer <[email protected]>
  • Loading branch information
FabianPfeufferBMW authored and pmai committed May 6, 2024
commit 7d588c6c0944ab7c9a2f751d16f81a2acf0a2f85
7 changes: 6 additions & 1 deletion osi_sensorviewconfiguration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,15 @@ message SensorViewConfiguration
// Omit Static Information
//
// This flag specifies whether \c GroundTruth information that
// was already provided using a GroundTruthInit parameter
// was already provided using a
// <a href="https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/sensor-model/spec/ground_truth_init_parameters.html">OMSP GroundTruthInit</a> parameter
// at initialization time shall be omitted from the \c SensorView
// ground truth information.
//
// Setting the \c #omit_static_information field allows a clear split between the dynamic
// simulation data, which is contained by ground truth messages with the \c #omit_static_information
// flag, and the static simulation data, which is contained in the OSMP GroundTruthInit.
//
optional bool omit_static_information = 11;

// Generic Sensor View Configuration(s).
Expand Down