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
About

About

Ricardo B. Sousa (born in 1997 in Vila Nova de Gaia, Portugal) is a researcher at CRIIS - Centre for Robotics in Industry and Intelligent Systems from INESC TEC - Institute for Systems and Computer Engineering, Technology and Science. He holds a Master's degree in Electrical and Computers Engineering (ECE) from the Faculty of Engineering, University of Porto (FEUP), where he completed his MSc thesis on odometry and extrinsic sensor calibration on mobile robots. Currently, he is pursuing a PhD degree in ECE at FEUP, researching on long-term localization and mapping in dynamic environments. Furthermore, he is an active member of the 5dpo Robotics Team at FEUP, which competes in national and international robotics competitions, developing and studying on perception, robot design, and system integration. His main research interests include perception, sensor fusion, Simultaneous Localization and Mapping (SLAM), sensor calibration, control systems, and mobile robots.

Interest
Topics
Details

Details

  • Name

    Ricardo Barbosa Sousa
  • Role

    Researcher
  • Since

    15th November 2019
005
Publications

2025

Integrated RFID System for Intralogistics Operations with Industrial Mobile Robots

Authors
Pacheco, FD; Rebelo, PM; Sousa, RB; Silva, MF; Mendonça, HS;

Publication
IEEE International Conference on Autonomous Robot Systems and Competitions, ICARSC 2025, Funchal, Portugal, April 2-3, 2025

Abstract
Radio-Frequency IDentification (RFID) technologies automate the identification of objects and persons, having several applications in retail, manufacturing, and intralogistics sectors. Several works explore the application of RFID systems in robotics and intralogistics, focusing on locating robots, tags, and inventory management. This paper addresses the challenge of intralogistics cargo trolleys communicating their characteristics to an autonomous mobile robot through an RFID system. The robot must know the trolley's relative pose to avoid collisions with the surroundings. As a result, the passive tag on the cargo communicates information to the robot, including the base footprint of the trolley. The proposed RFID system includes the development of a controller board to interact with the frontend integrated circuit of an external antenna onboard the industrial mobile robot. Experimental results assess the system's readability distance in two distinct environments and with two different antenna modules. All the code and documentation are available in a public repository. © 2025 IEEE.

2025

Integrating Multimodal Perception into Ground Mobile Robots

Authors
Sousa, RB; Sobreira, HM; Martins, JG; Costa, PG; Silva, MF; Moreira, AP;

Publication
IEEE International Conference on Autonomous Robot Systems and Competitions, ICARSC 2025, Funchal, Portugal, April 2-3, 2025

Abstract
Multimodal perception systems enhance the robustness and adaptability of autonomous mobile robots by integrating heterogeneous sensor modalities, improving long-term localisation and mapping in dynamic environments and human-robot interaction. Current mobile platforms often focus on specific sensor configurations and prioritise cost-effectiveness, possibly limiting the flexibility of the user to extend the original robots further. This paper presents a methodology to integrate multimodal perception into a ground mobile platform, incorporating wheel odometry, 2D laser scanners, 3D Light Detection and Ranging (LiDAR), and RGBD cameras. The methodology describes the electronics design to power devices, firmware, computation and networking architecture aspects, and mechanical mounting for the sensory system based on 3D printing, laser cutting, and bending metal sheet processes. Experiments demonstrate the usage of the revised platform in 2D and 3D localisation and mapping and pallet pocket estimation applications. All the documentation and designs are accessible in a public repository. © 2025 IEEE.

2025

From Competition to Classroom: A Hands-on Approach to Robotics Learning

Authors
Lopes, MS; Ribeiro, JD; Moreira, AP; Rocha, CD; Martins, JG; Sarmento, JM; Carvalho, JP; Costa, PG; Sousa, RB;

Publication
IEEE International Conference on Autonomous Robot Systems and Competitions, ICARSC 2025, Funchal, Portugal, April 2-3, 2025

Abstract
Robotics education plays a crucial role in developing STEM skills. However, university-level courses often emphasize theoretical learning, which can lead to decreased student engagement and motivation. In this paper, we tackle the challenge of providing hands-on robotics experience in higher education by adapting a mobile robot originally designed for competitions to be used in laboratory classes. Our approach integrates real-world robot operation into coursework, bridging the gap between simulation and physical implementation while maintaining accessibility. The robot's software is developed using ROS, and its effectiveness is assessed through student surveys. The results indicate that the platform increases student engagement and interest in robotics topics. Furthermore, feedback from teachers is also collected and confirmed that the platform boosts students' confidence and understanding of robotics. © 2025 IEEE.

2024

A Robotic Framework for the Robot@Factory 4.0 Competition

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

Publication
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

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

Publication
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.