sw

Software Architecture

The control box of the Otter ASV used by NTNU, use a customized version of DUNE running on the Raspberry Pi OS.

Raspberry Pi OS is a Linux based operating system optimized for use on the Raspberry Pi hardware. Due to the great amount of community support available, and previous experience, it was chosen as the operating system for the Otter. Raspberry Pi OS comes in two official flavors, one with a full desktop environment, and one meant for headless (No screen, keyboard or mouse used, only remote access.) use. The Otter is controlled over a network connection, and having a desktop would only waste valuable resources. That is the reasoning behind why the Otter uses the headless version called Raspberry Pi OS Lite.

The software used to control the Otter is based on the LSTS Toolchain, which is a software toolchain meant for developing networked vehicle systems. It aims at creating a modular system for heterogeneous systems of vehicles, in order to control them by much of the same software. The Otter is an autonomous surface vehicle (ASV), but it also supports autonomous underwater vehicles (AUV), unmanned aerial vehicles (UAV), remotly operated vehicles (ROV) and more. An important aspect in why it was chosen, was that it is open source. This makes it easier to know how the software actually works, and also gives anybody a chance to fix faults, and implement new features.

The three main components are Neptus, IMC and DUNE. Neptus is the operators console, IMC is the communication protocol, and DUNE is the software controlling the vehicles. The next three sections give more details of these components.

The LSTS toolchain is also being used by multiple other projects at NTNU:

  • sw.txt
  • Last modified: 2022/09/19 11:34
  • by 127.0.0.1