Skip to content

Commit 7699763

Browse files
authored
Merge pull request #723 from thomassedlmayer/fix/docs-coordinate-systems
Fix documentation on coordinate systems and transformations
2 parents 52ea356 + 3494001 commit 7699763

File tree

6 files changed

+20
-6769
lines changed

6 files changed

+20
-6769
lines changed

doc/architecture/reference_points_coordinate_systems.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ endif::[]
55
= Coordinate systems, reference points and coordinate transformation
66

77
OSI uses DIN ISO 8855:2013-11 cite:[iso8855] for coordinate systems and transformations between coordinate systems.
8-
OSI uses three coordinate systems:
8+
OSI uses the following coordinate systems:
99

1010
Global coordinate system::
1111
Coordinate system for all entities that are part of ground truth.
@@ -14,9 +14,13 @@ The origin is the global reference point that is determined by the environment s
1414
This reference point may be derived from map data or other considerations.
1515
Global coordinates can be mapped to a geographic coordinate system via `osi3::GroundTruth::proj_string`.
1616

17+
Host vehicle coordinate system::
18+
The host vehicle coordinate system's origin is defined to be at the center of the rear axle of the host vehicle.
19+
1720
Sensor coordinate system::
1821
Coordinate system for all entities that are part of sensor data.
1922
The origin is the mounting position of the physical sensor or a virtual mounting position, depending on the OSI message.
23+
Both physical and virtual sensor coordinate systems are relative to the host vehicle coordinate system.
2024

2125
Object coordinate system::
2226
Local object coordinate system.

doc/images/OSI_MovingObject.svg

Lines changed: 2 additions & 2 deletions
Loading
-168 KB
Binary file not shown.

0 commit comments

Comments
 (0)