OpenSimulationInterface / osi-visualizer

**This repository is abandoned and looking for a maintainer.** A tool to visualize OSI data from two different sources. Data can be stored in files and replayed afterwards, or validated using a Python interface.
Other
39 stars 25 forks source link

Read osi format #45

Closed vkresch closed 4 years ago

vkresch commented 4 years ago

Reference to a related issue in the repository

The PR which defines the new OSI file format and its benefits.

Add a description

What is this change? This PR adds the feature for the osi visualizer to read and record OSI trace files in the new osi file format which is length separated.

Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version? This PR is a feature and does not break any functionality and is still backwards compatible since the old txt separated by $$__$$ trace files can still be read. The recording will always output the OSI trace format to motivate user to use the new file format.

How has it been tested? The functionality has been tested with multiple txt and osi trace files. The output of the recording has been used again as a input to see if the visualizer recognizes the format.

Change notes:

Mention a member

@jdsika @pmai let me know your thoughts, suggestions and improvements! Thanks ;)

Check the checklist