|
| 1 | += https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.0.0[v3.0.0 - OSI "Cosmic Coulthard"] |
| 2 | + |
| 3 | +*Purpose* |
| 4 | + |
| 5 | +This release is a complete rework including the feedback from many OSI users. |
| 6 | +Thank you! |
| 7 | +We are aligned with the ongoing discussions for the upcoming ISO 23150 cite:[iso23150] standard for hardware sensor outputs in order to bring simulation and the hardware in the car closer together. |
| 8 | + |
| 9 | +*https://github.com/OpenSimulationInterface/open-simulation-interface/pulls?page=1&q=is%3Apr+is%3Aclosed+milestone%3Av3.0.0[Content/Changes]* |
| 10 | + |
| 11 | +* Added major version to package label (osi3), allowing concurrent use of OSI 2.x and OSI 3.x in one process. |
| 12 | +* Added new top-level messages (new concept SensorView (Configuration),etc.). |
| 13 | +** GroundTruth. |
| 14 | +** SensorView. |
| 15 | +** SensorData / FeatureData. |
| 16 | +** SensorViewConfiguration (used for auto-configuration of SensorView). |
| 17 | +* Added technology-specific SensorView sub-messages to aid physical models. |
| 18 | +* Introduced conceptual separation of “SensorModels” and “LogicModels”. |
| 19 | +* Extended enumerations (e.g. traffic sign Type according to StVO, vehicle Type, etc.). |
| 20 | +* Improved messages and definitions (additional RoadConditions, country code in GT, AmbientIllumination, etc.). |
| 21 | +* Use ISO 8855 cite:[iso8855] coordinate systems (incompatible with earlier OSI versions). |
| 22 | +* Redefined DetectedXXX messages. |
| 23 | +* Introduced DetectedStationaryObjects. |
| 24 | +* Merged MovingObjects and Vehicle messages. |
| 25 | +* Redefined Lane messages (with separated lane boundary messages and intersections). |
| 26 | +* Redefined TrafficLight messages. |
| 27 | +* Redefined TrafficSigns (1 x MainSign + n x SupplementarySign inclusive BaseStationary). |
| 28 | +* New FeatureData messages (rework of previous LowLevelData message) - aligned with an upcoming standard ISO 23150 cite:[iso23150]. |
| 29 | +* FeatureData usable for fusion units. |
| 30 | +* Extension and clarification of the existing doxygen documentation. |
| 31 | +* Improved doxygen collaboration diagrams. |
| 32 | +* Build process improvements, added install targets. |
| 33 | +* Made proto definitions compatible with proto3 restrictions to allow concurrent use with proto3-only implementations in the future. |
| 34 | +* Fixed version-checking of transmitted data. |
| 35 | +* AND MUCH MORE ENJOY!!! |
| 36 | +
|
| 37 | +https://github.com/OpenSimulationInterface/open-simulation-interface/files/2297162/osi_overview_v2.2_vs_v3.0.pdf>[See for more information the `changelog`] |
| 38 | + |
| 39 | += https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.0.1[v3.0.1 - OSI "Cosmic Coulthard", Update 1] |
| 40 | + |
| 41 | +https://www.youtube.com/watch?v=yG0oBPtyNb0[Summertime :)] |
| 42 | + |
| 43 | +*Purpose* |
| 44 | + |
| 45 | +This release is a patch reworking parts of the documentation in order to avoid ambiguities and improving the build/installation process of OSI. |
| 46 | + |
| 47 | +*https://github.com/OpenSimulationInterface/open-simulation-interface/pulls?page=1&q=is%3Apr+is%3Aclosed+milestone%3Av3.0.1[Content/Changes]* |
| 48 | + |
| 49 | +* Added script to automatically convert the messages from proto2 to proto3 with on the wire compatibility |
| 50 | +* cmake enhancements to enable multi-version support of OSI 2 and OSI 3 |
| 51 | +* Added Python 3 support |
| 52 | +* Clarification of multiple comments |
| 53 | +* Added explanatory images in the documentation |
| 54 | +* centerline definition improved |
| 55 | +* signal_strength definition in LidarSensorView corrected |
| 56 | +* FeatureData::ambiguity_id definition clarified |
| 57 | +* RadarSensorViewConfiguration::AntennaDiagram::response definition clarified |
0 commit comments