# MAVLINK-ORIGIN

This command turns on and off the ability to send a [SET\_GPS\_GLOBAL\_ORIGIN](https://mavlink.io/en/messages/common.html#SET_GPS_GLOBAL_ORIGIN) to the ROV's MAVlink REST server, if MAVlink messages are enabled and if a connection is established. The DVL will send this message one time after connection to the MAVlink REST server is established, and it will contain the latitude and longitude of (0,0).

The setting is stored in flash memory until a new setting is received.

Examples:

MAVLINK-AUTO-ORIGIN ON

MAVLINK-AUTO-ORIGIN OFF


---

# 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://docs.ceruleansonar.com/c/tracker-650/communicating-with-the-tracker-650/commands-accepted-by-the-tracker-650/mavlink-origin.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.
