> For the complete documentation index, see [llms.txt](https://njord.gitbook.io/digital-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/digital-competition-2023/4-platform-interface/4.2-sensor-input.md).

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