Pierre R. Mai
Pierre R. Mai
This PR contains the unrelated changes to introduce a GroundTruthInitConfiguration message from PR #407, which is work in progress.
As discussed in #387, the picture in the documentation of HostVehicleData (see https://opensimulationinterface.github.io/open-simulation-interface/structosi3_1_1HostVehicleData.html) does not match the description of the HostVehicleData residing in the global coordinate system, but rather seems...
This is a first result of the harmonization effort across ASAM Open standards In preparation of additional types we already deprecate some obvious candidates for removal, namely our plethora of...
Based on review feedback, clarify that FMI 3.0 binary variable `mimeType` attribute and annotation `mime-type` attribute must match.
As discussed in CCB 2023-06-22, the OSMP definitions for models using the newly introduced MotionRequest message in OSI 3.6.0 have not been added yet. This should be implemented for the...
As identified by @ClemensLinnhoff there is a precedence error in retrieve_offsets which can lead to errors if the function is called again after a completed read. This PR fixes this...
Adjust python install instructions to be more uniform across platforms and to reflect availability of packages on PyPI.
This completes the publication part for the actual release
Fairly often string parameters are used to transport file pathnames into an FMU, that the FMU will then use to access files in the file system, even though there is...