Skip to content

Commit 86b2b1e

Browse files
Updated feedback button behavior
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent fdf6674 commit 86b2b1e

38 files changed

+39
-76
lines changed

doc/_config.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ifndef::root-path[:root-path: ./]
88
:partials-path: {root-path}../_additional_content
99
:asciidoc-resources: ../asciidoc-resources
1010
:appendix-caption: Annex
11+
:page-feedbackurl: https://github.com/OpenSimulationInterface/open-simulation-interface/issues/new
1112

1213
// ifndef::use-antora-rules,include-only-once[]
1314
ifndef::include-only-once[]

doc/architecture/architecture_overview.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
= Overview of OSI architecture
2-
31
ifndef::include-only-once[]
42
:root-path: ../
53
include::{root-path}_config.adoc[]
64
endif::[]
5+
= Overview of OSI architecture
76

87
OSI contains an object-based environment description that uses the message format of the https://github.com/protocolbuffers/protobuf/wiki[Protocol Buffer] library.
98
Google developed and maintains the Protocol Buffer library.

doc/architecture/data_layer.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
= Data layer
2-
31
ifndef::include-only-once[]
42
:root-path: ../
53
include::{root-path}_config.adoc[]
64
endif::[]
5+
= Data layer
76

87
The OSI data layer is defined in the message specifications using the ProtoBuf IDL cite:[protobuf].
98
This defines the data that can be transmitted using OSI, including the structure and the semantics of the data.

doc/architecture/environmental_effect_model.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
= Environmental effect model
2-
31
ifndef::include-only-once[]
42
:root-path: ../
53
include::{root-path}_config.adoc[]
64
endif::[]
5+
= Environmental effect model
76

87
Environmental effect models consume `SensorView` messages and produce `SensorView` messages.
98
Environmental effect models may, for example, alter `SensorView` messages to include effects and phenomena caused by:

doc/architecture/feature_data.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
= Feature data
2-
31
ifndef::include-only-once[]
42
:root-path: ../
53
include::{root-path}_config.adoc[]
64
endif::[]
5+
= Feature data
76

87
`FeatureData` messages contain detected features in the reference frame of a sensor.
98
`FeatureData` messages are generated from `GroundTruth` messages.

doc/architecture/formatting_scripts.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
= Trace-file formatting scripts
2-
31
ifndef::include-only-once[]
42
:root-path: ../
53
include::{root-path}_config.adoc[]
64
endif::[]
5+
= Trace-file formatting scripts
76

87
The OSI repository contains Python scripts for converting trace files from one format to another.
98
The formatting scripts are stored in `open-simulation-interface/format/`

doc/architecture/ground_truth.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
= Ground truth
2-
31
ifndef::include-only-once[]
42
:root-path: ../
53
include::{root-path}_config.adoc[]
64
endif::[]
5+
= Ground truth
76

87
`GroundTruth` messages describe the simulated environment containing all simulated objects in the global coordinate system at consecutive time instances.
98
They are based on data available to the simulation environment.

doc/architecture/logical_model.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
= Logical model
2-
31
ifndef::include-only-once[]
42
:root-path: ../
53
include::{root-path}_config.adoc[]
64
endif::[]
5+
= Logical model
76

87
Logical models consume `SensorData` messages and produce `SensorData` messages.
98

doc/architecture/packaging_layer.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
= Packaging layer
2-
31
ifndef::include-only-once[]
42
:root-path: ../
53
include::{root-path}_config.adoc[]
64
endif::[]
5+
= Packaging layer
76

87
The OSI packaging layer specifies how components that use the OSI data layer, for example, sensor models, are packaged for exchange.
98

doc/architecture/proto-files.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
= Protobuffer files
2-
31
ifndef::include-only-once[]
42
:root-path: ../
53
include::{root-path}_config.adoc[]
64
endif::[]
5+
= Protobuffer files
76

87
TODO: Add general description.
98

0 commit comments

Comments
 (0)