You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/usecases/transforming_coordinate_systems.adoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,21 @@
2
2
3
3
== Vehicle and sensor coordinate systems
4
4
5
-
When running simulations, it is frequently necessary to transform coordinates from the world coordinate system for a specific vehicle and its sensors.
5
+
When running simulations, it is frequently necessary to transform coordinates from the global coordinate system for a specific vehicle and its sensors.
6
6
7
7
This section provides an overview of the messages and fields involved and their relationship for this task.
8
-
It demonstrates how a world coordinate system, vehicle coordinate system, and sensor coordinate system are related on the basis of a specific (ego) vehicle.
8
+
It demonstrates how a global coordinate system, vehicle coordinate system, and sensor coordinate system are related on the basis of a specific (ego) vehicle.
9
9
10
10
//TODO: Should we add one or more sentences about the mathematical operations involved?
11
11
12
12
**Corresponding messages**
13
13
14
14
``GroundTruth::moving_object::base::position``::
15
-
This field defines the position of the vehicle's reference point in world coordinates.
15
+
This field defines the position of the vehicle's reference point in global coordinates.
16
16
In Open Simulation Interface, an object's position is defined by the coordinates of the center of the object's 3D bounding box.
This field specifies the vector pointing from the vehicle's reference point to the middle of the rear axle under neutral load conditions in the vehicle coordinates.
@@ -28,7 +28,7 @@ The mounting position is given in the vehicle coordinate system.
28
28
**Example**
29
29
30
30
The following image shows the relationship between the coordinate systems.
31
-
The reference point of the vehicle is given by a vector in the world coordinate system.
31
+
The reference point of the vehicle is given by a vector in the global coordinate system.
32
32
A vector pointing from the reference position of the vehicle to the center of the rear axle then yields the origin of the vehicle coordinate system.
33
33
The mounting positions of the sensors and therefore the origins of the corresponding sensor coordinate systems are given with respect to the vehicle coordinate system.
0 commit comments