# Tracker650

Once you connect to the Tracker650, you should see something similar to the image below:

<figure><img src="/files/zc6brLDvoFtkWvdX7u8r" alt=""><figcaption></figcaption></figure>

The right hand drawer shows the Tracker650's configurations. There is also a checkbox to reveal the data console so you can see incoming packets.

If you click "Check Ardupilot Parameters" in the left drawer, then SonarView will make sure your vehicle has compatable parameters.&#x20;

{% hint style="info" %}
The options under Autopilot in the left drawer will only show up if you have a[ mavlink2rest vehicle added to a session with the Tracker650 or set as the default vehicle.](/c/sonarview/session-configurations/vehicle.md)
{% endhint %}

If you click "Pick Location", a map will show up so you can set ArduSub's internal global position:<br>

<figure><img src="/files/U0rE46vTX8mX2BN4L9CF" alt=""><figcaption></figcaption></figure>

The blue marker shows where ArduSub's position will be set to. The BlueROV icon shows where ArduSub currently thinks it is. You can either click on the map or use the lat/lon input box and then press enter or the "Send to Mavlink" button to set the position. Buttons from left to right are the following: Set marker to your computer's location, go to ArduSub's position, and go to your marker's position.

{% hint style="warning" %}
Setting the position will only work if the proper parameters are set
{% endhint %}


---

# 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/sonarview/device-specific-controls/tracker650.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.
