Skip to content

Commit 300ef1e

Browse files
committed
feat(docs): Implement review suggestions (#510)
Signed-off-by: Maximilian Rosin <maximilian.rosin@parson-europe.com>
1 parent 32f84b7 commit 300ef1e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/architecture/reference_points_coordinate_systems.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ OSI uses DIN ISO 8855:2013-11 for coordinate systems and transformations between
66

77
OSI uses three coordinate systems:
88

9-
World coordinates::
9+
World coordinate system::
1010
Coordinate system for all quantities which are part of ground truth.
1111
The world coordinate system is an inertial x/y/z-coordinate system.
1212

13-
Sensor coordinates::
13+
Sensor coordinate system::
1414
Coordinate system for all quantities which are part of sensor data.
1515
The origin is the mounting position of the physical sensor or a virtual mounting position, depending on the technology.
1616

17-
Object coordinates::
17+
Object coordinate system::
1818
Coordinate system for local object coordinates, for example, vehicle coordinates.
19-
For vehicles, the origin is the middle of the rear axle.
19+
For vehicles, the origin is the middle of the rear axle projected onto the ground.
2020
Other objects may use different origins.
2121

22-
The following images shows an example of the differents coordinate systems.
23-
It also shows that the reference point of the vehicle is located in the center of its bounding box whereas the origin of the vehicle coordinate system is located on the rear axle.
22+
The following image shows an example of the differents coordinate systems.
23+
It also shows that the reference point of the vehicle is located in the center of its bounding box whereas the origin of the vehicle coordinate system is the middle of rear axle projected onto the ground.
2424
In this example, the virtual mounting position coincides with the origin of the vehicle coordinate system.
2525

2626
image::{imagedir}/osi_coordinate_systems.png[]
347 Bytes
Loading

doc/usecases/transforming_coordinate_systems.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The middle of the rear axle is
1919

2020
``SensorData::mounting_position``::
2121
Defines the sensor’s position and orientation and thereby the origin of the sensor coordinate system.
22-
The mounting position is defined in sensor coordinates and relative to the origin of the vehicle coordinate system.
22+
The mounting position is given in the vehicle coordinate system.

0 commit comments

Comments
 (0)