AGENTS

Virtual as well as real life agents executing and receiving tasks and missions in the Core System

An agent is a unit that can receive and perform tasks/missions received from other agents and services in the Core System. Agents can provide the Core System with information to be shared between agents and services. The agents are categorized into four levels based on their capability of acting autonomously. Below you can find high-level descriptions of the different levels of agents.

Level 1 - Sensors

Sensors, without the need to be controlled, which provide the system with data, e.g. inspection or guarding of building or accident sites.

Level 2 - Task - manually

A task to be performed by a specific agent where the operator selects the task and appropriate agent.

Level 3 - Mission - Manually

When several agents need to cooperate, a task description is used that can contain several different tasks and agents with a common goal, e.g. to investigate a suspicious object. Both tasks and agents are chosen by the operator.

Level 4 - Mission - Autonomous delegation

Equivalent to Level 3, the operator knows the objective of a mission and based on that the operator provides the system with tasks. However which agents will carry out the mission is chosen by the system.

Agent Example

A central aspect of the core system are the agents, both simulated and real, that are integrated into the system. To support users there are code examples demonstrating how simple agents can be integrated into the arena map and the integration map. The agents are classified as simple since they can perform simple task, but do not have any logic beyond that. The code examples are available in the GitHub repo that is linked below.

Anomaly Detector Agent

The Anomaly Detector Agent can be used for surveillance purposes and in search and rescue scenarios for example. In the Arena map the Anomaly Detector Agent makes it possible to continuously search an area for pre-selected Point Of Interest (POI) types. This is done by giving the Anomaly Detector Agent the task of searching for specific POI types in a selected area. If a POI of that selected type is detected, the Anomaly Detector Agent will publish an anomaly to MQTT, and a warning will be visible in the Arena map. This makes it possible for an operator to act on the warning.

ArduPilot SITL

The WARA-PS Software-In-The-Loop (SITL) Simulator is a simulator, built on ArduPilot, that can act as a UxV, i.e. as a multicopter, helicopter, plane, rover, boat or submarine with derivates. ArduPilot is normally executed in physical Flight Control Systems (FCS’s) and is a COTS, open sourced software with a huge community that integrates many FCS’s and related electronics as lidar sensors, GPS’s, altitude sensors etc.

Currently the simulator is used as a development tool for boats and rovers where validation tests are performed before deploying to real hardware and field tests. The simulator is built upon the same software that is running in WARA-PS Pixhawk controlled vehicles as Mini-USV’s and Mini-UGV’s.

Unmanned Surface Vehicle Drone Operator

One of the assets in the Core System is the Unmanned Surface Vehicle (USV) Drone Operator which is a drone operator that can currently be seen on the Arena map as a USV. A drone operator looks like an agent, but functions as a coordinator and decision maker. This is because the drone operator has access to a number of drones and can receive commands and task-requests, and can then decide, based on proximity, which drone is most suitable to perform the requested task. The drone that is deemed most suitable will then execute the task. In the future, more parameters that the drone operator can make its decision on can be added.