Table of Contents
Fetching ...

Autonomous Inspection of Power Line Insulators with UAV on an Unmapped Transmission Tower

Václav Riss, Vít Krátký, Robert Pěnička, Martin Saska

TL;DR

An online inspection algorithm that enables an autonomous UAV to fly around a transmission tower and obtain detailed inspection images without a prior map of the tower and achieves more than an order of magnitude lower variance in horizontal insulator localization error.

Abstract

This paper introduces an online inspection algorithm that enables an autonomous UAV to fly around a transmission tower and obtain detailed inspection images without a prior map of the tower. Our algorithm relies on camera-LiDAR sensor fusion for online detection and localization of insulators. In particular, the algorithm is based on insulator detection using a convolutional neural network, projection of LiDAR points onto the image, and filtering them using the bounding boxes. The detection pipeline is coupled with several proposed insulator localization methods based on DBSCAN, RANSAC, and PCA algorithms. The performance of the proposed online inspection algorithm and camera-LiDAR sensor fusion pipeline is demonstrated through simulation and real-world flights. In simulation, we showed that our single-flight inspection strategy can save up to 24 % of total inspection time, compared to the two-flight strategy of scanning the tower and afterwards visiting the inspection waypoints in the optimal way. In a real-world experiment, the best performing proposed method achieves a mean horizontal and vertical localization error for the insulator of 0.16 +- 0.08 m and 0.16 +- 0.11 m, respectively. Compared to the most relevant approach, the proposed method achieves more than an order of magnitude lower variance in horizontal insulator localization error.

Autonomous Inspection of Power Line Insulators with UAV on an Unmapped Transmission Tower

TL;DR

An online inspection algorithm that enables an autonomous UAV to fly around a transmission tower and obtain detailed inspection images without a prior map of the tower and achieves more than an order of magnitude lower variance in horizontal insulator localization error.

Abstract

This paper introduces an online inspection algorithm that enables an autonomous UAV to fly around a transmission tower and obtain detailed inspection images without a prior map of the tower. Our algorithm relies on camera-LiDAR sensor fusion for online detection and localization of insulators. In particular, the algorithm is based on insulator detection using a convolutional neural network, projection of LiDAR points onto the image, and filtering them using the bounding boxes. The detection pipeline is coupled with several proposed insulator localization methods based on DBSCAN, RANSAC, and PCA algorithms. The performance of the proposed online inspection algorithm and camera-LiDAR sensor fusion pipeline is demonstrated through simulation and real-world flights. In simulation, we showed that our single-flight inspection strategy can save up to 24 % of total inspection time, compared to the two-flight strategy of scanning the tower and afterwards visiting the inspection waypoints in the optimal way. In a real-world experiment, the best performing proposed method achieves a mean horizontal and vertical localization error for the insulator of 0.16 +- 0.08 m and 0.16 +- 0.11 m, respectively. Compared to the most relevant approach, the proposed method achieves more than an order of magnitude lower variance in horizontal insulator localization error.
Paper Structure (16 sections, 2 equations, 9 figures, 3 tables, 2 algorithms)

This paper contains 16 sections, 2 equations, 9 figures, 3 tables, 2 algorithms.

Figures (9)

  • Figure 1: Deployment of the proposed pipeline for autonomous inspection of insulators onboard a UAV in a real-world scenario.
  • Figure 2: Illustration of the insulator detection and localization algorithmic pipeline. Points inside the bounding box marked in non-red color are clustered and utilized for insulator position and orientation estimation.
  • Figure 3: Simulated towers in Flight Forge simulator capek2025flightforge, (a) shows tower A with twelve horizontal insulators, and (b) shows tower B with four vertical insulators.
  • Figure 4: A scheme representing the LiDAR frame $L$, the body frame $B$, and the camera frame $C$. Fixed transformations between the frames allow projection of points ${}^{L}{\mathbf{p}}_{in}$ and ${}^{L}{\mathbf{p}}_{out}$ the image plane frame defined by I. Projected points ${\mathbf{s}}_{in}$ and ${\mathbf{s}}_{out}$ are then filtered out if they do not lie inside a green bounding box corresponding to detected insulator.
  • Figure 5: Illustrative scheme of the proposed state machine for inspection of insulators. Whenever an insulator is detected, inspection waypoints are saved into the buffer $B$. State machine empties $B$ by visiting the stored inspection waypoints.
  • ...and 4 more figures