Skip to content

Commit 5195a95

Browse files
Stefan CyliaxFlorianMueller87
Stefan Cyliax
authored andcommitted
Release prep: increase version in VERSION file
Signed-off-by: Stefan Cyliax <[email protected]> Signed-off-by: FlorianMueller87 <[email protected]>
1 parent 7cfb638 commit 5195a95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The Open Simulation Interface <sup>[[1]](https://www.hot.ei.tum.de/forschung/aut
77

88
As the complexity of automated driving functions rapidly increases, the requirements for test and development methods are growing. Testing in virtual environments offers the advantage of completely controlled and reproducible environment conditions.
99

10-
For more information on OSI see the [official documentation](https://opensimulationinterface.github.io/osi-documentation/) or the [official reference documentation](https://opensimulationinterface.github.io/open-simulation-interface/) for defined protobuf messages.
10+
For more information on OSI see the [official documentation](https://opensimulationinterface.github.io/osi-documentation/) or the [official reference documentation](https://opensimulationinterface.github.io/open-simulation-interface/) for defined protobuf messages.
1111

12-
[1] Hanke, T., Hirsenkorn, N., van-Driesten, C., Garcia-Ramos, P., Schiementz, M., Schneider, S. & Biebl, E. (2017, February 03). *A generic interface for the environment perception of automated driving functions in virtual scenarios.* Retrieved January 25, 2020, from https://www.hot.ei.tum.de/forschung/automotive-veroeffentlichungen/
12+
[1] Hanke, T., Hirsenkorn, N., van-Driesten, C., Garcia-Ramos, P., Schiementz, M., Schneider, S. & Biebl, E. (2017, February 03). *A generic interface for the environment perception of automated driving functions in virtual scenarios.* Retrieved January 25, 2020, from https://www.hot.ei.tum.de/forschung/automotive-veroeffentlichungen/
1313

1414
## Usage
1515
##### Example of generating OSI messages in `Python`
@@ -30,7 +30,7 @@ def main():
3030

3131
sv_ground_truth = sensorview.global_ground_truth
3232
sv_ground_truth.version.version_major = 3
33-
sv_ground_truth.version.version_minor = 4
33+
sv_ground_truth.version.version_minor = 5
3434
sv_ground_truth.version.version_patch = 0
3535

3636
sv_ground_truth.timestamp.seconds = 0
@@ -39,7 +39,7 @@ def main():
3939
moving_object = sv_ground_truth.moving_object.add()
4040
moving_object.id.value = 42
4141

42-
# Generate 1000 OSI messages for a duration of 10 seconds
42+
# Generate 1000 OSI messages for a duration of 10 seconds
4343
for i in range(1000):
4444

4545
# Increment the time

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR = 3
2-
VERSION_MINOR = 4
2+
VERSION_MINOR = 5
33
VERSION_PATCH = 0

0 commit comments

Comments
 (0)