Skip to content

Commit 16ad315

Browse files
author
Stefan Cyliax
authored
Merge pull request #44 from OpenSimulationInterface/rework-osi-documentation
Rework OSI documentation
2 parents 24c23cc + 7a363e2 commit 16ad315

20 files changed

Lines changed: 377 additions & 67 deletions
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= Compatibility
2+
3+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
4+
Et malesuada fames ac turpis egestas.
5+
Mauris pharetra et ultrices neque ornare aenean euismod elementum nisi.
6+
Nulla facilisi morbi tempus iaculis urna id. Justo eget magna fermentum iaculis.
7+
Sed augue lacus viverra vitae congue eu.
8+
Velit ut tortor pretium viverra suspendisse.
9+
Amet commodo nulla facilisi nullam vehicula ipsum a.
10+
Nibh nisl condimentum id venenatis a.
11+
Diam vel quam elementum pulvinar etiam non quam lacus suspendisse.

appendix/releases/v02.00.adoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v2.0.0[v2.0.0 - OSI Initial Commit]
2+
3+
4+
This is the initial version of the Open Simulation Interface (OSI).
5+
6+
*Overview*
7+
8+
OSI is a generic interface for the environmental perception of automated driving functions in virtual scenarios.
9+
It is primarily conceived to enable easy and straightforward compatibility between automated driving functions and the variety of driving simulation frameworks available.
10+
The data description has been derived from the perspective of sensor modeling for automated test and validation of highly automated driving functions.
11+
12+
*Implementation*
13+
14+
OSI primarily contains an object based environment description using the message format of the protocol buffers library developed and maintained by Google.
15+
16+
*Detailed description*
17+
18+
19+
Top level interfaces::
20+
OSI consists of two individual top level interfaces for object data: The ``OSI::GroundTruth`` and the ``OSI::SensorData`` interface.
21+
+
22+
* The ``OSI::GroundTruth`` interface provides an exact view on the simulated objects in a global coordinate system.
23+
This message is populated using the internally available data of the used (driving)-simulation framework and is afterwards published to external subscribers with an exporter plugin.
24+
* The ``OSI::SensorData`` interface describes the objects in the reference frame of a sensor for environmental perception.
25+
It is generated from a ``OSI::GroundTruth`` message and can either be used to directly connect to an automated driving function using ideal simulated data, or may serve as input for a sensor model simulating limited perception as a replication of real world sensor behavior.
26+
27+
Low level interfaces::
28+
+
29+
Additionally to the two top level interfaces, OSI contains an ``OSI::LowLevelData`` message.
30+
This message describes the output of a (physical) model of the measurement process before tracking and object hypothesis.
31+
It does not deal with object data, but may comprise the geometrical influence of 3D simulations e.g. generating Lidar point clouds with a ray-tracer plugin.
32+
In addition this message supports generic radar reflection lists and will be extended to supporting low level camera data in the future.

appendix/releases/v02.01.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v2.1.0[v2.1.0 - OSI "Agile Andretti"]
2+
3+
*Purpose*
4+
5+
This is the initial BASE VERSION for Tool Development.
6+
7+
https://github.com/OpenSimulationInterface/open-simulation-interface/milestone/1?closed=1[Content/Changes]
8+
9+
*Remarks*
10+
11+
We will now release the versions using the name of a https://en.wikipedia.org/wiki/List_of_Formula_One_drivers[Formula 1 driver]!
12+
Naming convention: "adjective + last name driver" -> Alliteration necessary!

appendix/releases/v02.02.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v2.2.0[v2.2.0 - OSI "Brave Brabham"]
2+
3+
*Purpose*
4+
5+
This release focuses on optimizing the build process and documentation.
6+
7+
*https://github.com/OpenSimulationInterface/open-simulation-interface/milestone/2?closed=1[Content/Changes]*
8+
9+
* Added a shared library target to the CMake build script.
10+
* Generated a proper doxygen documentation.
11+
* Placed the version number in one file (VERSION).
12+
* Added unit testing mechanism including style guide checking.
13+
* Redefined precipitation and added a fog definition to the environmental conditions message.
14+
* Added layer id to low level point cloud data.
15+
* Reworked large parts of the build instructions in the WIKI.
16+
17+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v2.2.1[v2.2.1 - OSI "Brave Brabham", Update 1]
18+
19+
*Purpose*
20+
21+
This release focuses on optimizing the build process and ensures the proper installation of different versions of OSI on a single system.
22+
23+
*https://github.com/OpenSimulationInterface/open-simulation-interface/compare/maintenance/v2.2.x[Content/Changes]*
24+
25+
* Allowing several OSI versions on the same computer.
26+
* Improves CI builds to also test the installation cmake targets for proper completion.

appendix/releases/v03.00.adoc

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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

appendix/releases/v03.01.adoc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.1.0[v3.1.0 - OSI "Dynamic Duncan"]
2+
3+
https://www.youtube.com/watch?v=fu3uA8K6ApQ>[(O SI)lent night]
4+
5+
*Purpose*
6+
7+
This time of the year Santa comes with presents and has also thought about the sensor modelers of this planet.
8+
We introduce the current state of the ISO 23150 cite:[iso23150]] discussions including Ultrasonic and Camera Detections.
9+
The traffic signs have been reworked and the documentation has been extended for a perfect user experience.
10+
Trust me - it's amazing!
11+
12+
*https://github.com/OpenSimulationInterface/open-simulation-interface/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av3.1.0>[Content/Changes]*
13+
14+
* Complete rework of traffic signs including images in documentation.
15+
* Added Camera Detections in osi_featuredata.proto.
16+
* Added Ultrasonic Detections in osi_featuredata.proto.
17+
* Introduced light states for emergency and service vehicles.
18+
* Added orientation_acceleration and updated formulas.
19+
* Extended documentation with svg images.
20+
* Added model_reference for static and moving objects.
21+
* Added map_reference in ground truth.
22+
* Added proj4 string for coordinate transformations.
23+
* Introduced raster_lidar_proposal from innoviz.
24+
* Improved documentation with HTML tables and images for all traffic signs.
25+
26+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.1.1[v3.1.1 - OSI "Dynamic Duncan", Update 1]
27+
28+
*https://github.com/OpenSimulationInterface/open-simulation-interface/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av3.1.1[Content/Changes]*
29+
30+
* **Bug Fix**: Changed open_simulation_interface target back from being a static library to a shared library, as before (this reverts an inadvertent change in v3.1.0 from previous releases).
31+
v3.1.0 breaks all users of the shared library (i.e. everyone building on Linux/Unix systems, and even some using the DLL on Windows).
32+
33+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.1.2[v3.1.2 - OSI "Dynamic Duncan", Update 2]
34+
35+
*https://github.com/OpenSimulationInterface/open-simulation-interface/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av3.1.2[Content/Changes]*
36+
37+
* **Bugfix**: The version number is now correct in the VERSION file.

appendix/releases/v03.02.adoc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.2.0[v3.2.0 - OSI "Editorial Eaton"]
2+
3+
https://www.youtube.com/watch?v=SJUhlRoBL8M[Think p(OSI)tive!]
4+
5+
*Purpose*
6+
7+
The work on the OSI project was until now mainly organized by the BMW AG.
8+
In order to enable as many interested parties as possible to contribute to the success of the Open Simulation Interface the project has been transferred to the https://www.asam.net/[ASAM e.V.] which has been made public in the https://www.asam.net/news-media/news/detail/news/bmw-transfers-open-simulation-interface-osi-to-asam/[ASAM press release].
9+
A new chapter in the development of OSI is now opened with the https://www.asam.net/conferences-events/detail/asam-osi-kick-off-workshop/[kickoff workshop] leading to hopefully many project proposals streamlining the efficient future development of the interface.
10+
Due to this we decided to focus on the improvement of processes and documentation with this release.
11+
12+
*https://github.com/OpenSimulationInterface/open-simulation-interface/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av3.2.0[Content/Changes]*
13+
14+
15+
* Updated README according to K(eep) I(t) S(imply) S(tupid) principle
16+
* Added Issue and Pullrequest templates
17+
* Travis CI updated
18+
** Update to bionic 18.04
19+
** Added tests for building protobuf 2.6 and 3.0 in parallel
20+
** Bugfixed the display of doubled documentation
21+
* Fixed several typos in the comments
22+
* Added a centralized documentation in https://github.com/OpenSimulationInterface/osi-documentation[OSI-Documentation]
23+
** Added contributors guidelines
24+
** Added commenting style guidelines
25+
** Added uniform citation style according to APA
26+
** Updated installation guides for osi in Linux and Windows
27+
** Added a reference in sphinx based on the generated doxygen documentation
28+
* Added rules to the comments in order to enforce osi message validation with the https://github.com/OpenSimulationInterface/osi-validation[OSI-Validator]
29+
* Added the rule definitions in the rules.yml
30+
* Modularized testing of commenting style into python unit tests
31+
* Defined a standardazied a file format for reading trace files (*.osi)
32+
* Defined naming conventions of osi files
33+
* Added a *.txt to *.osi file converter for backward compatibility
34+
* Added a script to make traces readable for plausibility checks
35+
* Corrected the citing style for OSI Bibtex
36+
* Corrected unit specifications and references according to DIN (e.g. removed Unit: [])
37+
* Added timestamp in osi_environment
38+
* Added is_out_of_service bool to traffic light / traffic sign

appendix/releases/v03.03.adoc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.3.0[v3.3.0 - OSI "Fabulous Fangio"]
2+
3+
Stay p(OSI)tive!
4+
5+
*Purpose*
6+
7+
As a part of the increasing adoption of OSI in the industry, and its movement to ASAM as its home, several new use cases and extensions for OSI have been identified.
8+
This minor release highlights the work that has been done on several working packages including the introduction of brand new top level messages which extend OSI's scope beyond the specialized world of sensor modeling.
9+
10+
*https://github.com/OpenSimulationInterface/open-simulation-interface/milestone/13?closed=1[Content/Changes]*
11+
12+
* Introduced the TrafficCommand top-level message which enables event-based control of traffic participant models, e.g. with regard to a scenario specification.
13+
* Introduced the TrafficUpdate top-level message to send updated properties of traffic participant models.
14+
* Add new LogicalDetectionData message to SensorData, which provides detection data with respect to the reference frame of the logical/virtual sensor.
15+
* Added a new submessage to further specify wheel data.
16+
* Added a new field to support future trajectories of moving objects.
17+
* Added a new subtype message to osi_lane to better align with OpenDrive's lane type information and enable traffic participant models to identify lanes on which they are supposed to move.
18+
* Extended traffic lights and signs messages to include the model_references attribute that can be used to point out to a 3D-model.
19+
* Add global model reference to ground truth that can be used to specify the 3D model representing the environment.
20+
* Extended the camera sensor view configuration to better support the configuration of the simulation environment.
21+
* Added a new field to describe the position of the steering wheel.
22+
* Added a message MovingObjectClassification for classify-able attributes that are shared between different moving object types.
23+
Introduced the assigned lane id and the assigned lane percentage of a moving object there.
24+
25+
* Updated to checklist for pull requests to provide clearer orientation for all users.
26+
* Updated the documentation of centerline and lane boundaries (ordering of the points, describing those lines).
27+
* Updated the documentation of 3D bounding boxes.
28+
* Update the documentation of ground clearance.
29+
30+
* Make handling of enums in rules check more robust, especially ones.
31+
* Set the default compiler to C++ 11 to support protobuf>3.6.
32+
33+
= https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.3.1[v3.3.1 - OSI "Fabulous Fangio", Update 1]
34+
35+
*https://github.com/OpenSimulationInterface/open-simulation-interface/milestone/18?closed=1[Content/Changes]*
36+
37+
* **Bug Fix**: Fixed outdated version information in VERSION file in 3.3.0.
38+
This led to wrong versioning in proto definitions and Doxygen documentation.
39+
* **Bug Fix**: Removed outdated picture in README.md.

contributing/commenting_fields_enums.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,4 @@ message EnvironmentalConditions
5656

5757
**Related topics**
5858

59-
- <<_writing_custom_rules>>
6059
- <<_guidelines_for_creating_literary_references>>

contributing/osi_repos.adoc

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)