Skip to main content

Frame Tags Reference

This page serves as a reference for the standard frame tags available in the refx library. Frame tags are metadata used to classify coordinate frames based on their function and type, which is crucial for ensuring type-safe and accurate transformations.

TagDescription
Geocentric / Global Frames
ecefEarth-Centered, Earth-Fixed. A global Cartesian frame.
llaGeodetic Latitude, Longitude, Altitude.
lldGeodetic Latitude, Longitude, Down.
Local Tangent Frames
nedNorth-East-Down. A right-handed local Cartesian frame.
enuEast-North-Up. A right-handed local Cartesian frame.
nwuNorth-West-Up. A right-handed local Cartesian frame.
wa_genericGeneric Wander Azimuth. A generic local Cartesian frame, templated wrt axis orientation.
wa_nedWander Azimuth. A standard generic local Cartesian frame (underlying NED).
waAlias for wa_ned.
wa_enuWander Azimuth. A generic local Cartesian frame (underlying ENU).
aerAzimuth, Elevation, Range. A local spherical frame.
Body-Fixed Frames
frdForward-Right-Down. A right-handed body frame (aerospace standard).
fluForward-Left-Up. A right-handed body frame (robotics standard, ROS).
rfuRight-Forward-Up. A right-handed body frame (vision standard).
sshSurge-Sway-Heave. A velocity frame for marine robotics.
Sensor-Fixed Frames
imu[Forward-Left-Up]. A right-handed frame usually related to Inertial Sensor suites.
camera[Right-Down-Forward]. A right-handed camera (pinhole) frame.