Next Article in Journal
Characterization of SUEX Dry Film for 5G Applications
Next Article in Special Issue
Unmanned Aircraft Systems with Autonomous Navigation, 2nd Edition
Previous Article in Journal
Enhancing Vehicle IoT Security with PQC: A Lightweight Approach for Encrypted Sensor Data Transmission
Previous Article in Special Issue
Secure and Decentralised Swarm Authentication Using Hardware Security Primitives
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

LiDAR–RADAR Sensor Fusion and Telemetry Data Integration for Obstacle Detection Along the UAS Navigation Trajectory

1
Department of Science and Technology, University of Naples “Parthenope”, 80133 Naples, Italy
2
Italian Aerospace Research Center (CIRA), Via Maiorise, 81043 Capua, Italy
3
Department of Engineering, University of Campania “L. Vanvitelli”, 81031 Aversa, Italy
*
Author to whom correspondence should be addressed.
Electronics 2026, 15(3), 685; https://doi.org/10.3390/electronics15030685
Submission received: 30 December 2025 / Revised: 30 January 2026 / Accepted: 3 February 2026 / Published: 4 February 2026
(This article belongs to the Special Issue Unmanned Aircraft Systems with Autonomous Navigation, 2nd Edition)

Abstract

Today, the use of UASs (unmanned aerial systems) is rapidly expanding across civil, military, and scientific applications. The deployment of drones in close proximity to urban areas is becoming increasingly common, particularly during missions conducted beyond visual line of sight (BVLOS) or in fully autonomous modes. Advancements in technology have enabled the development of systems and platforms that no longer require a human operator onboard and are equipped with progressively higher levels of autonomy. Therefore, enhancing onboard systems is crucial to ensure a high level of operational safety, particularly during missions conducted in harsh and complex environments, such as urban and suburban areas, where the presence of a large number of static and dynamic obstacles, including pedestrians, vehicles, and other aircraft, is pervasive. In this context, the implementation and integration of multiple onboard devices and sensors represent the core focus of this work, with the objective of improving perception, navigation, and safety capabilities for autonomous UAV operations. In particular, communication channels, hardware integration, and data fusion techniques have been implemented and evaluated to improve system performance and situational awareness. This work presents the hardware and software integration of LiDAR and radar sensors with a Pixhawk autopilot and a Raspberry Pi companion computer, aimed at developing obstacle detection applications.

1. Introduction

The use of UASs have increased significantly in recent years, with operations in urban environments for applications such as surveillance, delivery services, and urban and industrial monitoring. This trend has led to the development of the concept of urban air mobility (UAM) for the transport of passengers and packages using UAS [1,2,3]. To ensure the safety, automation, accessibility, and cost-effectiveness of these services, a series of laws and regulations and new technologies need to be developed [4,5].
A key technology for an agile and safe integration of UAS operations is detect and avoid (DAA) systems, which enable UAVs to detect both fixed and mobile obstacles, such as buildings and other aircraft, and to model the surrounding flight environment, thereby avoiding any type of obstacle by instructing the autopilot to perform evasive maneuvers with high precision. The implementation of DAA capability involves three key components that ensure safe and efficient operation [6,7]:
  • Perception: The ability to use environmental data to generate accurate models of the flight environment in order to identify potential risks;
  • Trajectory planning: The ability to generate flight trajectories that enable obstacles to be avoided, while maintaining safe and efficient navigation;
  • Flight control: The ability to generate commands to perform evasive maneuvers that are capable of avoiding fixed and moving obstacles.
Controlling UAS, whether autonomously or remotely piloted, requires constant awareness of the aircraft’s status in terms of position, attitude, and speed, thanks to integrated IMU platforms onboard. In a DAA system, this information must be integrated with data from other onboard sensors such as radar [8], LiDAR [9], GNSS-INS [10,11], and RGB-D cameras [12,13]. Recent research has explored sensor fusion strategies, such as LiDAR combined with IMU [14,15,16,17], LiDAR with cameras [18,19,20,21], or radar with LiDAR [22,23,24,25,26,27], to increase robustness in obstacle detection.
Without a pilot onboard, UASs rely heavily on DAA systems to ensure safe operations, especially during missions performed in BVLOS modality [28,29,30,31,32,33].
By integrating obstacle detection sensors with telemetry data acquired by IMU platforms, vehicles in urban environments can dynamically modify their trajectory, taking into account structural, environmental, and regulatory limitations.
There exist research studies investigating sensor fusion between LiDAR and radar (or other complementary sensors) for obstacle detection in autonomous vehicles and UAVs. LiDAR and radar are often used in combination to compensate for the limitations of individual sensors and to improve robustness and accuracy. However, in the literature that is specifically focused on UAVs, the number of published works that directly integrate both LiDAR and radar technologies remains relatively limited compared to LiDAR–camera or radar–camera fusion approaches. In [34], LiDAR–radar depth data fusion was employed to enhance environmental perception for intelligent and connected vehicles (ICVs). In [22], a LiDAR–radar sensor fusion approach aiming to improve obstacle detection by exploiting the complementary advantages of the two sensors was implemented using a global nearest neighbor (GNN) filter for automotive applications. Similarly, Ref. [35] investigated LiDAR–radar fusion for robust perception under adverse weather conditions, such as fog.
LiDAR–radar fusion offers significant benefits for perception in autonomous systems, particularly in UAV and automotive applications. LiDAR provides accurate three-dimensional spatial measurements, while radar contributes direct velocity estimation and maintains reliable performance under adverse environmental conditions, such as rain or low visibility. By combining these complementary modalities, sensor fusion reduces false positives, enhances robustness in complex scenarios, and enables effective detection and avoidance of moving obstacles through detailed spatial mapping and dynamic tracking. However, implementing such systems presents several practical challenges. High-power radar and 3D LiDAR sensors increase weight and power consumption, limiting UAV endurance. Accurate temporal and spatial calibration between sensors adds implementation complexity, while the fusion process demands substantial computational resources, often beyond the capabilities of standard UAV microcontrollers. Moreover, integrating heterogeneous data types, such as LiDAR point clouds and radar returns, requires sophisticated algorithms, including advanced filtering techniques or neural network-based approaches, to ensure reliable perception. Despite these challenges, LiDAR–radar fusion remains a promising approach to improve both robustness and accuracy in obstacle detection under a wide range of operational conditions.
This work describes the hardware and software integration of LiDAR and radar sensors with a Pixhawk autopilot and a companion computer, Raspberry Pi, aiming to develop obstacle detection applications for the safety trajectory. The complete system is designed to manage the data flow, including LiDAR–radar data fusion, for obstacle detection. The fused data can provide alerts or warnings to the operator in the presence of nearby obstacles while being integrated with navigation and attitude information from the flight controller, enabling a comprehensive perception and monitoring capability for UAV operations.
The software modules, implemented in Python 3.9 and Matlab R2024b environments, enable the acquisition of telemetry data from the flight controller and the processing of obstacle detection data provided by the LiDAR and radar sensors. To assess the reliability of communication among the different components, a series of experimental tests were conducted in both real and controlled environments. This approach will enable the future development of an obstacle detection and avoidance (DAA) algorithm, based on the integration of navigation data received from the autopilot with obstacle detection data collected by the sensors.
The paper is organized as follows: Section 2 presents the materials and methods involved and Section 3 details the work and obtained results. Finally, Section 4 concludes the paper with final considerations and potential directions for future work.

2. Materials and Methods

This section provides a description of the hardware employed for the system developed as part of an obstacle detection system for UAM operations. The architecture is composed of several key components, including a flight control board (FCB), Pixhawk 2.4.8 (Radiolink, Shenzhen, China), a companion computer, Raspberry Pi 5 (Raspberry Pi, Cambridge, UK), and two sensors used for obstacle detection (LiDAR and radar). The interfacing methods and communication protocols between the different modules are as follows:
  • Pixhawk 2.4.8–Raspberry Pi 5: Communication via MAVLink protocol using UART serial port [36].
  • Radar-On-Chip IWR 1642–Raspberry Pi 5: Communication via the TI mmWave SDK proprietary protocol using UART serial port.
  • 3D LiDAR Helios 16P–Raspberry Pi 5: Communication via UPD protocol using Ethernet port.
This interface facilitates the seamless exchange of data between the autopilot, radar and LiDAR sensors and the computational platform, enabling the real-time processing of sensor inputs and control commands that are essential for the obstacle detection system’s functionality.

2.1. Experimental Platform

An experimental platform, consisting of the following components, was created to simulate a drone (Figure 1):
  • Flight control board (FCB): Pixhawk 2.4.8;
  • GPS receiver: Radiolink MN10 SE100;
  • Radio modem: FPV Radio Telemetry;
  • Li-Po battery: Turnigy 4.0;
  • Power module: APM Power Module GM v1.0.
This platform allows for testing and validation of the communication interface and obstacle detection algorithms in a real controlled environment.

2.1.1. Flight Control Board Pixhawk 2.4.8

The FCB Pixhawk 2.4.8 (Figure 2) is an open-source controller based on a project developed by 3DRobotics that is highly used for unmanned vehicle applications. It operates on the NuttX Real-Time Operating System (RTOS), ensuring efficient and reliable task execution.
Pixhawk 2.4.8 is powered by a 32-bit STM32F427 Cortex-M4 CPU with an integrated FPU and 128 KB of RAM, which provide enhanced real-time data processing capabilities. The integrated IMU is composed of a barometer and 3-axis gyroscope, accelerometer and magnetometer. The controller also offers eight RC channels and several serial ports (UART, I2C, SPI, CAN), enabling versatile communication with external devices [37].
This autopilot is an integral component in modern UAVs that is designed to support precise navigation and reliable data acquisition. Its versatile architecture enables seamless integration with external sensors, ensuring accurate environmental awareness and robust autonomous flight capabilities.

2.1.2. GPS Receiver: Radiolink MN10 SE100

Although Pixhawk autopilot already has an integrated GPS receiver, an external module has been used in the adopted configuration. The selected one is the Radiolink MN10 SE100 (Figure 3), a module equipped with an integrated magnetometer, which supports both GPS and GLONASS satellite systems, offering extended satellite coverage and highly accurate positioning capabilities, which improve the stability and navigation of the aircraft [38]. The main specifications are summarized in Table 1.

2.1.3. Radio Telemetry System

The FPV Radio Telemetry system (Figure 4) is an open-source communication platform which offers an efficient and straightforward solution for monitoring and controlling UAV operations. It is composed of due modules operating at a rated frequency of 915 MHz:
  • Air module: Installed onboard the vehicle, connected to the Pixhawk’s “TELEM1” port;
  • Ground: Connected via a USB connector to the ground control station (GCS) laptop.
Key features of radio telemetry include:
  • Long-range communication: Provides reliable data transmission between UAV and GCS;
  • Bidirectional datalink: Supports two-way communication for real-time telemetry data and commands from ground station;
  • Low latency: Ensures fast data exchange for navigation, monitoring, and control;
  • Compact and lightweight: Minimizes impact on UAV payload capacity;
  • Wide compatibility: Works with most used ground control software, such as Mission Planner or QGroundControl, and flight controllers, such as Pixhawk.

2.1.4. Li-Po Battery Turnigy 4.0

The battery used to power the experimental platform is a Turnigy 4.0 4000 mAh LiPo battery, which is widely used in radio-controlled models. The choice of LiPo batteries is due to their lower weight and volume compared to other types of batteries, as well as their ability to provide high specific energy, which makes them perfect for use in applications where weight is a key design feature.
The Turnigy 4.0 consists of four cells in series configuration, with a standard nominal voltage of 14.8 V [39]. The voltage and weight of LiPo batteries are closely related, making it necessary to compromise between the two when choosing the right battery (Figure 5).
In Table 2, its main characteristics are highlighted.

2.1.5. Power Module

A power module is used to correctly monitor the essential energy parameters (voltage, current, and total energy consumption) of an autonomous vehicle, and to efficiently manage the system’s power supply while providing accurate energy consumption data.
In this case, the APM Power Module GM v1.0 has been used, Figure 6. This module includes a current sensor that can handle up to 90 A, making it suitable for medium- and high-power autonomous aircraft. In addition, the module includes a voltage regulator that provides a stable 5.3 V output to power the FCB. It is used to measure the vehicle’s energy consumption in real time and to prevent overloading or battery depletion during flight.

2.2. Radar Sensor

The radar sensor used is IWR1642 Radar-On-Chip, developed by Texas Instruments (Dallas, TX, USA), an advanced platform for real-time detection and tracking applications. Built on frequency modulated continuous wave (FMCW) radar technology (Figure 7), it operates within the 77 GHz to 81 GHz frequency range, with a chirp bandwidth of up to 4 GHz. This architecture enables efficient radar signal analysis, ensuring high performance in object detection and motion estimation.
Combining a compact design, low power consumption, and embedded processing capabilities, the IWR1642 module is particularly suitable for applications in autonomous mobility, robotics, and environmental perception systems, where reliable detection and fast processing are essential [40].
The IWR1642 features a monolithic implementation of a multiple-input, multiple-output (MIMO) (2TX, 4RX) system and integrates a DSP subsystem (C674x) for radar signal processing. Additionally, the device includes an ARM R4F-based processor subsystem, responsible for front-end configuration, control, and calibration. The sensor architecture allows for flexible programming, enabling various sensor implementations through dynamic reconfiguration, which supports multimode operation. In Table 3 the main characteristics are shown.

2.3. LiDAR Sensor

The 3D LiDAR Helios-16P sensor (Figure 8), developed by RoboSense/Shenzhen Suteng Innovation Technology Co., Ltd. (Shenzhen, China), is a solid-state hybrid LiDAR system that integrates 16 laser/detector pairs within a compact housing. Originally conceived for the automotive industry, it has also been widely adopted in robotics and autonomous systems. With its compact architecture and ability to generate high-density point clouds (288,000 points/s), the device enables accurate three-dimensional reconstruction of the surrounding environment, that is not used in our use case (UAM obstacle detection), since our objective is to measure distances.
The 16 laser beams provide a 360 degree angular coverage in the plane, perpendicular to the cylinder axis (horizontal plane) with 0.2 degree steps and a horizontal resolution of 0.1 degrees. In the vertical plane, the field of view (FOV) spans 30°, ranging from −15° to +15°, with angular resolution of 2°, resulting in 16 discrete scanning levels. The sensor has a typical power consumption of 11 W.
The 3D LiDAR Helios-16P has a weight of 0.9 kg with a diameter of 97.5 mm and a height of 100 mm, operating at a single wavelength of 905 nm [41].
The integration of optical components and processing capabilities within a single module makes the sensor particularly suitable for scenarios where reliability, robustness, and continuous data acquisition are essential. Table 4 shows the operation characteristics of the sensor.

2.4. Companion Computer

The system employs a Raspberry Pi 5 (Figure 9), a single-board companion computer developed by the Raspberry Pi Foundation and originally designed for programming, education, and prototyping activities. Within UAS platforms, this type of computer is integrated to enhance the onboard computational capabilities. Due to its versatility, the Raspberry Pi 5 is widely adopted in various application domains, such as the Internet of Things (IoT), the Internet of Drones (IoD), robotics, and home automation.
The device is equipped with a quad-core ARM Cortex-A76 processor running at 2.4 GHz. For peripheral interfacing, it provides 40 GPIO pins, two USB 3.0 ports, and two USB 2.0 ports, along with a PCIe 2.0 x1 connector for high-speed expansion. Power is supplied through a USB-C connector at 5 V/5 A, compliant with USB power delivery. The operating system used on this Raspberry Pi 5 is Linux Debian 12 (kernel 6.x). The version employed includes 16 GB of LPDDR4X-4267 RAM, ensuring high performance for memory-intensive applications [42].

3. Simulation and Results

This section presents the results obtained during the validation tests of the integrated obstacle detection system. It outlines the procedures for connecting and configuring the sensors, including the processing of raw data and the application of corrections to ensure an accurate representation of the surrounding environment. Furthermore, the software architecture enabling real-time data synchronization, transmission, and final visualization through the graphical user interface (GUI) is described.

3.1. Pixhawk–Raspberry Pi Connection

The connection between the autopilot Pixhawk 2.4.8 and the companion computer Raspberry Pi 5 (Figure 10) is established through the TELEM 2 port on the Pixhawk and the GPIO pins of the Raspberry Pi, using a UART serial connection. Specifically, the cabling is made as follows, as described in detail in [36]:
  • Pin 6 → GND (ground reference);
  • Pin 8 → TX-RX (data transmitted by Raspberry Pi);
  • Pin 10 → RX-TX (data transmitted by Pixhawk).
This interface is designed to transmit telemetry data generated by the flight control board to the companion computer, enabling the data to be processed and integrated with information from additional sensors within the overall system architecture.
For the data acquisition, the open-source Python 3.9 package MAVProxy was utilized, leveraging the MAVLink communication protocol. This allowed for the management of a wide range of telemetry data, including attitude, position, and velocity [36,43]. Only three data packages were selected, as they are essential for obstacle detection applications. The selected packages are:
  • ATTITUDE;
  • GLOBAL_POSITION_INT;
  • VFR_HUD.
Table 5 provides a detailed overview of the measurements provided by these packages.
Figure 11 shows the flowchart describing the communication process between the Pixhawk and the Raspberry Pi 5. Once the script is launched, the Pixhawk transmits data to the Raspberry Pi, using MAVLink protocol, where they are continuously managed and updated until the acquisition is terminated.

3.2. Radar–Raspberry Pi Connection

The IWR1642 radar is connected to the Raspberry Pi 5 via a USB 2.0 cable, which establishes a virtual serial interface (UART over USB). This link allows the Raspberry Pi to send configuration commands to the radar and receive processed data packets in real time.
The radar communicates through a proprietary frame-based serial protocol, transmitting packets that include target range, velocity, and angle information. The data update rate can be configured between 1 Hz and 30 Hz, depending on the operational profile selected, such as short-range detection, multi-target tracking, or environmental mapping.
For power, the IWR1642 cannot draw electricity from the Raspberry Pi and requires connection to 220 V AC mains. To enable mobile operation, the power was adapted using a 220 V AC to 5 V DC converter connected to an external battery, thus allowing the radar to operate independently of the mains power. Maintaining common ground (GND) between the radar and Raspberry Pi is essential to ensure communication stability and reduce electrical noise.
With this setup, the radar serves as a key sensor, providing reliable data for obstacle detection, relative velocity estimation, and sensor fusion with Pixhawk telemetry and other onboard instruments, enhancing the system’s ability to perceive and interpret its environment.
Figure 12 illustrates the schematic of the experimental setup. The radar module is powered by an external source and connected to the Raspberry Pi 5 via USB using the UART protocol, enabling reliable data communication between the devices.
The radar signal is digitized and organized into a Type–Length–Value (TLV) structure, based on the demo being run. This information is then packed into an output structure and sent back to the computer via UART. Each TLV item in the packet payload contains a data type and value (payload) and their length can depend on the number of detected objects and can vary from frame to frame.
The number of TLVs in the frame packet is extracted from the frame header. Each TLV within the packet includes a TLV header containing the type and length information. The type identifier specifies the kind of data contained in the payload, while the length field indicates the payload size [44].
Table 6 reports the two TLV packets that are relevant to this work and extracted from the radar sensor.
Characterization tests were conducted on the IWR1642 radar both in real environments and under controlled conditions at CIRA (Italian Aerospace Research Centre), using a corner reflector placed at a known reference distance, as described in detail in [40]. The previously described data were acquired using software developed in a Python 3.9 environment, which employs the official demo parser provided by Texas Instruments to extract this information.
The analysis showed an accurate correspondence between the distances measured by the radar and the real distances, confirming the reliability of the sensor in distance detection. Based on the results obtained during characterization and on the adopted configuration parameters (Table 7), it was decided to prioritize range and velocity resolution over maximum detection range, using the Radar-On-Chip as a proximity sensor. This choice can be justified through the radar range equation, according to which improving the resolution generally requires a reduction in the maximum detectable range.
Data analysis showed that the best performance in terms of resolution (range of 0.044 m and velocity of 0.13 m/s) is achieved within a maximum distance of 9.02 m. Therefore, the sensor will be used primarily for detecting nearby objects, exploiting this optimal distance window to ensure reliable measurements.
Figure 13 shows the flowchart describing the communication process between the IWR1642 Radar and the Raspberry Pi 5. Once the script is launched, Texas Instruments’ official demo parser is imported to manage and update the radar data in an efficient way.

3.3. LiDAR–Raspberry Pi Connection

The HELIOS 16P 3D LiDAR from RoboSense is a multi-beam sensor designed to capture high-resolution three-dimensional data, featuring 16 laser channels and a typical range of up to 150 m. The device is connected to the Raspberry Pi 5 via an Ethernet interface, which allows real-time data transfer using the UDP protocol. This connection ensures high bandwidth and low latency, which is essential for processing dense 3D point clouds.
For power, the sensor requires connection to 220 V AC mains, through a dedicated power adapter that converts the voltage to the LiDAR’s required levels (typically 12 V DC). As with other sensors, maintaining a common ground between the LiDAR and Raspberry Pi is important to ensure stable communication and minimize electrical noise.
With this setup, the HELIOS 16P LiDAR provides the system with a detailed representation of the surrounding environment, significantly enhancing spatial perception, path planning, and the fusion of data with Pixhawk telemetry, the radar, and other vehicle sensors.
Figure 14 illustrates the schematic of the experimental setup. The LiDAR module is powered by an external source and connected to the Raspberry Pi 5 via an Ethernet port, using the UDP protocol, enabling reliable data communication between the devices.
The communication protocols between the LiDAR and the computer fall into two categories: MSOP (main data stream output protocol) and DIFOP (device information output protocol). MSOP packets have a payload of 1248 bytes and encapsulate point cloud data including distance, azimuth angle, and reflection intensity. They are composed of a header (42 bytes), a data block (1200 bytes), and a tail (6 bytes).
As shown in Table 8, the data block is composed of 12 individual blocks, each with a length of 100 bytes, representing a complete set of ranging data. Within each 100 byte data block, the space is structured as follows [45]:
  • Two bytes for the flag: Represented by the value 0xffee, which indicates the beginning of a new block;
  • Two bytes for the azimuth: Indicates the horizontal rotation angle information. Each azimuth angle corresponds to 16 channels of data, containing one complete set of information for 16 channels;
  • Three bytes for the Channel data: The high two bytes represent the distance information with a resolution of 0.25 cm, and the low byte represents the reflectivity information.
As the LiDAR data packet contains only horizontal rotation angles and distance parameters, to present a three-dimensional point cloud, the polar coordinates (angle and distance) are transformed into Cartesian coordinates (x, y, z), according to Equation (1):
x = r cos ω cos ( α ) + R cos α y = r cos ω sin ( α ) + R sin α z = r sin ω
where r is the measured distance, ω is the laser’s vertical angle, α is the laser’s horizontal rotation angle, R is the plane radius from the optical center to the origin, and x, y, z are the coordinates projected onto the Cartesian X, Y, Z axes. In this work, the LiDAR sensor was used in a time-of-flight (ToF) configuration; therefore, only x, y, z LiDAR data were considered, while additional information such as intensity data was not taken into account due to radiative effects. LiDAR characterization tests were performed in both real and controlled environments, as described in detail in [46]. In [46], LiDAR characterization was performed in terms of effective operational range, precision, and accuracy, considering both indoor and outdoor environments to evaluate these parameters under different environmental conditions. The following figures illustrate the LiDAR data collected at known distances during indoor tests (Figure 15 and Figure 16) and outdoor tests (Figure 17 and Figure 18). The acquired measurements are compared with a theoretical Gaussian distribution centered around the corresponding evaluated mean value.
Figure 19 shows the flowchart describing the communication process between the HELIOS 16P LiDAR and the Raspberry Pi 5.

LiDAR Data Correction

Analysis of the raw data recorded on the Raspberry Pi revealed the need to apply a correction of detected points, corresponding to 8 of the 16 LiDAR planes. These corrections are handled automatically by the official software, but the developed system, based on Python 3.9 software, made it necessary to implement these operations manually to ensure fully readable and usable data.
In detail, it was observed that the eight planes associated with odd-numbered channels are rotated clockwise by 10.2°, with respect to the z-axis of the LiDAR reference system. This value was obtained through a series of indoor experimental tests, in which the sensor was placed with its x-axis orthogonal to a flat wall. The acquired data showed distortion only in the odd-numbered channels, while the even-numbered channels returned measurements that were consistent with the expected configuration. To quantify the rotation, points belonging to the wall surface were selected and, using a linear regression line, the angle formed by this line with the y-axis of the LiDAR reference system was calculated.
The angular coefficient m and the constant term q of a generic straight line y = mx + q are found by minimizing the function:
F m , q = i = 0 n m x i +   q y i   2
and are given by:
m = n + 1 i = 0 n x i y i i = 0 n x i i = 0 n y i n + 1 i = 0 n x i 2 ( i = 0 n x i ) 2
q = i = 0 n y i i = 0 n x i 2 i = 0 n x i i = 0 n x i y i n + 1 i = 0 n x i 2 ( i = 0 n x i ) 2
where ( x i , y i ) are the coordinates of a point in the “image” and n + 1 is the number of measurements. Figure 20 shows the obtained regression lines.
The average angle obtained on the odd-numbered channels returned a value of 10.2°, which was then used to construct a rotation matrix that allows the data to be corrected by rotating the acquired points counter-clockwise around the LiDAR z-axis (Equation (5)).
R z = cos Θ sin Θ   sin Θ       0 cos Θ           0 0         0             1  
Misaligned error compensation is shown in Figure 21.

3.4. Data Fusion Method

An additional Python 3.9 software has been developed to manage the synchronization and fusion process of the data acquired by Pixhawk, radar, and LiDAR sensors. The system architecture was designed to ensure efficient and robust acquisition, based on a FIFO (first in, first out) queue logic that allows only the latest sample available for each sensor to be stored in memory, thus reducing the computational load on the Raspberry Pi and preserving the responsiveness of the process.
The fusion of data from radar and LiDAR sensors is achieved through an extended Kalman filter (EKF) algorithm, integrated within dedicated modules and used to obtain a consistent and refined estimate of the position of the obstacles in the surrounding environment [47,48]. This approach compensates for the individual limitations of the sensors, improving the reliability of the measurements and the overall robustness of the perception system, and mitigating noise, correcting bias, and enhancing the overall distance estimation precision.
The measurement process model is [49]:
x k + 1   =   f ( x k ,   u k , υ k )
z k = g ( x k ,   u k ,   v k )
where x is the state, u is the input, z is the measured output, υ and v are the process and measurement noise, respectively. Zero-mean Gaussian distributions are assumed for the noises υk and vk, with known covariance matrices Qk and Rk:
υ k N 0 ,   Q k               v k N ( 0 ,   R k )
The algorithm is divided into two phases: prediction and correction. At each time step, the prediction phase provides the a priori state estimation x ^ k + 1 and the state covariance matrix P k + 1 , whereas, during the correction phase (update phase), the a posteriori state estimation x ^ k + 1 + and the state covariance matrix P k + 1 + are calculated.
The a priori estimation of the state x ^ k + 1 is expressed by Equation (6), considering null process noise ( υ k = 0 ) :
x ^ k + 1   =   f x ^ k + ,   u k , 0
The a priori state covariance matrix P k + 1 is obtained as follows:
P k + 1 = A k   P k +   A k T + W k   Q k   W k T
where
A k = f x x ^ k + ,   u k , 0 1       W k = f υ x ^ k + ,   u k , 0 1
are the Jacobian matrices of the function f, and P k + is the a posteriori state covariance matrix at time k. Once a new measurement has been acquired, the a posteriori state estimation can be computed by updating the a priori state estimation, as:
x ^ k + =   x ^ k + K k ( z k h ( x ^ k ) )
where the Kalman gain (Kk) is given by:
K k = P k   H k T H k P k H k T + V k R k V k T 1
Finally, the a posteriori state matrix is updated as follows:
P k + = I K k H k P k
To apply the EKF, a calibration procedure was carried out to ensure optimal filter performance. The measurement noise covariance matrices (R) were determined based on the results of the sensor characterization phase that was previously performed for both the LiDAR and the radar. The process noise covariance matrix (Q) was set to a very small value, assuming a slowly varying system model.
The initial state covariance matrix (P) was initialized as the identity matrix (I), following standard Kalman filter practice. This configuration allowed the EKF to properly converge while balancing the relative confidence between the model and the sensor measurements.
Table 9 shows the parameters used during the EKF initialization phase: σ R 2   and σ L 2 indicate noise covariance for radar and LiDAR, respectively, used for RR and RL, which are covariance matrices measurements for radar and LiDAR, respectively; σ Q 2 is covariance noise used to process covariance matrix Q.
Figure 22 shows EKF implementation during the primary tests performed.

3.5. Data Visualization

Subsequently, the latest telemetry and obstacle detection data are packaged and transmitted via two separate UDP ports. These communication channels have been designed to be read by additional software dedicated to runtime visualization, allowing for a clear separation between data acquisition and processing logic and graphic representation logic. This strategy ensures non-blocking operation and minimizes the latency associated with accessing the latest sensor sample. Figure 23 shows the flowchart of the sensors fusion.
Figure 24 shows the GUI (graphical user interface) created for runtime data visualization. The interface aggregates information into four main sections:
  • Attitude, which reports the vehicle’s attitude using Euler angles and angular velocities;
  • Position, which shows the geographical position (latitude, longitude, altitude) and linear velocities expressed in the NED reference system;
  • Velocity, which represents the speeds, relative to the air and the ground;
  • Obstacle detection, which displays the position of the nearest obstacle, expressed in terms of distance and azimuth.
The “obstacle detection” box also features a warning indicator that activates when an obstacle is detected at a distance that is less than a safety threshold. This threshold is defined dynamically, based on the speed of the vehicle, in order to consider variable reaction times as speed changes, and is further modulated according to the direction of travel, to selectively detect only obstacles that are actually relevant to the trajectory of motion.

3.6. Testing of Developed System

For testing and validating the operational capability of the developed system, a series of simulation tests were conducted. Specifically, these tests aimed to monitor the stability of the communication channels developed and data integration between the Raspberry Pi and the two sensors (radar, LiDAR) with autopilot, and to validate the consistency of the acquired data.
Subsequent tests were conducted at the outdoor facilities of CIRA (Italian Aerospace Research Center). For these experiments, the simulated UAV platform, together with the radar and LiDAR sensors, was integrated and mounted on a rotary structure (Figure 25) that was capable of simulating realistic UAS flight conditions.
For both sensors, the x–y coordinates were considered within the same horizontal plane, as the two sensors were rigidly mounted and geometrically aligned on the platform. A small offset along the z-axis, approximately 7 cm, was present due to the physical mounting configuration.
This alignment configuration implies that:
The origins of the LiDAR and radar reference frames coincide in the horizontal plane;
The sensor axes are parallel.
R R L = I ,       t R L = 0
where R R L and t R L denote the rotation and translation between radar and LiDAR frames, respectively. Under this assumption, both sensors share a common sensor reference frame, with a small offset along the z-axis.
During the tests, the system was evaluated in the presence of both static obstacles (e.g., buildings and trees) and dynamic obstacles (e.g., vehicles and pedestrians) positioned along the simulated flight trajectory.
The tests were performed in different scenarios, simulating several navigation trajectories within complex environments.
To define the UAV position and orientation, two reference frames are considered [50]:
Common sensors frame (LiDAR and radar) ( F S ): A coordinate system that is rigidly attached to the LiDAR–radar sensor assembly, in which both LiDAR and radar measurements are expressed.
F S = ( X S ,   Y S ,   Z S )
Body reference frame ( F B ): Centered in the center of gravity (CG) of the simulated UAV, with:
F B = ( X B ,   Y B ,   Z B )
With XB–axis positive forward, YB–axis positive rightward, and ZB–axis to form a right-handed reference frame.
Local navigation frame ( F N ): north–east–down (NED) frame, centered at the GNSS antenna phase center:
F N = ( N ,   E ,   D )
Global Earth-fixed frame:
  • ECEF (Earth-centered Earth-fixed);
  • WGS84 geodetic coordinates (latitude, longitude, ellipsoidal height).
A generic measurement acquired by either sensor (LiDAR or radar) is represented in the common sensor frame as [51]:
p S = x S y S z S
where the coordinates are derived from the measured range and scanning angles, after data fusion method application for both sensors. Because of perfect alignment, no inter-sensor transformation is required.
The spatial relationship between the sensor assembly and the simulated UAV body frame is defined by:
Lever arm vector:
t B S = Δ x Δ y Δ z
Boresight rotation matrix:
R B S
representing the fixed rotational offset between the sensor frame and the UAV body frame.
The transformation is expressed as:
p B = R B S p S + t B S
This transformation is identical for both LiDAR and radar measurements.
The UAV platform orientation during the experiments was provided by the onboard inertial measurement unit (IMU), integrated into the Pixhawk 2.4.8 flight controller. The attitude was expressed in terms of roll ( Φ ), pitch ( θ ), and yaw ( Ψ ) angles.
The rotation matrix from body frame to navigation frame (NED) is defined as:
R N B = R z Ψ   R y θ   R x ( Φ )
The point coordinates in the navigation frame are computed as:
p N = R N B p B + t G N S S
where t G N S S denotes the UAV position obtained from GNSS receiver measurements.
Figure 26 illustrates the trajectory followed during test 1. The green and yellow segments indicate the presence of nearby obstacles along the path, corresponding to the “free” and “alert” risk levels, respectively. The red line represents the reconstructed scenario obtained through LiDAR–radar data fusion, with spike errors removed to improve spatial consistency.
The following considerations were applied during these tests:
The simulated UAV motion was constrained to the horizontal plane only;
A 120° LiDAR field of view (from −60° to +60°, with respect to the sensor forward axis) was used instead of the full 360°, to reduce computational load;
Variations along the z-axis were not considered.
Figure 27 and Figure 28 illustrate the UAV trajectories in two different test scenarios.

4. Conclusions

The obtained results confirm the validity of the proposed approach for integrating heterogeneous sensor data within a single application dedicated to obstacle detection along a UAS navigation trajectory. The development of a fully functional hardware–software platform that is capable of acquiring, synchronizing, and merging LiDAR and radar data together with the flight controller information in real time demonstrates that the primary objective of this work has been successfully accomplished.
The combined use of LiDAR and radar sensors, together with the UAV state information provided by the autopilot, significantly enhances the perception reliability compared to the use of individual sensors alone. Indeed, LiDAR provides high accuracy and precise distance measurements, compensating for radar’s lower spatial resolution. Conversely, mmWave radar operates reliably through fog, rain, and darkness where LiDAR fails, while also providing instantaneous velocity data via the Doppler effect. By fusing these sensors, the system ensures robust detection and all-weather performance that neither sensor could achieve alone.
This result is consistent with findings reported in the literature, where sensor fusion is recognized as a key strategy for improving measurement robustness under uncertain and dynamic operating conditions.
Moreover, the adopted hardware–software architecture, based on FIFO queues and dedicated processing threads for each data stream, enables low-latency and continuous data handling, which are essential requirements for DAA systems.
During simulation tests, transmission delays of approximately one minute were initially observed in the MAVLink navigation data stream. The introduction of FIFO queue-based data management reduced these delays to approximately one second.
To further minimize latency, future developments will involve re-implementing the processing modules in the C programming language instead of Python 3.9. This choice is expected to significantly reduce computation time, as C is a compiled language, whereas Python 3.9 relies on interpreted execution.
From an application standpoint, the results indicate that the proposed platform can serve as a solid foundation for the development of more advanced DAA algorithms, where the real-time estimation of obstacle distance and azimuth enables autonomous generation of corrective trajectories. Moreover, the modular design of the architecture allows for seamless integration of additional sensors, communication protocols, or enhanced data fusion strategies.
Future work will focus on implementing obstacle avoidance capabilities, enabling the system to not only detect obstacles but also to autonomously perform real-time evasive maneuvers.

Author Contributions

Conceptualization, G.A., A.M., S.P. and V.D.V.; methodology, G.A. and A.M.; software, L.F., F.L.C., A.M. and M.I.; validation, L.F., F.L.C., G.A., A.M. and M.I.; formal analysis, L.F., F.L.C., G.A. and A.M.; investigation L.F., F.L.C., G.A. and A.M.; resources, G.D.C.; data curation, L.F., F.L.C., G.A. and A.M.; writing—original draft preparation, L.F., F.L.C., G.A. and A.M.; writing—review and editing, G.A. and A.M.; visualization, L.F., G.A. and A.M.; supervision, S.P., V.D.V. and G.D.C.; project administration, G.D.C.; funding acquisition, G.D.C. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the University of Naples “Parthenope” (Italy) Internal Research Project DIC (Drone Innovative Configurations, CUP I62F17000060005-DSTE 338).

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

Authors Aniello Menichino, Michele Inverno and Vittorio Di Vito were employed by CIRA, Italian Aerospace Research Centre. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Goyal, R.; Reiche, C.; Fernando, C.; Serrao, J.; Kimmel, S.; Cohen, A.; Shaheen, S. Urban Air Mobility (UAM) Market Study (No. HQ-E-DAA-TN65181); NASA: Washington, DC, USA, 2018. [Google Scholar]
  2. Bradford, S. Concept of Operations for Urban Air Mobility; Federal Aviation Administration, Office of NextGen: Washington, DC, USA, 2020; Volume 6, p. 26. [Google Scholar]
  3. Bauranov, A.; Rakas, J. Designing airspace for urban air mobility: A review of concepts and approaches. Prog. Aerosp. Sci. 2021, 125, 100726. [Google Scholar] [CrossRef]
  4. Goyal, R.; Reiche, C.; Fernando, C.; Cohen, A. Advanced air mobility: Demand analysis and market potential of the airport shuttle and air taxi markets. Sustainability 2021, 13, 7421. [Google Scholar] [CrossRef]
  5. Straubinger, A.; Rothfeld, R.; Shamiyeh, M.; Büchter, K.D.; Kaiser, J.; Plötner, K.O. An overview of current research and developments in urban air mobility–Setting the scene for UAM introduction. J. Air Transp. Manag. 2020, 87, 101852. [Google Scholar] [CrossRef]
  6. Yu, X.; Zhang, Y. Sense and avoid technologies with applications to unmanned aircraft systems: Review and prospects. Prog. Aerosp. Sci. 2015, 74, 152–166. [Google Scholar] [CrossRef]
  7. Ariante, G.; Del Core, G. Unmanned Aircraft Systems (UASs): Current State, Emerging Technologies, and Future Trends. Drones 2025, 9, 59. [Google Scholar] [CrossRef]
  8. Bigazzi, L.; Miccinesi, L.; Boni, E.; Basso, M.; Consumi, T.; Pieraccini, M. Fast Obstacle Detection System for UAS Based on Complementary Use of Radar and Stereoscopic Camera. Drones 2022, 6, 361. [Google Scholar] [CrossRef]
  9. Ji, Y.; Li, S.; Peng, C.; Xu, H.; Cao, R.; Zhang, M. Obstacle detection and recognition in farmland based on fusion point cloud data. Comput. Electron. Agric. 2021, 189, 106409. [Google Scholar] [CrossRef]
  10. Gao, L.; Xia, X.; Zheng, Z.; Ma, J. GNSS/IMU/LiDAR fusion for vehicle localization in urban driving environments within a consensus framework. Mech. Syst. Signal Process. 2023, 205, 110862. [Google Scholar] [CrossRef]
  11. Ilci, V.; Toth, C. High definition 3D map creation using GNSS/IMU/LiDAR sensor integration to support autonomous vehicle navigation. Sensors 2020, 20, 899. [Google Scholar] [CrossRef]
  12. Saha, A.; Dhara, B.C.; Umer, S.; Yurii, K.; Alanazi, J.M.; AlZubi, A.A. Efficient obstacle detection and tracking using RGB-D sensor data in dynamic environments for robotic applications. Sensors 2022, 22, 6537. [Google Scholar] [CrossRef] [PubMed]
  13. Luiten, J.; Fischer, T.; Leibe, B. Track to reconstruct and reconstruct to track. IEEE Robot. Autom. Lett. 2020, 5, 1803–1810. [Google Scholar] [CrossRef]
  14. Ajai Kumar, G.; Kumar Patil, A.; Patil, R.; Sill Park, S.; Chai, Y.H. A LiDAR and IMU Integrated Indoor Navigation System for UAVs and its Application in Real-Time Pipeline Classification. Sensors 2017, 17, 1268. [Google Scholar] [CrossRef]
  15. Yang, J.C.; Lin, C.J.; You, B.Y.; Yan, Y.L.; Cheng, T.H. Rtlio: Real-time lidar-inertial odometry and mapping for UAVS. Sensors 2021, 21, 3955. [Google Scholar] [CrossRef]
  16. Saha, A.; Dhara, B.C. 3D LiDAR-based obstacle detection and tracking for autonomous navigation in dynamic environments. Int. J. Intell. Robot. Appl. 2023, 8, 39–60. [Google Scholar] [CrossRef]
  17. Li, S.; Wang, L.; Li, J.; Tian, B.; Chen, L.; Li, G. 3D LiDAR/IMU calibration based on continuous-time trajectory estimation in structured environments. IEEE Access 2021, 9, 138803–138816. [Google Scholar] [CrossRef]
  18. Lin, C.-C.; Mao, W.-L.; Chang, T.W.; Chang, C.-Y.; Abdullah, S.S.S. Fast obstacle detection using 3D-to-2D Lidar point cloud segmentation for collision-free path planning. Sens. Mater. 2020, 32, 2365–2374. [Google Scholar] [CrossRef]
  19. Shi, C.; Lai, G.; Yu, Y.; Bellone, M.; Lippiello, V. Real-time multi-modal active vision for object detection on UAVs equipped with limited field of view LiDAR and camera. IEEE Robot. Autom. Lett. 2023, 8, 6571–6578. [Google Scholar] [CrossRef]
  20. Sier, H.; Yu, X.; Catalano, I.; Queralta, J.P.; Zou, Z.; Westerlund, T. UAV tracking with lidar as a camera sensor in gnss-denied environments. In 2023 International Conference on Localization and GNSS (ICL-GNSS); IEEE: Piscataway, NJ, USA, 2023; pp. 1–7. [Google Scholar]
  21. Ma, Z.; Yao, W.; Niu, Y.; Lin, B.; Liu, T. UAV low-altitude obstacle detection based on the fusion of LiDAR and camera. Auton. Intell. Syst. 2021, 1, 12. [Google Scholar] [CrossRef]
  22. Hajri, H.; Rahal, M.-C. Real Time LiDAR and Radar High-Level Fusion for Obstacle Detection and Tracking with evaluation on a ground truth. arXiv 2019, arXiv:1807.11264. Available online: https://arxiv.org/abs/1807.11264 (accessed on 2 February 2026).
  23. Bandini, F.; Sunding, T.P.; Linde, J.; Smith, O.; Jensen, I.K.; Köppl, C.J.; Butts, M.; Bauer-Gottwein, P. Unmanned Aerial System (UAS) observations of water surface elevation in a small stream: Comparison of radar altimetry, LIDAR and photogrammetry techniques. Remote Sens. Environ. 2020, 237, 111487. [Google Scholar] [CrossRef]
  24. Montañez, O.J.; Suarez, M.J.; Fernandez, E.A. Application of data sensor fusion using extended kalman filter algorithm for identification and tracking of moving targets from LiDAR–radar data. Remote Sens. 2023, 15, 3396. [Google Scholar] [CrossRef]
  25. Munir, F.; Azam, S.; Kuchner, T.; Kyrki, V.; Jeon, M. Radar-Lidar Fusion for Object Detection by Designing Effective Convolution Networks. arXiv 2023, arXiv:2310.19405. Available online: https://arxiv.org/abs/2310.19405 (accessed on 2 February 2026).
  26. Farag, W. Lidar and radar fusion for real-time road-objects detection and tracking. Intell. Decis. Technol. 2021, 15, 291–304. [Google Scholar]
  27. Ariante, G.; Farina, L.; Lo Caso, F.; Menichino, A.; Di Vito, V.; Ponte, S.; Del Core, G. Improved UAS Distance Estimation via LiDAR-Radar Data Fusion Using Extended Kalman Filter. In 2025 IEEE 12th International Workshop on Metrology for AeroSpace (MetroAeroSpace); IEEE: Piscataway, NJ, USA, 2025; pp. 69–74. [Google Scholar]
  28. Menichino, A.; Di Vito, V.; Ariante, G.; Del Core, G. AAM/goods delivery: Main enablers for BVLOS routine operations within environment at low and medium risk. Aircr. Eng. Aerosp. Technol. 2023, 95, 1578–1587. [Google Scholar] [CrossRef]
  29. Fang, S.X.; O’Young, S.; Rolland, L. Development of small uas beyond-visual-line-of-sight (bvlos) flight operations: System requirements and procedures. Drones 2018, 2, 13. [Google Scholar] [CrossRef]
  30. Loffi, J.M.; Vance, S.M.; Jacob, J.; Spaulding, L.; Dunlap, J.C. Evaluation of onboard detect-and-avoid system for sUAS BVLOS operations. Int. J. Aviat. Aeronaut. Aerosp. 2022, 9, 9. [Google Scholar] [CrossRef]
  31. Politi, E.; Panagiotopoulos, I.E.; Varlamis, I.; Dimitrakopoulos, G. A Survey of UAS Technologies to Enable Beyond Visual Line of Sight (BVLOS) Operations. In Proceedings of the 7th International Conference on Vehicle Technology and Intelligent Transport Systems (VEHITS), Online, 28–30 April 2021; pp. 505–512. [Google Scholar]
  32. Politi, E.; Varlamis, I.; Tserpes, K.; Larsen, M.; Dimitrakopoulos, G. The future of safe BVLOS drone operations with respect to system and service engineering. In 2022 IEEE International Conference on Service-Oriented System Engineering (SOSE); IEEE: Piscataway, NJ, USA, 2022; pp. 133–140. [Google Scholar]
  33. Sorbelli, F.B.; Chatterjee, P.; Das, P.; Pinotti, C.M. Risk assessment in bvlos operations for uavs: Challenges and solutions. In 2024 20th International Conference on Distributed Computing in Smart Systems and the Internet of Things (DCOSS-IoT); IEEE: Piscataway, NJ, USA, 2024; pp. 300–307. [Google Scholar]
  34. Xie, G.; Zhang, J.; Tang, J.; Zhao, H.; Sun, N.; Hu, M. Obstacle detection based on depth fusion of lidar and radar in challenging conditions. Ind. Robot Int. J. Robot. Res. Appl. 2021, 48, 792–802. [Google Scholar] [CrossRef]
  35. Yang, Y.; Liu, J.; Huang, T.; Han, Q.L.; Ma, G.; Zhu, B. RaLiBEV: Radar and LiDAR BEV fusion learning for anchor box free object detection systems. IEEE Trans. Circuits Syst. Video Technol. 2024, 35, 4130–4143. [Google Scholar] [CrossRef]
  36. Menichino, A.; Di Vito, V.; Ariante, G.; Lo Caso, F.; Farina, L.; Ponte, S.; Del Core, G. Development of a Communication Channel Interface for Obstacle Detection and Avoidance System in UAM Operations. In 2025 Integrated Communications, Navigation and Surveillance Conference (ICNS); IEEE: Piscataway, NJ, USA, 2025; pp. 1–6. [Google Scholar]
  37. Pixhawk Overview. Available online: https://ardupilot.org/copter/docs/common-pixhawk-overview.html (accessed on 2 February 2026).
  38. RadioLink SE100 User Manual. Available online: https://www.manualslib.com/manual/1308710/Radiolink-Se100.html (accessed on 2 February 2026).
  39. Turnig Battery. Available online: https://turnigy.com/current-products (accessed on 2 February 2026).
  40. Menichino, A.; Di Vito, V.; Ariante, G.; Del Core, G. Radar-On-Chip laboratory characterization for UAM applications. In 2023 IEEE 10th International Workshop on Metrology for AeroSpace (MetroAeroSpace); IEEE: Piscataway, NJ, USA, 2023; pp. 296–301. [Google Scholar] [CrossRef]
  41. Shenzhen Suteng Innovation Technology Co., Ltd. RS-LiDAR-16 User Manual; Shenzhen Suteng Innovation Technology Co., Ltd.: Shenzhen, China, 2020; 66p, Available online: https://cdn.robosense.cn/20200723161715_42428.pdf (accessed on 2 February 2026).
  42. Raspberry Pi Computer Hardware. Available online: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html (accessed on 2 February 2026).
  43. MAVProxy. Available online: https://ardupilot.org/mavproxy/index.html (accessed on 2 February 2026).
  44. Understanding UART Data Output Format. Available online: https://dev.ti.com/tirex/explore/node?node=A__AaagUFIod1NcG0sE-noAfw__radar_toolbox__1AslXXD__LATEST&placeholder=true (accessed on 2 February 2026).
  45. RS-Helios-16P User Guide. Available online: https://static.generation-robots.com/media/RS-HELIOS-16P_USER_GUIDE_V1.0.1_EN.pdf (accessed on 2 February 2026).
  46. Menichino, A.; Serpico, A.; Di Vito, V.; Ariante, G.; Ponte, S.; Del Core, G. 3D LiDAR Sensor Characterization for Obstacle Detection in Autonomous UAS Applications. In 2024 11th International Workshop on Metrology for AeroSpace (MetroAeroSpace); IEEE: Piscataway, NJ, USA, 2024; pp. 472–477. [Google Scholar]
  47. Ribeiro, M.I. Kalman and extended kalman filters: Concept, derivation and properties. Inst. Syst. Robot. 2004, 43, 3736–3741. [Google Scholar]
  48. Mochnac, J.; Marchevsky, S.; Kocan, P. Bayesian filtering techniques: Kalman and extended Kalman filter basics. In 2009 19th International Conference Radioelektronika; IEEE: Piscataway, NJ, USA, 2009; pp. 119–122. [Google Scholar]
  49. Lingaiah, D. Kalman Filtering—Theory and Practice Using MATLAB, 3rd ed.; John Wiley and Sons, Inc.: Hoboken, NJ, USA, 2008. [Google Scholar]
  50. Shan, J.; Toth, C.K. (Eds.) Topographic Laser Ranging and Scanning: Principles and Processing; CRC Press: Boca Raton, FL, USA, 2018. [Google Scholar]
  51. Dreier, A.; Janßen, J.; Kuhlmann, H.; Klingbeil, L. Quality analysis of direct georeferencing in aspects of absolute accuracy and precision for a UAV-based laser scanning system. Remote Sens. 2021, 13, 3564. [Google Scholar] [CrossRef]
Figure 1. The image of experimental platform.
Figure 1. The image of experimental platform.
Electronics 15 00685 g001
Figure 2. FCB Pixhawk 2.4.8.
Figure 2. FCB Pixhawk 2.4.8.
Electronics 15 00685 g002
Figure 3. Radiolink MN10 SE100.
Figure 3. Radiolink MN10 SE100.
Electronics 15 00685 g003
Figure 4. FPV Radio Telemetry.
Figure 4. FPV Radio Telemetry.
Electronics 15 00685 g004
Figure 5. Turnigy 4.0 battery.
Figure 5. Turnigy 4.0 battery.
Electronics 15 00685 g005
Figure 6. APM Power Module GM v1.0.
Figure 6. APM Power Module GM v1.0.
Electronics 15 00685 g006
Figure 7. Radar-On-Chip IWR 1642-Texas Instruments (USA).
Figure 7. Radar-On-Chip IWR 1642-Texas Instruments (USA).
Electronics 15 00685 g007
Figure 8. 3D LiDAR Helios-16P-Robosense.
Figure 8. 3D LiDAR Helios-16P-Robosense.
Electronics 15 00685 g008
Figure 9. Raspberry Pi 5 (UK).
Figure 9. Raspberry Pi 5 (UK).
Electronics 15 00685 g009
Figure 10. (a) Pixhawk–Raspberry Pi 5 electric connection and (b) detail of Pixhawk–Raspberry Pi cabling.
Figure 10. (a) Pixhawk–Raspberry Pi 5 electric connection and (b) detail of Pixhawk–Raspberry Pi cabling.
Electronics 15 00685 g010
Figure 11. Flowchart of telemetry data acquisition software.
Figure 11. Flowchart of telemetry data acquisition software.
Electronics 15 00685 g011
Figure 12. Radar–Raspberry Pi setup.
Figure 12. Radar–Raspberry Pi setup.
Electronics 15 00685 g012
Figure 13. Flowchart of radar data acquisition software.
Figure 13. Flowchart of radar data acquisition software.
Electronics 15 00685 g013
Figure 14. LiDAR–Raspberry Pi setup connection.
Figure 14. LiDAR–Raspberry Pi setup connection.
Electronics 15 00685 g014
Figure 15. LiDAR data collection at a fixed distance of 1 m during indoor tests.
Figure 15. LiDAR data collection at a fixed distance of 1 m during indoor tests.
Electronics 15 00685 g015
Figure 16. Data distribution histogram and comparison between real and mean value, for indoor tests.
Figure 16. Data distribution histogram and comparison between real and mean value, for indoor tests.
Electronics 15 00685 g016
Figure 17. LiDAR data collection at a fixed distance of 10 m, during outdoor tests.
Figure 17. LiDAR data collection at a fixed distance of 10 m, during outdoor tests.
Electronics 15 00685 g017
Figure 18. Data distribution histogram and comparison between real and mean value, for outdoor tests.
Figure 18. Data distribution histogram and comparison between real and mean value, for outdoor tests.
Electronics 15 00685 g018
Figure 19. Flowchart of LiDAR data acquisition software.
Figure 19. Flowchart of LiDAR data acquisition software.
Electronics 15 00685 g019
Figure 20. Detected raw data and regression line.
Figure 20. Detected raw data and regression line.
Electronics 15 00685 g020
Figure 21. (a) Raw data and (b) adjusted data.
Figure 21. (a) Raw data and (b) adjusted data.
Electronics 15 00685 g021
Figure 22. EKF implementation and results.
Figure 22. EKF implementation and results.
Electronics 15 00685 g022
Figure 23. Flowchart of data fusion software.
Figure 23. Flowchart of data fusion software.
Electronics 15 00685 g023
Figure 24. Data visualization via GUI.
Figure 24. Data visualization via GUI.
Electronics 15 00685 g024
Figure 25. Developed system mounted on the rotary structure.
Figure 25. Developed system mounted on the rotary structure.
Electronics 15 00685 g025
Figure 26. Safety trajectory reconstructed and obstacles highlighted during test 1.
Figure 26. Safety trajectory reconstructed and obstacles highlighted during test 1.
Electronics 15 00685 g026
Figure 27. Safety trajectory reconstructed and obstacles highlighted during test 2.
Figure 27. Safety trajectory reconstructed and obstacles highlighted during test 2.
Electronics 15 00685 g027
Figure 28. Safety trajectory reconstructed and obstacles highlighted during test 3.
Figure 28. Safety trajectory reconstructed and obstacles highlighted during test 3.
Electronics 15 00685 g028
Table 1. Radiolink MN10 SE100 specifications [38].
Table 1. Radiolink MN10 SE100 specifications [38].
Positional Accuracy50 cm with Concurrent GNSS
2.5 m with Single GNSS
Velocity Precision0.1 m/s
Max Height50,000 m
Max Speed515 m/s
Max Acceleration4 G
Max Update RateUp to 15 Hz
Connect PortsUART
Power SupplyV: 3.3 VDC ± 5%
I: 50~55 mA
Table 2. Turnigy 4.0 specifications [39].
Table 2. Turnigy 4.0 specifications [39].
Capacity4000 mAh
Configuration4S1P/14.8 V/4 cells
Constant discharge30 C
Discharge peak40 C
Size and weight148 × 50 × 29 mm
452 g
Table 3. IWR 1642 characteristics [40].
Table 3. IWR 1642 characteristics [40].
RangeUp to 84 m
Range resolution37 cm
Max target speed29.33 km/h
Speed resolution0.46 km/h
Antenna FoV±60 deg
Working frequency77 to 81 GHz
Operating temperatureFrom −40 °C to +85 °C
Table 4. 3D LiDAR Helios 16P characteristics [41].
Table 4. 3D LiDAR Helios 16P characteristics [41].
Number of Channels16
Wavelength905 mm
Measurement range0.2–150 m
Measurement accuracy1 cm (1σ)/3 cm (3σ)
Horizontal FOV360°
Vertical FOV30° (from −15° to +15°)
Frame rate10 Hz/20 Hz
Operating temperatureFrom −40 °C to +60 °C
Table 5. Data navigation acquired.
Table 5. Data navigation acquired.
PackageDataUnit
ATTITUDErolldeg
pitchdeg
yawdeg
rollspeeddeg/s
pitchspeeddeg/s
yawspeeddeg/s
GLOBAL_POSITION_INTlatdeg
londeg
altm
vxm/s
vym/s
vzm/s
VFR_HUDairspeedm/s
groundspeedm/s
Table 6. Radar TLV data.
Table 6. Radar TLV data.
TLV IdValue TypeDescriptionData [Unit]
1Detected PointsEach point is represented by 16 bytes giving position and radial Doppler velocityx [m]
y [m]
z [m]
v [m/s]
7Side Info for Detected PointsThe payload consists of 4 bytes for EACH point in the point cloud.SNR [dB]
Noise [dB]
Table 7. Configuration parameters.
Table 7. Configuration parameters.
Azimuth Resolution15 deg
Range Resolution0.044 m
Maximum Unambiguous Range9.02 m
Maximum Radial Velocity1 m/s
Radial Velocity Resolution0.13 m/s
Range Detection Threshold15 dB
Doppler Detection Threshold15 dB
Table 8. Data block packet definition [45].
Table 8. Data block packet definition [45].
DescriptionData Block (1200 Bytes)
Data Block NumberData Block 1Data Block 12
Flag0xff, 0xee0xff, 0xee
Horizontal Rotation AngleAzimuth 1Azimuth 12
Channel 1Channel Data 1Channel Data 1
Channel 16Channel Data 16Channel Data 16
Table 9. Parameters values for EKF calibration.
Table 9. Parameters values for EKF calibration.
ParameterValue
Initial State x[0, 0, 0, 0, 0, 0]
σ R 2 (m2)0.8
σ L 2 (m2)0.006
σ Q 2 (m2)0.1
PI(6)
RR σ R 2 · I(2)
RL σ L 2 · I(2)
Q σ Q 2 · I(6)
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Farina, L.; Lo Caso, F.; Ariante, G.; Menichino, A.; Inverno, M.; Di Vito, V.; Ponte, S.; Del Core, G. LiDAR–RADAR Sensor Fusion and Telemetry Data Integration for Obstacle Detection Along the UAS Navigation Trajectory. Electronics 2026, 15, 685. https://doi.org/10.3390/electronics15030685

AMA Style

Farina L, Lo Caso F, Ariante G, Menichino A, Inverno M, Di Vito V, Ponte S, Del Core G. LiDAR–RADAR Sensor Fusion and Telemetry Data Integration for Obstacle Detection Along the UAS Navigation Trajectory. Electronics. 2026; 15(3):685. https://doi.org/10.3390/electronics15030685

Chicago/Turabian Style

Farina, Luigi, Francesco Lo Caso, Gennaro Ariante, Aniello Menichino, Michele Inverno, Vittorio Di Vito, Salvatore Ponte, and Giuseppe Del Core. 2026. "LiDAR–RADAR Sensor Fusion and Telemetry Data Integration for Obstacle Detection Along the UAS Navigation Trajectory" Electronics 15, no. 3: 685. https://doi.org/10.3390/electronics15030685

APA Style

Farina, L., Lo Caso, F., Ariante, G., Menichino, A., Inverno, M., Di Vito, V., Ponte, S., & Del Core, G. (2026). LiDAR–RADAR Sensor Fusion and Telemetry Data Integration for Obstacle Detection Along the UAS Navigation Trajectory. Electronics, 15(3), 685. https://doi.org/10.3390/electronics15030685

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop