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
Publicações

Publicações por CRIIS

2024

Using Deep Learning for 2D Primitive Perception with a Noisy Robotic LiDAR

Autores
Brito, A; Sousa, P; Couto, A; Leão, G; Reis, LP; Sousa, A;

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

Abstract
Effective navigation in mobile robotics relies on precise environmental mapping, including the detection of complex objects as geometric primitives. This work introduces a deep learning model that determines the pose, type, and dimensions of 2D primitives using a mobile robot equipped with a noisy LiDAR sensor. Simulated experiments conducted in Webots involved randomly placed primitives, with the robot capturing point clouds which were used to progressively build a map of the environment. Two mapping techniques were considered, a deterministic and probabilistic (Bayesian) mapping, and different levels of noise for the LiDAR were compared. The maps were used as input to a YOLOv5 network that detected the position and type of the primitives. A cropped image of each primitive was then fed to a Convolutional Neural Network (CNN) that determined the dimensions and orientation of a given primitive. Results show that the primitive classification a chieved a n a ccuracy o f 95% in low noise, dropping to 85% under higher noise conditions, while the prediction of the shapes' dimensions had error rates from 5% to 12%, as the noise increased. The probabilistic mapping approach improved accuracy by 10-15% compared to deterministic methods, showcasing robustness to noise levels up to 0.1. Therefore, these findings h ighlight t he e ffectiveness of probabilistic mapping in enhancing detection accuracy for mobile robot perception in noisy environments. © 2024 IEEE.

2024

Enhancing Forest Fire Detection and Monitoring Through Satellite Image Recognition: A Comparative Analysis of Classification Algorithms Using Sentinel-2 Data

Autores
Brito, T; Pereira, AI; Costa, P; Lima, J;

Publicação
OPTIMIZATION, LEARNING ALGORITHMS AND APPLICATIONS, PT II, OL2A 2023

Abstract
Worldwide, forests have been harassed by fire in recent years. Either by human intervention or other reasons, the history of the burned area is increasing considerably, harming fauna and flora. It is essential to detect an early ignition for fire-fighting authorities can act quickly, decreasing the impact of forest damage impacts. The proposed system aims to improve nature monitoring and improve the existing surveillance systems through satellite image recognition. The soil recognition via satellite images can determine the sensor modules' best position and provide crucial input information for artificial intelligence-based systems. For this, satellite images from the Sentinel-2 program are used to generate forest density maps as updated as possible. Four classification algorithms make the Tree Cover Density (TCD) map, consisting of the Gaussian Mixture Model (GMM), Random Forest (RF), Support Vector Machine (SVM), and K-Nearest Neighbors (K-NN), which identify zones by training known regions. The results demonstrate a comparison between the algorithms through their performance in recognizing the forest, grass, pavement, and water areas by Sentinel-2 images.

2024

Energy Efficiency Analysis of Differential and Omnidirectional Robotic Platforms: A Comparative Study

Autores
Chellal, AA; Braun, J; Bonzatto, L Jr; Faria, M; Kalbermatter, RB; Gonçalves, J; Costa, P; Lima, J;

Publicação
SYNERGETIC COOPERATION BETWEEN ROBOTS AND HUMANS, VOL 1, CLAWAR 2023

Abstract
As robots have limited power sources. Energy optimization is essential to ensure an extension for their operating periods without needing to be recharged, thus maximizing their uptime and minimizing their running costs. This paper compares the energy consumption of different mobile robotic platforms, including differential, omnidirectional 3-wheel, omnidirectional 4-wheel, and Mecanum platforms. The comparison is based on the RobotAtFactory 4.0 competition that typically takes place during the Portuguese Robotics Open. The energy consumption from the batteries for each platform is recorded and compared. The experiments were conducted in a validated simulation environment with dynamic and friction models to ensure that the platforms operated at similar speeds and accelerations and through a 5200 mAh battery simulation. Overall, this study provides valuable information on the energy consumption of different mobile robotic platforms. Among other findings, differential robots are the most energy-efficient robots, while 4-wheel omnidirectional robots may offer a good balance between energy efficiency and maneuverability.

2024

Design and Development of an Omnidirectional Mecanum Platform for the RobotAtFactory 4.0 Competition

Autores
Braun, J; Baidi, K; Bonzatto, L; Berger, G; Pinto, M; Kalbermatter, RB; Klein, L; Grilo, V; Pereira, AI; Costa, P; Lima, J;

Publicação
SYNERGETIC COOPERATION BETWEEN ROBOTS AND HUMANS, VOL 1, CLAWAR 2023

Abstract
Robotics competitions are highly strategic tools to engage and motivate students, cultivating their curiosity and enthusiasm for technology and robotics. These competitions encompass various disciplines, such as programming, electronics, control systems, and prototyping, often beginning with developing a mobile platform. This paper focuses on designing and implementing an omnidirectional mecanum platform, encompassing aspects of mechatronics, mechanics, electronics, kinematics models, and control. Additionally, a simulation model is introduced and compared with the physical robot, providing a means to validate the proposed platform.

2024

A Comparison of PID Controller Architectures Applied in Autonomous UAV Follow up of UGV

Autores
Bonzatto, L Jr; Berger, GS; Braun, J; Pinto, MF; dos Santos, MF; Junior, AO; Nowakowski, M; Costa, P; Wehrmeister, MA; Lima, J;

Publicação
ROBOT 2023: SIXTH IBERIAN ROBOTICS CONFERENCE, VOL 2

Abstract
The cooperation between Unmanned Aerial Vehicles (UAVs) and Unmanned Ground Vehicles (UGVs) has brought new perspectives and effectiveness to production and monitoring processes. In this sense, tracking moving targets in heterogeneous systems involves coordination, formation, and positioning systems between UGVs and UAVs. This article presents a Proportional-Integral-Derivative (PID) control strategy for tracking moving target operations, considering an operating environment between a multirotor UAV and an indoor UGV. Different PID architectures are developed and compared to each other in the Gazebo simulator, whose objective is to analyze the control performance of the UAV when used to track the ground robot based on the identification of the ArUco fiducial marker. Computer vision techniques based on the Robot Operating System (ROS) are integrated into the UAV's tracking system to provide a visual reference for the aircraft's navigation system. The results of this study indicate that the PD, Cascade, and Parallel controllers showed similar performance in both trajectories tested, with the Parallel controller showing a slight advantage in terms of mean error and standard deviation, suggesting its suitability for applications that prioritize precision and stability.

2024

Development of a Low-Cost 3D Mapping Technology with 2D LIDAR for Path Planning Based on the A* Algorithm

Autores
Ferreira, E; Grilo, V; Braun, J; Santos, M; Pereira, AI; Costa, P; Lima, J;

Publicação
ROBOT 2023: SIXTH IBERIAN ROBOTICS CONFERENCE ADVANCES IN ROBOTICS, VOL 1

Abstract
This article presents the development of a low-cost 3D mapping technology for trajectory planning using a 2D LiDAR and a stepper motor. The research covers the design and implementation of a circuit board to connect and control all components, including the LiDAR and motor. In addition, a 3D printed support structure was developed to connect the LiDAR to the motor shaft. System data acquisition and processing are addressed, as well as the generation of the point cloud and the application of the A* algorithm for trajectory planning. Experimental results demonstrate the effectiveness and feasibility of the proposed technology for low-cost 3D mapping and trajectory planning applications.

  • 6
  • 356