# SET-SENSOR-ORIENTATION

Sets the sensor mounting orientation with respect to the ROV coordinate frame. \<ROLL>, \<PITCH>, \<HEADING> are given in degrees, and should all be ±180°. The rotations are all in [N-E-D coordinates](/c/tracker-650/coordinate-systems.md).

Example:

SET-SENSOR-ORIENTATION \<ROLL>,\<PITCH>,\<HEADING>

{% hint style="info" %}
See [coordinate system definitions](/c/tracker-650/coordinate-systems.md). The rotations are applied conventionally: Starting with the sensor frame aligned with the ROV frame, the yaw is applied to the sensor, then the pitch, then the roll. Not paying attention to this is a common source of error. If you apply the rotations in a different order the virtual sensor orientation can end up in a different place. See also [this example ](/c/tracker-650/mounting-the-tracker-650/thruster-deck-mount-example.md)of an offset and the associated orientation command.
{% endhint %}

Sets the sensor mounting orientation with respect to the ROV coordinate frame. \<ROLL>, \<PITCH>, \<HEADING> are given in degrees, and should all be ±180°.

SET-SENSOR-ORIENTATION \<ROLL>,\<PITCH>,\<HEADING>

Example:

SET-SENSOR-ORIENTATION 0, 0, 90


---

# 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/set-sensor-orientation.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.
