Home

globalframe

Globalframe is a term used in various technical fields to denote a fixed, universal coordinate frame relative to which all positions and orientations in a system are defined. It serves as a reference against which local or object-centered frames are measured, providing a common context for describing motion, geometry, and spatial relations.

In robotics and computer vision, the global frame (often called the world or map frame) is anchored

Implementation typically relies on transformation representations such as 4x4 homogeneous matrices or quaternions to enable frame-to-frame

Examples and domains where a global frame is used include geodesy, where the Earth-centered, Earth-fixed (ECEF)

Note that the term globalframe is descriptive rather than universally standardized; some communities prefer “world frame”

to
a
fixed
coordinate
system.
The
origin
and
orientation
are
established
once,
and
all
localization,
mapping,
and
pose
estimation
are
expressed
with
respect
to
it.
Local
or
body
frames
attached
to
sensors
or
actuators
move
with
the
device,
requiring
transformations
to
relate
them
to
the
global
frame.
conversions.
Transformations
may
accumulate
over
time
and
require
corrections,
for
example
through
loop
closures
in
SLAM,
to
mitigate
drift
and
maintain
consistency
with
the
global
frame.
frame
serves
as
a
true
global
reference;
computer
graphics
and
game
engines,
where
a
world
coordinate
system
acts
as
the
global
frame
distinct
from
model
or
camera
frames;
and
robotics
ecosystems
like
ROS,
which
rely
on
a
map
or
world
frame
to
integrate
odometry
and
sensor
data.
or
“map
frame.”
Related
concepts
include
reference
frame,
local
frame,
coordinate
transformation,
and
global
coordinate
systems
such
as
TRF
and
ITRF.