Cookies Policy
The website need some cookies and similar means to function. If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service. Find out More
Accept Reject
  • Menu
Interest
Topics
Details

Details

  • Name

    Diogo Miguel Matos
  • Role

    Researcher
  • Since

    16th September 2020
006
Publications

2024

Efficient multi-robot path planning in real environments: a centralized coordination system

Authors
Matos, DM; Costa, P; Sobreira, H; Valente, A; Lima, J;

Publication
INTERNATIONAL JOURNAL OF INTELLIGENT ROBOTICS AND APPLICATIONS

Abstract
With the increasing adoption of mobile robots for transporting components across several locations in industries, congestion problems appear if the movement of these robots is not correctly planned. This paper introduces a fleet management system where a central agent coordinates, plans, and supervises the fleet, mitigating the risk of deadlocks and addressing issues related to delays, deviations between the planned paths and reality, and delays in communication. The system uses the TEA* graph-based path planning algorithm to plan the paths of each agent. In conjunction with the TEA* algorithm, the concepts of supervision and graph-based environment representation are introduced. The system is based on ROS framework and allows each robot to maintain its autonomy, particularly in control and localization, while aligning its path with the plan from the central agent. The effectiveness of the proposed fleet manager is demonstrated in a real scenario where robots operate on a shop floor, showing its successful implementation.

2023

Modelling of a Vibration Robot Using Localization Ground Truth Assisted by ArUCo Markers

Authors
Matos, D; Lima, J; Rohrich, R; Oliveira, A; Valente, A; Costa, P; Costa, P;

Publication
ROBOTICS IN NATURAL SETTINGS, CLAWAR 2022

Abstract
Simulators have been increasingly used on development and tests on several areas. They allow to speed up the development without damage and no extra costs. On realistic simulators, where kinematics play an important role, the modelling process should be imported for each component to be accurately simulated. Some robots are not yet modelled, as for example the Monera. This paper presents a model of a small vibration robot (Monera) that is acquired in a developed test-bed. A localisation ground truth is used to acquire the position of the Monera with actuating it. Linear and angular speeds acquired from real experiments allow to validate the proposed methodology.

2023

Multi-robot Coordination for a Heterogeneous Fleet of Robots

Authors
Pereira, D; Matos, D; Rebelo, P; Ribeiro, F; Costa, P; Lima, J;

Publication
ROBOT2022: FIFTH IBERIAN ROBOTICS CONFERENCE: ADVANCES IN ROBOTICS, VOL 2

Abstract
There is an increasing need for autonomous mobile robots (AMRs) in industrial environments. The capability of autonomous movement and transportation of items in industrial environments provides a significant increase in productivity and efficiency. This need, coupled with the possibility of controlling groups of heterogeneous robots, simultaneously addresses a wide range of tasks with different characteristics in the same environment, further increasing productivity and efficiency. This paper will present an implementation of a system capable of coordinating a fleet of heterogeneous robots with robustness. The implemented system must be able to plan a safe and efficient path for these different robots. To achieve this task, the TEA* (Time Enhanced A*) graph search algorithm will be used to coordinate the paths of the robots, along with a graph decomposition module that will be used to improve the efficiency and safety of this system. The project was implemented using the ROS framework and the Stage simulator. Results validate the proposed approach since the system was able to coordinate a fleet of robots in various different tests efficiently and safely, given the heterogeneity of the robots.

2023

Position Estimator for a Follow Line Robot: Comparison of Least Squares and Machine Learning Approaches

Authors
Matos, D; Mendes, J; Lima, J; Pereira, AI; Valente, A; Soares, S; Costa, P; Costa, P;

Publication
ROBOTICS IN NATURAL SETTINGS, CLAWAR 2022

Abstract
Navigation is one of the most important tasks for a mobile robot and the localisation is one of its main requirements. There are several types of localisation solutions such as LiDAR, Radio-frequency and acoustic among others. The well-known line follower has been a solution used for a long time ago and still remains its application, especially in competitions for young researchers that should be captivated to the scientific and technological areas. This paper describes two methodologies to estimate the position of a robot placed on a gradient line and compares them. The Least Squares and the Machine Learning methods are used and the results applied to a real robot allow to validate the proposed approach.

2021

Multi AGV Coordination Tolerant to Communication Failures

Authors
Matos, D; Costa, P; Lima, J; Costa, P;

Publication
ROBOTICS

Abstract
Most path planning algorithms used presently in multi-robot systems are based on offline planning. The Timed Enhanced A* (TEA*) algorithm gives the possibility of planning in real time, rather than planning in advance, by using a temporal estimation of the robot's positions at any given time. In this article, the implementation of a control system for multi-robot applications that operate in environments where communication faults can occur and where entire sections of the environment may not have any connection to the communication network will be presented. This system uses the TEA* to plan multiple robot paths and a supervision system to control communications. The supervision system supervises the communication with the robots and checks whether the robot's movements are synchronized. The implemented system allowed the creation and execution of paths for the robots that were both safe and kept the temporal efficiency of the TEA* algorithm. Using the Simtwo2020 simulation software, capable of simulating movement dynamics and the Lazarus development environment, it was possible to simulate the execution of several different missions by the implemented system and analyze their results.