# Thruster Deck Mount Example

The thruster deck of a BlueROV2 Heavy provides a convenient mounting location for the Tracker 650, as shown in the photo below. Read further for some insights in how to make this mounting location work for you. In the picture, the Tracker 650 is the cylindrical object labeled "R\&D T650". In addition to being convenient, the elevated mounting takes up some of the required minimum standoff distance of the Tracker 650, allowing the ROV to fly closer to the bottom.

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

Cerulean [sells ](https://ceruleansonar.com/product/tracket-650-bracket/)a 3D printed mount for the BlueROV2 Heavy thruster deck as shown in the photo below, and we also [publish ](https://drive.google.com/drive/u/2/folders/1wHmg9PUkOGPo7WkaAvmAWqTmfXKwJsQl)a CAD model of this part so you can print your own.&#x20;

<figure><img src="/files/05nuNAwov7IuT94grNpq" alt=""><figcaption></figcaption></figure>

When installed on the thruster deck (next photo), you will notice the alignment arrow is not parallel with the vehicle X axis. It is rotated 30 degrees about the Z (vertical) axis. This is for two reasons. The first is to resolve an interference between the Tracker 650 cable and the thruster immediately aft of the Tracker 650. The second reason is illustrated in the next photo.

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

The second reason for the rotation is to allow the inboard acoustic beam (blue cones) to pass though the frame of the ROV, as illustrated in the rendering below. If the X axis of the Tracker 650 was aligned with the ROV's X axis, two of the acoustic beams would be occluded by the ROV frame.

<figure><img src="/files/HY0be4WtbmrJc3FMB7Ks" alt=""><figcaption><p>Iso view of Tracker 650 mounted on thruster deck. Semi-transparent cones are shown for the sensor axes.</p></figcaption></figure>

There are two important points to account for:

{% hint style="warning" %}
The 30 degree Z rotation offset requires you enter an offset into the Tracker 650, using the GUI in SonarView, the [configuration web page](/c/tracker-650/configuring-the-tracker-650.md) hosted by the Tracker 650, in the [mounting rotation section](/c/tracker-650/configuring-the-tracker-650/setting-dvl-mounting-rotation-offsets.md) , or by sending  a [SET-SENSOR-ORIENTATION](/c/tracker-650/communicating-with-the-tracker-650/commands-accepted-by-the-tracker-650/set-sensor-orientation.md) command (all of these are needed only one time since it will be stored in non-volatile memory) with parameters (0, 0, 30). If the DVL was flipped around to the port thruster deck the arrow would be offset from straight astern by 30 degrees and the parameters to SET-SENSOR-ORIENTATION would be (0, 0, -150).
{% endhint %}

{% hint style="warning" %}
You must ensure the acoustic path through the frame is not obscured by cables or other items.
{% 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/tracker-650/mounting-the-tracker-650/thruster-deck-mount-example.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.
