Cookies
O website necessita de alguns cookies e outros recursos semelhantes para funcionar. Caso o permita, o INESC TEC irá utilizar cookies para recolher dados sobre as suas visitas, contribuindo, assim, para estatísticas agregadas que permitem melhorar o nosso serviço. Ver mais
Aceitar Rejeitar
  • Menu
Sobre

Sobre

Ricardo Barbosa Sousa nasceu em Vila Nova de Gaia, Portugal, em 1997. Ele obteve o grau de Mestre em Engenharia Eletrotécnica e de Computadores (mestrado integrado) na Faculdade de Engenharia da Universidade do Porto (FEUP) em 2020. Atualmente, ele está no doutoramento em Engenharia Eletrotécnica e de Computadores na FEUP e está com uma bolsa de investigação no CRIIS - Centro de Robótica Industrial e Sistemas Inteligentes do INESC TEC - Instituto de Engenharia de Sistemas e Computadores, Tecnologia e Ciência. Os seus principais interesses de investigação são automação, calibração, controlo, fusão sensorial, localização e mapeamento, e veículos autónomos.

Tópicos
de interesse
Detalhes

Detalhes

  • Nome

    Ricardo Barbosa Sousa
  • Cargo

    Investigador
  • Desde

    15 novembro 2019
005
Publicações

2024

A Robotic Framework for the Robot@Factory 4.0 Competition

Autores
Sousa, RB; Rocha, CD; Martins, JG; Costa, JP; Padrao, JT; Sarmento, JM; Carvalho, JP; Lopes, MS; Costa, PG; Moreira, AP;

Publicação
2024 IEEE INTERNATIONAL CONFERENCE ON AUTONOMOUS ROBOT SYSTEMS AND COMPETITIONS, ICARSC

Abstract
Robotic competitions stand as platforms to propel the forefront of robotics research while nurturing STEM education, serving as hubs of both applied research and scientific innovation. In Portugal, the Portuguese Robotics Open (FNR) is an event with several robotic competitions, including the Robot@Factory 4.0 competition. This competition presents an example of deploying autonomous robots on a factory shop floor. Although the literature has works proposing frameworks for the original version of the Robot@Factory competition, none of them proposes a system framework for the Robot@Factory 4.0 version that presents the hardware, firmware, and software to complete the competition and achieve autonomous navigation. This paper proposes a complete robotic framework for the Robot@Factory 4.0 competition that is modular and open-access, enabling future participants to use and improve it in future editions. This work is the culmination of all the knowledge acquired by winning the 2022 and 2023 editions of the competition.

2024

Line Fitting-Based Corner-Like Detector for 2D Laser Scanners Data

Autores
Sousa, RB; Placido Sobreira, HM; Silva, MF; Moreira, AP;

Publicação
10th International Conference on Automation, Robotics and Applications, ICARA 2024, Athens, Greece, February 22-24, 2024

Abstract
The extraction of geometric information from the environment may be of interest to localisation and mapping algorithms. Existent literature on extracting geometric features from 2D laser data focuses mainly on detecting lines. Regarding corners, most methodologies use the intersection of line segment features. This paper presents a feature extraction algorithm for corner-like points in the 2D laser scan. The proposed methodol-ogy defines arrival and departure neighbourhoods around each scan point and performs local line fitting evaluated in multiple distance-based scales. Then, a set of indicators based on line fitting error, the angle between arrival and departure lines, and consecutive observation of the same keypoint across different scales determine the existence of a corner-like feature. The experiments evaluated the corner-like features regarding their relative position and observability, achieving standard deviations on the relative position lower than the sensor noise and visibility ratios higher than 75% with very low false positives rates. © 2024 IEEE.

2024

Pallet and Pocket Detection Based on Deep Learning Techniques

Autores
Caldana, D; Cordeiro, A; de Souza, JPC; Sousa, RB; Rebelo, PM; Silva, AJ; Silva, MF;

Publicação
7th Iberian Robotics Conference, ROBOT 2024, Madrid, Spain, November 6-8, 2024

Abstract
The high level of precision and consistency required for pallet detection in industrial environments and logistics tasks is a critical challenge that has been the subject of extensive research. This paper proposes a system for detecting pallets and its pockets using the You Only Look Once (YOLO) v8 Open Neural Network Exchange (ONNX) model, followed by the segmentation of the pallet surface. On the basis of the system a pipeline built on the ROS Action Server whose structure promotes modularity and ease of implementation of heuristics. Additionally, is presented a comparison between the YOLOv5 and YOLOv8 models in the detection task, trained with a customised dataset from a factory environment. The results demonstrate that the pipeline can consistently perform pallet and pocket detection, even when tested in the laboratory and with successive 3D pallet segmentation. When comparing the models, YOLOv8 achieved higher average metric values, with YOLOv8m providing better detection performance in the laboratory setting. © 2024 IEEE.

2024

Image and Command Transmission Over the 5G Network for Teleoperation of Mobile Robots

Autores
Levin, TB; Oliveira, JM; Sousa, RB; Silva, MF; Parreira, BS; Sobreira, HM; Mendonça, HS;

Publicação
7th Iberian Robotics Conference, ROBOT 2024, Madrid, Spain, November 6-8, 2024

Abstract
Human oversight can benefit scenarios with complex tasks, such as pallet docking and loading and unloading containers, beyond the current capabilities of autonomous systems without any failures. Furthermore, teleoperation systems allow remote control of mobile ground robots, especially with the surge of 5G technology that promises reliable and low latency communication. Current works research on exploring the latest features from the 5G standard, including ultra-Reliable Low-Latency Communication (uRLLC) and network slicing. However, these features may not be available depending on the Internet Service Provider (ISP) and communication devices. Thus, this work proposes a network architecture for the teleoperation of ground mobile robots in industrial environments using commercially available devices over the 5G Non-Standalone (NSA) standard. Experimental results include an evaluation of the network and End-to-End (E2E) latency of the proposed system. The results show that the proposed architecture enables teleoperation, achieving an average E2E latency of 347.19 ms. © 2024 IEEE.

2023

A systematic literature review on long-term localization and mapping for mobile robots

Autores
Sousa, RB; Sobreira, HM; Moreira, AP;

Publicação
JOURNAL OF FIELD ROBOTICS

Abstract
Long-term operation of robots creates new challenges to Simultaneous Localization and Mapping (SLAM) algorithms. Long-term SLAM algorithms should adapt to recent changes while preserving older states, when dealing with appearance variations (lighting, daytime, weather, or seasonal) or environment reconfiguration. When also operating robots for long periods and trajectory lengths, the map should readjust to environment changes but not grow indefinitely. The map size should depend only on updating the map with new information of interest, not on the operation time or trajectory length. Although several studies in the literature review SLAM algorithms, none of the studies focus on the challenges associated to lifelong SLAM. Thus, this paper presents a systematic literature review on long-term localization and mapping following the Preferred Reporting Items for Systematic reviews and Meta-Analysis guidelines. The review analyzes 142 works covering appearance invariance, modeling the environment dynamics, map size management, multisession, and computational topics such as parallel computing and timing efficiency. The analysis also focus on the experimental data and evaluation metrics commonly used to assess long-term autonomy. Moreover, an overview over the bibliographic data of the 142 records provides analysis in terms of keywords and authorship co-occurrence to identify the terms more used in long-term SLAM and research networks between authors, respectively. Future studies can update this paper thanks to the systematic methodology presented in the review and the public GitHub repository with all the documentation and scripts used during the review process.