> For the complete documentation index, see [llms.txt](https://njord.gitbook.io/team-handbook-njord-2025/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://njord.gitbook.io/team-handbook-njord-2025/9-task-descriptions/9.1-maneuvering.md).

# 9.1 Maneuvering

## Task 1

In the first part of the task, the vessel will be provided with two GPS points marking the start and end coordinates. Additionally, the vessel will receive multiple intermediate GPS points to navigate through. To control that the vessel passes all GPs points, the GUI must plot the position on the ASV in relation to the given GPS points.&#x20;

The task evaluates the vessel's ability to navigate the course and follow the GNSS courses. The task demonstrates the vessels' ability to maneuver within any given pathway. Contact with the buoys should be avoided, and the vessel should stay within the pathway throughout the entire course.&#x20;

<figure><img src="/files/Vzr4Ws2apfcTQWrNHoFA" alt=""><figcaption><p>Task 1</p></figcaption></figure>

**OBJECTIVE**&#x20;

The ASV will line up at GPS point 1. The ASV needs to follow the GPS waypoints, and halfway through the course follow the waypoints to the first gate. The ASV must navigate efficiently to GPS point 2, keeping a safe distance from the buoys. The ASV has to demonstrate the ability to stay on the course given by the GNSS points, as well as the ability to spot buoys in a distance. The route taken by the ASV  is to be plotted in the GUI against the ideal GNSS route.

| Element           | Description                 | Dimensions                                                                                              |
| ----------------- | --------------------------- | ------------------------------------------------------------------------------------------------------- |
| 2 GPS-coordinates | GPS-point 1, 2 and 3        | N/A                                                                                                     |
| 17 GPS-waypoints  | point 1.1 - 1.17            | N/A                                                                                                     |
| 10 Gates          | Pair of red and green buoys | <p>5 m between buoys,<br>5 m between gates</p>                                                          |
| 10 Red buoys      | Red buoys                   | <p>Height cylinder: 40cm </p><p>Diameter cylinder: 14cm<br>Height Buoy: 40cm<br>Diameter Buoy: 35cm</p> |
| 10 Green buoys    | Green buoys                 | <p>Height cylinder: 40cm </p><p>Diameter cylinder: 14cm<br>Height Buoy: 40cm<br>Diameter Buoy: 35cm</p> |

**TASK GUIDELINE**

Step 1:

You are at the dock and it is your turn.

Step 2:

You are given a clear signal from the chief marshall to steer your vessel to GPS point 1 of Task 1. This shall be done through Remote Control.

Step 3:

Once given the go-ahead from the chief marshall, you must switch to Autonomous Mode, and your ASV may start its attempt at Task 1. Your attempt starts when the ASV passes the first waypoint.

Step 4:

Halfway through the course the ASV has to combine camera vision and GNSS navigation to complete the whole task.

Step 5:

Once you pass the final gate of task 1 (GPS point 2), your attempt finishes. When the Chief Marshall gives the go-ahead, you may steer the ASV safely back to the dock in Remote Control.


---

# 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:

```
GET https://njord.gitbook.io/team-handbook-njord-2025/9-task-descriptions/9.1-maneuvering.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.
