Autonomous UAV Route Planning for Coverage Maximization in Environmental Monitoring: A Systematic Literature Review


Abstract

Environmental monitoring with unmanned aerial vehicles (UAVs) requires route planning methods that maximize covered area while handling energy limits, operational constraints, and geometric complexity. This paper reports the protocol and preliminary results of an ongoing systematic literature review (SLR) on autonomous UAV route planning for coverage-oriented environmental monitoring. The review follows the PRISMA 2020 framework and searches Scopus and Web of Science for studies published between 2015 and 2026. The protocol focuses on path planning, coverage path planning, and informative path planning, with emphasis on algorithmic families, coverage and energy metrics, obstacle handling, geometric environment representations, and environmental constraints. At the current stage, 562 records have been identified, 161 duplicates have been removed, and 401 unique records have been screened by title, abstract, and keywords. From these, 247 studies were retained for full-text eligibility assessment (235 eligible and 12 borderline records to be resolved during full-text review). A preliminary analysis of the retained studies suggests strong concentration on coverage-oriented formulations, multi-UAV coordination, and energy-aware optimization, while fewer studies explicitly address weather, uncertainty, or obstacle-rich environments. Most retained studies rely on simulation-based validation, highlighting a potential simulation-to-reality gap, and recent publications show increasing interest in reinforcement learning, hybrid optimization, and geometry-aware planning. These early findings indicate an active but fragmented research landscape and support the need for a structured synthesis to identify mature techniques and unresolved gaps for realistic environmental monitoring missions.

UAV, route planning, coverage maximization, environmental monitoring, systematic literature review, PRISMA

1 Introduction↩︎

Unmanned aerial vehicles (UAVs) have become attractive platforms for environmental monitoring because they can rapidly inspect large, irregular, or hard-to-access areas while collecting high-resolution spatial data. However, coverage-oriented mission planning is not a simple waypoint sequencing problem: it must balance monitored area, flight time, energy availability, path feasibility, and environmental complexity. Representative studies already show the breadth of the field, from energy-constrained area coverage and informative terrain monitoring to multi-UAV assignment and geometry-aware planning for complex scenes [1][5].

The literature is growing quickly and spans exact, heuristic, metaheuristic, geometry-based, and learning-based approaches. Recent works also illustrate the diversity of current directions, including terrain-aware metaheuristic optimization, lightweight multi-agent coordination, genetic coverage over disconnected regions, and continuous trajectory optimization [6][9]. This variety is promising, but it also makes it difficult to compare assumptions, metrics, and validation practices across studies.

This work-in-progress paper reports the protocol and first screening results of a systematic literature review intended to answer three questions: RQ1) which algorithmic families are most used for autonomous UAV route planning with coverage objectives; RQ2) which metrics are employed to evaluate the trade-off between coverage and energy cost; and RQ3) which technical and environmental limitations remain insufficiently addressed. The contribution of this paper is twofold: a reproducible review protocol tailored to this problem and a preliminary characterization of the retained studies after title–abstract screening.

2 Review Design↩︎

2.1 Protocol↩︎

The review follows PRISMA 2020 to structure identification, screening, eligibility, and inclusion stages [10]. The unit of analysis is any primary study that proposes, evaluates, or compares a UAV route-planning method for coverage, monitoring, or informative exploration under spatial or operational constraints.

The protocol was designed using a PICOC perspective (Population, Intervention, Comparison, Outcome, and Context). The population comprises UAVs, drones, or unmanned aerial systems (UAS) applied to environmental monitoring and area coverage. The intervention includes path planning, coverage path planning, informative path planning, optimization methods, computational-geometry-based modeling, and obstacle handling. The comparison dimension considers alternative algorithmic families, as well as variants with and without energy or spatial restrictions. The main outcomes are coverage, useful monitored area, traveled distance, energy consumption, flight time, computational cost, robustness, and geometric feasibility. The context is autonomous environmental monitoring over realistic outdoor environments. Table 1 summarizes the review questions and the evidence planned for each.

Table 1: Review questions and planned evidence
RQ Planned evidence to extract
RQ1 Algorithmic family, optimization strategy, environment representation, and coordination model used for coverage-oriented planning.
RQ2 Reported evaluation metrics related to coverage, distance, energy, runtime, robustness, and mission feasibility.
RQ3 Explicitly modeled limitations, including obstacles, battery restrictions, weather effects, dynamics, sensing assumptions, and unresolved challenges.

2.2 Search Strategy and Eligibility↩︎

The search was conducted in Scopus and Web of Science (Core Collection) over 2015–2026, restricted to English-language journal articles and indexed conference papers. These two databases were selected for their broad indexing of computer-science, engineering, and robotics venues, which substantially overlaps the primary content of IEEE Xplore and the ACM Digital Library; extending the search to those interfaces is left as planned future work (Section 4). The query combined three concept groups: (i) UAV-related descriptors; (ii) path-, route-, trajectory-, coverage-, and informative-path-planning concepts; and (iii) coverage-maximization or environmental-monitoring terms. A fourth block constraining energy, obstacle, optimization, or computational-geometry terms was piloted but discarded after a sensitivity check, because it removed relevant coverage-path-planning studies that mention such constraints only in the full text; these dimensions are instead captured during extraction (Table 2). The exact platform-adapted queries are reported in Fig. 1 to support an independently reproducible protocol.

Figure 1: Exact platform-adapted search queries. The Web of Science query reuses the same Boolean concept blocks in the TS= field. A fourth constraint block (energy/obstacle/optimization/computational-geometry) was piloted and removed after a sensitivity check; those dimensions are captured at the extraction stage instead.

Studies were included when they addressed UAV route planning or coverage, reported at least one planning or optimization method, and described explicit performance metrics or an evaluation setting (criteria I1–I5), and were published in English within 2015–2026 (criterion I6). Studies focused exclusively on low-level control, communications, or hardware (E1), using the UAV as a mere capture platform (E2), where coverage is not an objective, constraint, or evaluation metric (E3), on non-UAV platforms without clear methodological transfer (E4), or that were conceptual works/surveys without their own evaluation (E5), were excluded. Duplicate records (E6) were removed before screening. Importantly, the word “coverage” is interpreted by objective function rather than by keyword: studies optimizing communication coverage, signal range, or number of connected users are excluded (E3), whereas studies optimizing observed area or spatial information are retained. The current paper reports the process up to title–abstract–keyword screening; full-text eligibility and quality assessment are still in progress.

2.3 Planned Quality Assessment and Synthesis↩︎

The next stages of the review will apply a structured methodological quality checklist to each full-text study. The checklist evaluates objective clarity, algorithm description, environment specification, explicit operational constraints, reported metrics, comparison against established baselines (e.g., classic genetic algorithms, standard lawnmower patterns, or A\(^\ast\) variants) rather than only self-generated variants, computational-efficiency reporting, and discussion of limitations. Each item will be scored on a 0, 0.5, or 1 scale. In parallel, a structured extraction form will record algorithmic family, environment representation, coverage model, sensor assumptions, constraints, reported metrics, validation scenario, and comparison baselines. Following common terminology, the extraction explicitly separates heuristics (problem-specific constructive rules, e.g., lawnmower/boustrophedon, greedy, spiral) from metaheuristics (general-purpose search, e.g., genetic algorithms, ACO, PSO), since conflating them obscures runtime-versus-optimality trade-offs. Table 2 lists the planned extraction dimensions.

Table 2: Planned extraction dimensions for full-text analysis
Dimension Examples of extracted information
Method family Exact, heuristic (constructive), metaheuristic, learning-based, hybrid
Environment representation Grid, graph, polygon, raster, voxel, continuous map
Operational constraints Energy, time, altitude, obstacles, no-fly zones, weather
Evaluation outputs Coverage, distance, energy, runtime, robustness, success rate
Baseline comparison Established benchmark, self-generated variant, none
Validation setting Simulation, field test, real data, mixed evaluation

The final synthesis is expected to combine descriptive, thematic, and comparative analyses, allowing the review to contrast algorithmic choices with the type of environment representation, operational realism, and evaluation practice used in the literature.

3 Preliminary Screening Results↩︎

Fig. 2 summarizes the current selection status. From 562 identified records (384 from Scopus and 178 from Web of Science), 161 duplicates were removed. The remaining 401 unique records were screened by title, abstract, and keywords. At this stage, 247 studies were retained for full-text eligibility assessment and 154 were excluded. Exclusions were dominated by records where coverage is not an objective, constraint, or evaluation metric (E3, 96 records), followed by surveys or conceptual works without their own evaluation (E5, 23), studies limited to low-level control, hardware, or sensing (E1, 11), records outside the 2015–2026 window (I6, 10), non-UAV platforms (E4, 8), and works using the UAV as a mere capture platform (E2, 6).

Figure 2: Current review flow in PRISMA-style summary form (updated corpus including Web of Science and the 2015–2026 time filter).

A preliminary keyword-assisted scan of the 247 retained studies reveals several trends. Coverage-oriented formulations dominate the set: 196 retained studies (about 79%) explicitly mention area coverage, coverage path planning, or coverage maximization. Multi-UAV or cooperative settings appear in 118 studies (about 48%), indicating that coordination and task distribution are central concerns. Energy-related constraints appear in 96 studies (about 39%) and geometry-related concepts in 92 studies (about 37%), whereas obstacle handling appears in 58 studies. In contrast, only 44 retained studies (about 18%) explicitly mention weather, uncertainty, or dynamic environments.

The retained set is also strongly simulation-oriented: 147 studies mention simulation or simulated scenarios, whereas 46 mention field experiments, real-world environments, or real data. In methodological terms, the abstracts show a comparable presence of heuristic/constructive (63) and metaheuristic (63) cues, a growing presence of learning-based strategies (42), and a smaller set of exact-optimization cues (19). Regarding recency, 152 of the 247 retained studies (about 62%) were published between 2023 and 2026, confirming a strong concentration of recent activity. Table 3 summarizes these non-exclusive signals.

Table 3: Preliminary signals from retained studies (\(n=247\))
Signal from title/abstract/keywords Studies
Coverage-oriented formulations 196/247
Multi-UAV or cooperative setting 118/247
Exact-optimization cues 19/247
Heuristic / constructive-pattern cues 63/247
Metaheuristic cues 63/247
Learning-based cues 42/247
Energy-aware constraints 96/247
Obstacle-related modeling 58/247
Geometry-related modeling 92/247
Weather/uncertainty/dynamics 44/247
Simulation-based validation 147/247
Real-world / field validation 46/247

These results suggest that the literature already provides a substantial base for comparing coverage efficiency and energy-aware planning, but richer environmental realism remains less consistently modeled. This observation is relevant for environmental monitoring, where terrain, obstacles, sensing geometry, and uncertainty can critically alter route feasibility and information value. The preliminary evidence also hints that simulation remains the default validation strategy, which may limit external validity when methods are transferred to real missions.

4 Threats to Validity↩︎

At the current stage, four threats deserve explicit attention. First, the preliminary patterns in Table 3 were inferred from titles, abstracts, and keywords rather than from full-text coding, so they should be interpreted as screening-level lexical signals instead of final evidence; a term may appear (e.g., “weather”) only as a future-work mention without being modeled. The full-text stage will replace these signals with verified, full-text coding. Second, screening up to this stage was performed by a single reviewer, which introduces potential selection and subjectivity bias. This was mitigated by applying explicit a priori inclusion/exclusion criteria, documenting a decision and a criterion for every record, and adopting an objective-function rule to disambiguate the heterogeneous use of “coverage”; borderline records were flagged and discussed with the second author. To strengthen reliability, the full-text eligibility stage will be double-coded by two reviewers and inter-rater agreement (Cohen’s \(\kappa\)) will be reported. Third, restricting the sources to Scopus and Web of Science may miss venues better indexed elsewhere; this is mitigated by the broad overlap of both databases with IEEE Xplore and ACM content, and a complementary search in those interfaces is planned. Fourth, publication bias may favor studies with positive performance claims or cleaner simulation results. Terminology heterogeneity (coverage path planning, area coverage, exploration, informative planning) is additionally mitigated by the objective-function-based eligibility rule.

5 Discussion and Ongoing Work↩︎

The preliminary evidence indicates a field that is both active and fragmented. On one hand, the dominance of coverage formulations, multi-UAV coordination, and energy-aware planning suggests a maturing core agenda. On the other hand, the lower frequency of explicit weather, uncertainty, and obstacle-rich modeling indicates that many studies still validate under simplified conditions. This gap matters because environmental monitoring missions often operate over irregular geography, changing atmospheric conditions, and partially known spaces.

The retained corpus spans the expected algorithmic families: exact formulations such as MILP-based coverage routing [11], [12]; constructive heuristics and classic sweep or visibility patterns [4], [13]; metaheuristics including genetic, swarm, and bio-inspired search, sometimes hybridized with constructive rules [6], [8], [14], [15]; geometry-driven decomposition over convex and concave regions [3], [16], [17]; informative path planning for environmental fields [5], [9], [18]; and learning-based coordination [7], [19], [20]. Energy-aware coverage planning and assignment remain central [1], [2], [21], while learning and multi-agent coordination are increasingly visible in recent publications [19], [22], [23]. This suggests that the field is moving toward richer coordination and adaptation mechanisms, but without a clear consensus yet on the most robust evaluation protocol or the most realistic combination of constraints.

The next stage of the review will therefore focus on full-text eligibility assessment, methodological quality scoring, and structured data extraction. The objective is not only to identify high-performing approaches, but also to clarify which combinations of optimization strategy, geometric representation, and operational constraints are most credible for realistic environmental monitoring scenarios. Those findings will directly inform the subsequent design of a coverage-maximization model grounded in computational geometry and realistic mission constraints.

6 Conclusion↩︎

This paper presented the protocol and preliminary screening results of an ongoing systematic literature review on autonomous UAV route planning for coverage maximization in environmental monitoring. The current evidence base already shows strong interest in coverage efficiency, coordination, and energy-aware planning, but suggests that uncertainty-rich and geometry-constrained scenarios remain comparatively underexplored. Completing the eligibility, quality, and extraction stages will enable a more rigorous synthesis of algorithmic trends, evaluation metrics, and open research gaps. These findings will guide the design of future UAV coverage-planning models integrating computational geometry and intelligent optimization techniques.

References↩︎

[1]
K. Jensen-Nau, T. Hermans, and K. Leang, “Near-optimal area-coverage path planning of energy-constrained aerial robots with application in autonomous environmental monitoring,” IEEE Trans. Autom. Sci. Eng., vol. 18, no. 3, pp. 1453–1468, 2021, doi: 10.1109/TASE.2020.3016276.
[2]
Q. Shao, X. Mao, and W. Xu, “Energy-aware UAV coverage planning in mountainous terrain via contour-aligned path generation,” IEEE Robot. Autom. Lett., vol. 10, no. 12, pp. 12373–12380, 2025, doi: 10.1109/LRA.2025.3621932.
[3]
B. Kang, C. Wang, Y. Su, and J. Zeng, “Multi-UAV forest area inspection path planning based on concave polygon region decomposition,” Sci. Rep., vol. 15, no. 1, 2025, doi: 10.1038/s41598-025-26060-7.
[4]
J. Li, Y. Xiong, J. She, and M. Wu, “A path planning method for sweep coverage with multiple UAVs,” IEEE Internet Things J., vol. 7, no. 9, pp. 8967–8978, 2020, doi: 10.1109/JIOT.2020.2999083.
[5]
M. Popovic et al., “An informative path planning framework for UAV-based terrain monitoring,” Auton. Robots, vol. 44, no. 6, pp. 889–911, 2020, doi: 10.1007/s10514-020-09903-2.
[6]
N. Ouyang, J. Xie, and F. Lin, “Low-altitude UAV trajectory optimization for complex 3D terrains based on energy consumption,” in 2025 6th international conference on computer engineering and application (ICCEA), 2025, pp. 01–08, doi: 10.1109/ICCEA65460.2025.11103265.
[7]
Z. Qian, Y. Feng, N. Liu, and Q. Qian, “CLMPO-EC: A lightweight multi-UAV multiarea coverage path planning method using deep reinforcement learning,” IEEE Internet Things J., vol. 13, no. 8, pp. 16535–16549, 2026, doi: 10.1109/JIOT.2026.3659864.
[8]
T. Hu, S. Wang, Y. Lyu, X. Liang, and Q. Pan, “Coverage path planning of multiple disconnected convex polygons based on improved genetic algorithm,” in Proceedings of 2024 12th china conference on command and control, 2024, pp. 55–67.
[9]
H. Hao, D. Silvestre, and C. Silvestre, “Continuous trajectory planning for non-convex utility functions using hybrid optimization,” Eur. J. Control, vol. 87, 2026, doi: 10.1016/j.ejcon.2025.101425.
[10]
M. J. Page, J. E. McKenzie, P. M. Bossuyt, et al., “The PRISMA 2020 statement: An updated guideline for reporting systematic reviews,” BMJ, vol. 372, p. n71, 2021.
[11]
F. Zhang and X. Zhang, “Cooperative area coverage path planning for multiple UAVs over large areas,” in 2022 9th international conference on dependable systems and their applications (DSA), 2022, pp. 346–352, doi: 10.1109/DSA56465.2022.00053.
[12]
X. Zhang, F. Zhang, Z. Tang, and X. Chen, “A MILP model on coordinated coverage path planning system for UAV-ship hybrid team scheduling software,” J. Syst. Softw., vol. 206, 2023, doi: 10.1016/j.jss.2023.111854.
[13]
A. Sanchez-Fernandez, L. Romero, G. Bandera, and S. Tabik, “VPP: Visibility-based path planning heuristic for monitoring large regions of complex terrain using a UAV onboard camera,” IEEE J. Sel. Topics Appl. Earth Observ. Remote Sens., vol. 15, pp. 944–955, 2022, doi: 10.1109/JSTARS.2021.3134948.
[14]
Z. Tan, K. Huang, Y. Tang, M. Fang, and H. Huang, “Multi-area coverage path planning for plant protection UAVs based on a hybrid strategy beluga whale optimization algorithm,” Smart Agric. Technol., vol. 12, 2025, doi: 10.1016/j.atech.2025.101379.
[15]
Y. Jia et al., “The UAV path coverage algorithm based on the greedy strategy and ant colony optimization,” Electronics, vol. 11, no. 17, 2022, doi: 10.3390/electronics11172667.
[16]
B. Jia et al., “Coverage path planning for IoUAVs with tiny machine learning in complex areas based on convex decomposition,” IEEE Internet Things J., vol. 11, no. 12, pp. 21103–21111, 2024, doi: 10.1109/JIOT.2024.3361857.
[17]
S. Agarwal and S. Akella, “Area coverage with multiple capacity-constrained robots,” IEEE Robot. Autom. Lett., vol. 7, no. 2, pp. 3734–3741, 2022, doi: 10.1109/LRA.2022.3146952.
[18]
M. Kosior, P. Przystalka, and W. Panfil, “Adaptive path planning for UAV-based pollution sampling,” Appl. Sci., vol. 14, no. 24, 2024, doi: 10.3390/app142412065.
[19]
Q. Liu, Y. Zhang, and L. Jia, “A deep reinforcement learning approach for multi-UAV collaborative coverage with adaptive step size and dynamic reward mechanism,” in 2025 2nd international conference on machine learning, pattern recognition and automation engineering (MLPRAE), 2025, pp. 7–10, doi: 10.1109/MLPRAE67267.2025.11290942.
[20]
E. Akin, K. Demir, and H. Yetgin, “Multiagent q-learning based UAV trajectory planning for effective situational awareness,” Turk. J. Electr. Eng. Comput. Sci., vol. 29, no. 5, pp. 2561–2579, 2021, doi: 10.3906/elk-2012-41.
[21]
G. Yang, Y. Mo, C. Lv, Y. Zhang, J. Li, and S. Wei, “A dual-layer task planning algorithm based on UAVs-human cooperation for search and rescue,” Appl. Soft Comput., vol. 181, 2025, doi: 10.1016/j.asoc.2025.113488.
[22]
J. Ni, Y. Ge, Y. Zhao, and Y. Gu, “An improved multi-UAV area coverage path planning approach based on deep q-networks,” Appl. Sci., vol. 15, no. 20, 2025, doi: 10.3390/app152011211.
[23]
W. Adoni, S. Lorenz, R. Gloaguen, A. Singh, and T. Kühne, “A distributed coverage path planning framework for autonomous unmanned aerial vehicle (UAV) swarms,” Expert Syst. Appl., vol. 322, 2026, doi: 10.1016/j.eswa.2026.132382.