> For the complete documentation index, see [llms.txt](https://docs.ceruleansonar.com/c/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ceruleansonar.com/c/omnitrack/accuracy-expectations.md).

# Accuracy Expectations

For an Omnitrack system that includes a Mk III ROVLe system, you can expect typical position accuracy of the ROV to be the error-propagation sum of several main uncorrelated errors.

* GNSS position error, dependent on how well the user follows our guidance to keep the system out of a GNSS shadow, typically 3 to 5 meters circular-error-probable (CEP).
* GNSS compass error, also dependent on how well the user follows our guidance to keep the system out of a GNSS shadow, typically 0.5 degrees probable.
* Angular resolution from the topside unit to the deepside unit, typically 2 degrees, assuming the user has enabled the ability to use the ROV's estimate of its own depth (as we recommend). This error (in meters) is thus approximately **sin(2 degrees) \* slant range (in meters)** probable.
* Since the two angular errors are uncorrelated, the combined angular error is about 2.1 degrees probable.
* Another error, slant range measurement \[direct, straight distance between topside unit and deepside unit], is usually insignificant compared to the other errors.
* Not taking into account any other minor error sources, the system CEP is then approximately:\
  &#x20;**square\_root( 25 + ( sine( 2.1 degrees ) \* slant range in meters) ^ 2 )**
* It follows that the closer the deepside unit is to the topside unit, the lower the system CEP, with the lower bound set by the GNSS position accuracy.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ceruleansonar.com/c/omnitrack/accuracy-expectations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
