# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://njord.gitbook.io/digital-competition-2023/4-platform-interface/4.4-position-and-velocity-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
