A Simplistic Approach for Lightweight Multi-Agent SLAM Algorithm

A Simplistic Approach for Lightweight Multi-Agent SLAM Algorithm

Anton Filatov, Kirill Krinkin
DOI: 10.4018/IJERTCS.2020070104
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

Limitation of computational resources is a challenging problem for moving agents that launch such algorithms as simultaneous localization and mapping (SLAM). To increase the accuracy on limited resources one may add more computing agents that might explore the environment quicker than one and thus to decrease the load of each agent. In this article, the state-of-the-art in multi-agent SLAM algorithms is presented, and an approach that extends laser 2D single hypothesis SLAM for multiple agents is introduced. The article contains a description of problems that are faced in front of a developer of such approach including questions about map merging, relative pose calculation, and roles of agents.
Article Preview
Top

Introduction

SLAM problem is a situation where a mobile platform, being placed in an unknown environment, has to build a map and find its location simultaneously. There are many algorithms that are applicable to mobile moving platforms, such as a robot vacuum cleaner, a reconnaissance drone, or even a rover. However, the process of building a map can be accelerated if several agents are used at the same time, where each explores its part of an environment, and in the future, the individual parts can be combined into one picture. The SLAM problem that is being solved by several agents is referred to as multi-agent SLAM problem further.

The paper extends the work (Filatov, 2019), the most important of which questions are described below. The first part of this paper continues the work of (Krinkin, 2017) and presents a brief description of existing multi-agent SLAM algorithms, describes most common approaches and shows their advantages and disadvantages. It describes the approaches how to extend a single-agent SLAM algorithm to the multi-agent case and. It also demonstrates the approaches that were initially based on a multi-agent architecture. Thus, the high-level description of state-of-the-art approaches is presented in this paper as opposed to the previous paper which focused on doing a survey of several algorithms.

The second part of this paper covers the issue of map merging (a problem about combining results of several agents). Each existing algorithm solves this problem in its own way that is most commonly based on the architecture of current approach. The paper presents the high-level solution to this problem.

The third part is an intuitive extension of a laser 2D grid based single-agent SLAM algorithm. The common idea of the suggested algorithm is to fulfill two statements:

  • Each agent should work individually, which means that there should not be a server that might make the whole system vulnerable to the loss of this agent.

  • The algorithm should be successfully launched on the low performance hardware without delays and freezing. (This paper considers such hardware to be comparable with Raspberry Pi 3B).

To fulfill the first statement agents should contact each other without an intermediary, i.e. agents should be gathered, for instance, in an ad-hoc network. The second statement makes the restriction that the algorithm should base on simple approaches which leads to tradeoff between the accuracy and speed of performance.

The paper is structured as follows: Section 2 describes of existing multi-agent algorithms; Section 3 provides a description of the developed algorithm; Section 4 deals with its performance and testing on the real recorded datasets.

Complete Article List

Search this Journal:
Reset
Volume 15: 1 Issue (2024): Forthcoming, Available for Pre-Order
Volume 14: 1 Issue (2023)
Volume 13: 4 Issues (2022): 1 Released, 3 Forthcoming
Volume 12: 4 Issues (2021)
Volume 11: 4 Issues (2020)
Volume 10: 4 Issues (2019)
Volume 9: 2 Issues (2018)
Volume 8: 2 Issues (2017)
Volume 7: 2 Issues (2016)
Volume 6: 2 Issues (2015)
Volume 5: 4 Issues (2014)
Volume 4: 4 Issues (2013)
Volume 3: 4 Issues (2012)
Volume 2: 4 Issues (2011)
Volume 1: 4 Issues (2010)
View Complete Journal Contents Listing