Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Formatting fix
Signed-off-by: Pierre R. Mai <[email protected]>
  • Loading branch information
pmai committed Mar 25, 2024
commit 274859c9f6c62a7665907987567945806d8136f3
3 changes: 2 additions & 1 deletion doc/architecture/reference_points_coordinate_systems.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Coordinate system for all entities that are part of ground truth.
The global coordinate system is an inertial x/y/z-coordinate system.
The origin is the global reference point that is determined by the environment simulation.
This reference point may be derived from map data or other considerations.
Global coordinates can be mapped to a geographic coordinate system via `osi3::GroundTruth::proj_string`. Note that before applying any PROJ transformations to global coordinates, the `osi3::GroundTruth::proj_frame_offset` must be applied.
Global coordinates can be mapped to a geographic coordinate system via `osi3::GroundTruth::proj_string`.
Note that before applying any PROJ transformations to global coordinates, the `osi3::GroundTruth::proj_frame_offset` must be applied.

Host vehicle coordinate system::
The host vehicle coordinate system's origin is defined to be at the center of the rear axle of the host vehicle.
Expand Down