Skip to content

Commit cde81f4

Browse files
add specification document
1 parent d342a2a commit cde81f4

File tree

5 files changed

+751
-5
lines changed

5 files changed

+751
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@
99
[![](https://img.shields.io/pypi/pyversions/omega-prime.svg)](https://pypi.python.org/pypi/omega-prime/)
1010
[![](https://img.shields.io/github/issues-raw/ika-rwth-aachen/omega-prime.svg)](https://github.com/ika-rwth-aachen/omega-prime/issues)
1111

12-
> [!IMPORTANT]
13-
> The data model and specification are not finalized and are still under discussion. See this repository as a proof of concept.
14-
1512

1613
# Omega-Prime: Data Model, Data Format and Python Library for Handling Ground Truth Traffic Data
1714

1815
Data Model, Format and Python Library for ground truth data containing information on dynamic objects, map and environmental factors optimized for representing urban traffic. The repository contains:
19-
- **Sepcification Document:** to be released
16+
- **Sepcification Document:** [./docs/omega_prime_specification.md](https://github.com/ika-rwth-aachen/omega-prime/tree/main/docs/omega_prime_specification.md)
2017
- **Data Model**: What signals exists and how these are defined.
2118
- **Data Format Specification**: How to exchange and store those signals.
2219
- **Python Library**:
@@ -29,7 +26,7 @@ Data Model, Format and Python Library for ground truth data containing informati
2926
- **Validation** of data
3027
- **Interpolation** of data
3128

32-
The data model and format heavily utilze [ASAM OpenDRIVE](https://publications.pages.asam.net/standards/ASAM_OpenDRIVE/ASAM_OpenDRIVE_Specification/latest/specification/index.html#) and [ASAM Open-Simulation-Interface GroundTruth messages](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/V3.7.0/specification/index.html). omega-prime sets requirements on presence and quality of ASAM OSI GroundTruth messages and ASAM OpenDRIVE files and defines a file format the exchange and storage of such data.
29+
The data model and format utilze [ASAM OpenDRIVE](https://publications.pages.asam.net/standards/ASAM_OpenDRIVE/ASAM_OpenDRIVE_Specification/latest/specification/index.html#) and [ASAM Open-Simulation-Interface GroundTruth messages](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/V3.7.0/specification/index.html). omega-prime sets requirements on presence and quality of ASAM OSI GroundTruth messages and ASAM OpenDRIVE files and defines a file format for the exchange and storage of these.
3330

3431
Omega-Prime is the successor of the [OMEGAFormat](https://github.com/ika-rwth-aachen/omega_format). It has the benefit that its definition is directly based on the established standards ASAM OSI and ASAM OpenDRIVE and carries over the data quality requirements and the data tooling from OMEGAFormat. Therefore, it should be easier to incorporate omega-prime into existing workflows and tooling.
3532

@@ -75,3 +72,18 @@ Tested with exiD-v2.0 and inD-v1.1
7572
## File Format
7673
Based on [MCAP](https://mcap.dev/), [ASAM OSI](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html) and [ASAM OpenDRIVE](https://publications.pages.asam.net/standards/ASAM_OpenDRIVE/ASAM_OpenDRIVE_Specification/latest/specification/index.html#) the ASAM OSI GroundTruth messages and ASAM OpenDRIVE map are packaged as shown in the following figure.
7774
![](https://github.com/ika-rwth-aachen/omega-prime/blob/main/omega_specification.svg)
75+
76+
77+
# Acknowledgements
78+
79+
This package is developed as part of the [SYNERGIES project](https://synergies-ccam.eu).
80+
81+
<img src="https://raw.githubusercontent.com/ika-rwth-aachen/omega-prime/refs/heads/main/docs/synergies.svg"
82+
style="width:2in" />
83+
84+
85+
86+
Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Climate, Infrastructure and Environment Executive Agency (CINEA). Neither the European Union nor the granting authority can be held responsible for them.
87+
88+
<img src="https://raw.githubusercontent.com/ika-rwth-aachen/omega-prime/refs/heads/main/docs/funded_by_eu.svg"
89+
style="width:4in" />

docs/funded_by_eu.svg

Lines changed: 35 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)