# 4.2 Sensor Input

The following data is made available to teams:&#x20;

* 4 Optical cameras&#x20;
* 1 Lidar&#x20;
* GPS Position&#x20;
* Vessel Heading&#x20;
* Vessel velocities in 3 degrees from freedom&#x20;

Standard system setup of optical cameras:&#x20;

* Field of view: 100 degrees&#x20;
* Framerate: 3 frames per second&#x20;
* Resolution: 1920x1080&#x20;

The optical cameras are published in ROS as /optical messages. The full topic names are:

* &#x20;/optical/Front/image\_raw&#x20;
* /optical/Starboard/image\_raw&#x20;
* /optical/Back/image\_raw&#x20;
* /optical/Port/image\_raw

If the simulation is running slowly, the image resolution can be lowered by increasing the ‘Image Crop’ parameter in each camera object in the Unity editor.


---

# 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://njord.gitbook.io/digital-competition-2023/4-platform-interface/4.2-sensor-input.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.
