Skip to content

Commit fdf6674

Browse files
Fixed minor bugs and updated links to
interface spec Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent d5f41f1 commit fdf6674

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/architecture/sensor_data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ifndef::include-only-once[]
44
:root-path: ../
55
include::{root-path}_config.adoc[]
66
endif::[]
7-
sw
7+
88
`SensorData` messages imitate the output of real sensors.
99
They can be generated from `GroundTruth` messages, `SensorView` messages, `FeatureData` messages, or `SensorData` messages.
1010
With the exception of feature data, all information regarding the environment is given with respect to the virtual sensor coordinate system.

doc/architecture/sensor_view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ The sensor view provides the input to OSI sensor models.
1010
All information regarding the environment is given with respect to the virtual sensor coordinate system, with two exceptions:
1111

1212
* Physical technology-specific data, given with respect to the physical sensor coordinate system specified in the corresponding physical sensor's mounting position.
13-
One example of technology-specific data is: https://opensimulationinterface.github.io/open-simulation-interface/structosi3_1_1CameraSensorView.html#ac58456a34babf78792ea2608eb963f36[`image_data` of `osi3::CameraSensorView`]
13+
One example of technology-specific data is: xref:gen:structosi3_1_1CameraSensorView.adoc#ac58456a34babf78792ea2608eb963f36[`image_data` of `osi3::CameraSensorView`]
1414
* Ground truth given in the global coordinate system.

doc/architecture/traffic_participant.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif::[]
88
A traffic participant is an element of the simulated world and can change its state during simulation time, for example, its position and orientation.
99
A traffic participant represents one of the following:
1010

11-
- Living being.
11+
- Living being
1212
- Means of transportation for living beings
1313
- Means of transportation for goods
1414
- Any other movable object that may travel on the road network

0 commit comments

Comments
 (0)