# Scenario: Returning to a Series of Known Positions

Sometimes you need to return to a series of known waypoints. You could imagine a requirement to visit a series of buoy anchors or pipeline supports once a week. You could do a series of waypoint navigation segments as described in the autonomous waypoint navigation scenario. However, as the distance traveled increased, the position fix will accumulate errors. Let’s say the anchors are 100m apart, by the time you get to the fifth or six anchor you could have a position error of 20 or 30 meters.

Since the positions of the anchors are all known in this scenario, as you arrive at each anchor you could send a position update to the DVL, to reset the accumulated error.

**What this requires in addition to the DVL**: In addition to what is needed for manual or autonomous waypoint navigation, you will want a simple way to send the true waypoint positions to the DVL when the ROV is at the waypoint. You will also want a simple way to select the next waypoint. You could type the coordinates in as needed, but that is tedious and error-prone, and having a software assist would be helpful.


---

# 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/dvl-75/usage-considerations-and-scenarios/scenario-returning-to-a-series-of-known-positions.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.
