> For the complete documentation index, see [llms.txt](https://njord.gitbook.io/physical-competition-2023/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/physical-competition-2023/6-task-descriptions/6.3-maneuvering-and-navigation.md).

# 6.3 Maneuvering and Navigation

The first category for the 2023 competition is Maneuvering and Navigation. The vessel will receive four GPS points which the vessel must safely navigate to. In the more complex challenges, the vessel must navigate the waters according to the sea markers. Different types of navigational sea markers will be utilized.

The task demonstrates the vessels' ability to manoeuvre and navigate within any given pathway. Contact with the sea markers should be avoided, and the vessel should stay within the pathway throughout the entire course. There will be three different tasks as shown below. Note that the vessel must be able to interpret cardinal markers and navigate accordingly.&#x20;

<figure><img src="/files/c4H9NxkPcysMvWsV9cL8" alt=""><figcaption><p>Category overwiev</p></figcaption></figure>

### Task 1.1

**OBJECTIVE:**

Section 1: Starting from GPS point 1, the ASV must navigate efficiently between gates 1 and 2, keeping a safe distance from the buoys. Demonstrates the ability to stay at the course as well as the ability to spot buoys in a distance.

Section 2: Gates are now spaced closer, and simple turns are introduced. Demonstrates the ability to chart an optimal route along a non-linear path.

**TASK ELEMENTS**

| Element           | Description                                       | Dimensions                                                                                              |
| ----------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| 2 gates           | Pair of red and green buoys                       | <p>5m between buoys,<br>20 meters between gates</p>                                                     |
| 11 Gates          | Pair of red and green buoys                       | <p>5m between buoys, </p><p>5meters between gates</p>                                                   |
| 13 Red buoys      | Red buoys                                         | <p>Height cylinder: 40cm </p><p>Diameter cylinder: 14cm<br>Height Buoy: 40cm<br>Diameter Buoy: 35cm</p> |
| 13 Green buoys    | Green                                             | <p>Height cylinder: 40cm </p><p>Diameter cylinder: 14cm<br>Height Buoy: 40cm<br>Diameter Buoy: 35cm</p> |
| 2 GPS-coordinates | <p>GPS-point 1 and 2<br>Provided before start</p> | N/A                                                                                                     |

**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.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.1. Your turn starts when the ASV crosses the first gate.&#x20;

If the ASV goes out of bounds during the track, it can again be switched into Remote Control mode and steered back on track to the point where it went out of bounds. This applies to all subtasks.

Step 4:

Once you pass the final gate of task 1.1, your attempt finishes. Then your ASV shall go to the next GPS point 2 and stay stationary there, waiting for the go-ahead to proceed. You may switch to Remote Control if needed.

***

### Task 1.2

**OBJECTIVE**

After passing GPS point 2, the ASV shall perform a 360-degree turn, while proceeding towards GPS point 3. This task can be solved in many ways.

**TASK ELEMENTS**

| Element           | Description                                       | Dimensions |
| ----------------- | ------------------------------------------------- | ---------- |
| 2 GPS-coordinates | <p>GPS-point 2 and 3<br>Provided before start</p> | N/A        |

**TASK GUIDELINE**

Step 1:

Once given the go-ahead, you must again activate Autonomous Mode, and your ASV may start its attempt at Task 1.2. Your attempt starts once given the go-ahead.

Step 2:

Your attempt finishes once reaching GPS point 3. Then your ASV shall stay stationary at the GPS-point 3, waiting for the go-ahead to proceed. You may switch to Remote Control if needed.

***

### Task 1.3

**OBJECTIVE**

The ASV will face a total of two cardinal markers inside a straight channel of red and green gates. The cardinal markers provide information on what side to pass the buoy and avoid danger. This will result in a S-line path, towards the end at GPS point 4.<br>

**TASK ELEMENTS**

| Element           | Description                                       | Dimensions                                                                                              |
| ----------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| 4 Gates           | Pair of red and green buoys                       | <p>5m between buoys,<br>5m between gates</p>                                                            |
| 1 Gate            | Pair of red and green buoys                       | <p>5m between buoys, </p><p>12m between gates</p>                                                       |
| 5 Red buoys       | Red buoys                                         | <p>Height cylinder: 40cm </p><p>Diameter cylinder: 14cm<br>Height Buoy: 40cm<br>Diameter Buoy: 35cm</p> |
| 5 Green buoys     | Green                                             | <p>Height cylinder: 40cm </p><p>Diameter cylinder: 14cm<br>Height Buoy: 40cm<br>Diameter Buoy: 35cm</p> |
| Cardinal marker   | East marker                                       | <p>Height cylinder: 40cm </p><p>Diameter cylinder: 14cm<br>Height Buoy: 40cm<br>Diameter Buoy: 35cm</p> |
| Cardinal marker   | West marker                                       | <p>Height cylinder: 40cm </p><p>Diameter cylinder: 14cm<br>Height Buoy: 40cm<br>Diameter Buoy: 35cm</p> |
| 2 GPS-coordinates | <p>GPS-point 3 and 4<br>Provided before start</p> | N/A                                                                                                     |

**TASK GUIDELINE**

Step 1:

Once given the go-ahead from the chief marshall, you must again activate Autonomous Mode, and your ASV may start its attempt at Task 1.3. Your turn starts when the ASV crosses the first gate.&#x20;

Step 2:

Once you pass the final gate of task 1.3, your attempt finishes. Then your ASV shall stop at GPS-point 4 and stay stationary there. You may switch to Remote Control

Step 3:

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/physical-competition-2023/6-task-descriptions/6.3-maneuvering-and-navigation.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.
