Skip to content

Commit 0ed0f54

Browse files
authored
feat(docs): Describe coordinate systems and reference points (#510)
Signed-off-by: Maximilian Rosin <maximilian.rosin@parson-europe.com>
1 parent 2e1665d commit 0ed0f54

7 files changed

+6809
-27
lines changed

doc/architecture/coordinate_systems.adoc

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/architecture/reference_points.adoc

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
= Coordinate systems and reference points
2+
3+
OSI uses DIN ISO 8855:2013-11 for coordinate systems and transformations between coordinate systems.
4+
OSI uses three coordinate systems:
5+
6+
World coordinate system::
7+
Coordinate system for all quantities which are part of ground truth.
8+
The world coordinate system is an inertial x/y/z-coordinate system.
9+
10+
Sensor coordinate system::
11+
Coordinate system for all quantities which are part of sensor data.
12+
The origin is the mounting position of the physical sensor or a virtual mounting position, depending on the technology.
13+
14+
Object coordinate system::
15+
Coordinate system for local object coordinates.
16+
The origin of the corresponding coordinate systems is not necessarily identical to the center of the object's bounding box.
17+
For example with vehicles, the origin is the middle of the rear axle projected onto the ground.
168 KB
Loading

0 commit comments

Comments
 (0)