Skip to content

Improve omit_static_information field description #790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
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
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 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>)
// 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 in 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