> For the complete documentation index, see [llms.txt](https://njord.gitbook.io/digital-competition-2023/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://njord.gitbook.io/digital-competition-2023/4-platform-interface/4.4-position-and-velocity-data.md).

# 4.4 Position and Velocity data

Positional and velocity data are published on the /nav/pose and /nav/twist topics.

In the /nav/pose positions messages, ‘x’ is the latitude coordinate, ‘y’ is the longitude coordinate and ‘z’ is the heading of the vessel in degrees (measured clockwise with 0 degrees facing north). The orientation messages contain the vessel’s rotation in quaternions.

The /nav/twist linear messages contain the vessel’s linear velocities in the body-fixed frame, measured in meters per second. The angular messages contain the vessel’s angular velocity, measured in radians per second.
