Skip to content

Commit 0cf6266

Browse files
committed
fix(docs): Implement changes from review (#510)
Signed-off-by: Maximilian Rosin <maximilian.rosin@parson-europe.com>
1 parent 300ef1e commit 0cf6266

File tree

6 files changed

+6774
-18
lines changed

6 files changed

+6774
-18
lines changed
Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
= Reference points and coordinate systems
1+
= Coordinate systems and reference points
22

3-
With Open Simulation Interface, an object's position coordinates refer to the center of the object's bounding box.
4-
This reference point is not necessarily identical to the origin of the respective coordinate systems.
53
OSI uses DIN ISO 8855:2013-11 for coordinate systems and transformations between coordinate systems.
6-
74
OSI uses three coordinate systems:
85

96
World coordinate system::
@@ -15,12 +12,6 @@ Coordinate system for all quantities which are part of sensor data.
1512
The origin is the mounting position of the physical sensor or a virtual mounting position, depending on the technology.
1613

1714
Object coordinate system::
18-
Coordinate system for local object coordinates, for example, vehicle coordinates.
19-
For vehicles, the origin is the middle of the rear axle projected onto the ground.
20-
Other objects may use different origins.
21-
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.
24-
In this example, the virtual mounting position coincides with the origin of the vehicle coordinate system.
25-
26-
image::{imagedir}/osi_coordinate_systems.png[]
15+
Coordinate system for local object coordinates.
16+
The origin of the respective 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.
-349 KB
Binary file not shown.
168 KB
Loading

0 commit comments

Comments
 (0)