osi-sensor-model-packaging
osi-sensor-model-packaging copied to clipboard
This document specifies the ways in which sensor models are to be packaged for use in simulation environments with FMI 2.0
#### Description I added the protobuf installation instructions by @pmai (see [here](https://github.com/OpenSimulationInterface/open-simulation-interface/pull/519#discussion_r648157494)) to the build_install_example.adoc. I recently followed these instructions and they worked fine. #### Check the checklist - [x]...
#### Describe the problem I want to get OSMPSensorViewIn.base.lo , OSMPSensorViewIn.base.hi and OSMPSensorViewIn.base.size from the serialization: ``` bytes_buffer = sensorview.SerializeToString() result = struct.pack("
Signed-off-by: linnhoff #### Description This is the first implementation of OSMPDummySource and OSMPDummySensor for Flatbuffers as a decision guide for a potential switch from Protobuf to Flatbuffers in OSI 4.0....
Signed-off-by: Habedank Clemens For more details see https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/issues/67
## Background This issue targets the build pipeline. ## Current situation The current setup for Antora builds in regular intervals. However, this is both too often and too infrequent. Builds...
#### Reference to a related issue in the repository Fixes #89 #### Add a description See #89 #### Mention a member @pmai #### Check the checklist - [x] I have...
#### Describe the problem I think the current acronym "osi-sensor-model-packaging" is confusing since not only sensor models (but also traffic participant models) can be packaged since OSI 3.3 / OSMP...
#### Reference to a related issue in the repository Architecture group discussions #### Add a description Introduced a configuration mechanism for GroundTruthInit with FMU packaging. Goes together with https://github.com/OpenSimulationInterface/open-simulation-interface/pull/407 **Some...
#### Describe the problem We experienced that the line in the doc: > - The variable naming convention of the FMU MUST be ``structured``. Does not hold for usage of...
#### Reference to a related issue in the repository Related to [PR](https://github.com/OpenSimulationInterface/open-simulation-interface/pull/452) [Comment](https://github.com/OpenSimulationInterface/open-simulation-interface/pull/452#issuecomment-780463031) #### Add a description Add specification for `MotionRequest` top level message #### Mention a member @kmeids @max-rosin...