Skip to content

Commit e425257

Browse files
author
Stefan Cyliax
committed
doc: added release chapter for 3.4 to document
Signed-off-by: Stefan Cyliax <stefan.cyliax@asam.net>
1 parent 8d3e077 commit e425257

10 files changed

Lines changed: 55 additions & 26 deletions

File tree

appendix/releases/v02.00.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v2.0.0[v2.0.0 - OSI Initial Commit]
24

35

appendix/releases/v02.01.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v2.1.0[v2.1.0 - OSI "Agile Andretti"]
24

35
*Purpose*

appendix/releases/v02.02.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v2.2.0[v2.2.0 - OSI "Brave Brabham"]
24

35
*Purpose*

appendix/releases/v03.00.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.0.0[v3.0.0 - OSI "Cosmic Coulthard"]
24

35
*Purpose*

appendix/releases/v03.01.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.1.0[v3.1.0 - OSI "Dynamic Duncan"]
24

35
https://www.youtube.com/watch?v=fu3uA8K6ApQ>[(O SI)lent night]

appendix/releases/v03.02.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.2.0[v3.2.0 - OSI "Editorial Eaton"]
24

35
https://www.youtube.com/watch?v=SJUhlRoBL8M[Think p(OSI)tive!]

appendix/releases/v03.03.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.3.0[v3.3.0 - OSI "Fabulous Fangio"]
24

35
Stay p(OSI)tive!

appendix/releases/v03.04.adoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
3+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.4.0[v3.4.0 - OSI "Gallant Glock"]
4+
5+
Stay p(OSI)tive!
6+
7+
*Purpose*
8+
9+
In this minor release, several interface messages have been updated and extended to better ensure consistency within the standard itself and harmonization with other OpenX-Standards like ASAM OpenDRIVE.
10+
Moreover, this release provides a first glance on the on-going efforts for OSI's documentation improvements and migration to AsciiDoc.
11+
12+
*https://github.com/OpenSimulationInterface/open-simulation-interface/milestone/14?closed=1[Content/Changes]*
13+
14+
Documentation Updates::
15+
- Updated the documentation's structure and migrated it to AsciiDoc.
16+
- Updated the description of OSI's top level messages.
17+
- Updates on additional descriptions, like those for trace file formats, naming conventions and installation instructions for Linux/Windows.
18+
19+
Technical Updates::
20+
- Extended SensorViewConfiguration message to allow the consumer to choose to not include static content in the SensorView ground truth information.
21+
- Updated StationaryObject classification enums to avoid "pylon" duplication.
22+
- Extended StationaryObject classification message to include speed bumps.
23+
- Extended StationaryObject to include emitting structures of electromagnetic waves (for example this can be used to define a streetlamp).
24+
- Extended the TrafficSign classification message, by adding attributes country, country_revision, code and sub_code, to better support internationalization and to align with ASAM OpenDRIVE.
25+
- Updated the color coding message description to better align with ASAM OpenDRIVE.
26+
- Update the color coding message description to include Grey, RGB, RGBIR, HSV, LUV and thus align with ISO-23150.
27+
- Added an enum for dashed lane boundaries to disambiguate start and end of those.
28+
- Extended HostVehcileData with more comprehensive on-board information, and promoted the message to a top-level message for exchange between simulation environments and (external) dynamic models.
29+
- Extended LidarDetection message under feature data to include echo pulse width information to better support several sensor outputs that are currently on the market.
30+
- Extended OSI to include a generic external reference message to enable traceability for data from other standards, including other ASAM OpenX standards.
31+
- Added support for using OSI with Flatbuffers encoding for OSI messages instead of ProtoBuffers, in preparation for a potential switch of default encoding in a future major release.
32+
- Extended LaneBoundary message to include additional types, to better align with ASAM OpenDRIVE.

general_docs/changes.adoc

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
11
= What has changed
22

3-
4-
Documentation Updates::
5-
- Updated the documentation's structure and migrated it to AsciiDoc.
6-
- Updated the description of OSI's top level messages.
7-
- Updates on additional descriptions, like those for trace file formats, naming conventions and installation instructions for Linux/Windows.
8-
9-
Technical Updates::
10-
- Extended SensorViewConfiguration message to allow the consumer to choose to not include static content in the SensorView ground truth information.
11-
- Updated StationaryObject classification enums to avoid "pylon" duplication.
12-
- Extended StationaryObject classification message to include speed bumps.
13-
- Extended StationaryObject to include emitting structures of electromagnetic waves (for example this can be used to define a streetlamp).
14-
- Extended the TrafficSign classification message, by adding attributes country, country_revision, code and sub_code, to better support internationalization and to align with ASAM OpenDRIVE.
15-
- Updated the color coding message description to better align with ASAM OpenDRIVE.
16-
- Update the color coding message description to include Grey, RGB, RGBIR, HSV, LUV and thus align with ISO-23150.
17-
- Added an enum for dashed lane boundaries to disambiguate start and end of those.
18-
- Extended HostVehcileData with more comprehensive on-board information, and promoted the message to a top-level message for exchange between simulation environments and (external) dynamic models.
19-
- Extended LidarDetection message under feature data to include echo pulse width information to better support several sensor outputs that are currently on the market.
20-
- Extended OSI to include a generic external reference message to enable traceability for data from other standards, including other ASAM OpenX standards.
21-
- Added support for using OSI with Flatbuffers encoding for OSI messages instead of ProtoBuffers, in preparation for a potential switch of default encoding in a future major release.
22-
- Extended LaneBoundary message to include additional types, to better align with ASAM OpenDRIVE.
3+
include::../appendix/releases/v03.04.adoc[lines=14..50]

index.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,19 @@ bibliography::[]
130130
== Release Notes
131131
:sectnums!:
132132

133+
include::./appendix/releases/v03.04.adoc[leveloffset=+2]
134+
include::./appendix/releases/v03.03.adoc[leveloffset=+2]
135+
include::./appendix/releases/v03.02.adoc[leveloffset=+2]
136+
include::./appendix/releases/v03.01.adoc[leveloffset=+2]
137+
include::./appendix/releases/v03.00.adoc[leveloffset=+2]
138+
include::./appendix/releases/v02.02.adoc[leveloffset=+2]
139+
include::./appendix/releases/v02.01.adoc[leveloffset=+2]
133140
include::./appendix/releases/v02.00.adoc[leveloffset=+2]
134141

135-
include::./appendix/releases/v02.01.adoc[leveloffset=+2]
136142

137-
include::./appendix/releases/v02.02.adoc[leveloffset=+2]
138143

139-
include::./appendix/releases/v03.00.adoc[leveloffset=+2]
140144

141-
include::./appendix/releases/v03.01.adoc[leveloffset=+2]
142145

143-
include::./appendix/releases/v03.02.adoc[leveloffset=+2]
144146

145-
include::./appendix/releases/v03.03.adoc[leveloffset=+2]
147+
146148

0 commit comments

Comments
 (0)