pith. sign in

arxiv: 2511.06874 · v2 · pith:ACWN477Rnew · submitted 2025-11-10 · 📡 eess.SP · cs.SY· eess.SY

Radio-Coverage-Aware Path Planning for Cooperative Autonomous Vehicles

Pith reviewed 2026-05-18 00:07 UTC · model grok-4.3

classification 📡 eess.SP cs.SYeess.SY
keywords autonomous vehiclespath planningradio coverageDijkstra algorithmA star algorithmwireless connectivitymapping errorcooperative systems
0
0 comments X

The pith

Autonomous vehicle fleets can plan routes that favor strong radio coverage while keeping extra distance minimal.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper shows how to adjust standard path planning methods like Dijkstra and A* so that autonomous vehicles consider wireless signal quality alongside travel distance. This helps fleets maintain better connections for sending sensor data to remote servers in smart city setups. The vehicles map the area using their sensors as they go, achieving low error rates in coverage maps. By testing different ways to weight radio factors in the cost, the methods improve coverage without large detours.

Core claim

By introducing radio-related cost-weighting functions into common path planning algorithms, the best paths account for radio coverage experience in addition to traveled distance. Simulations show the mapping algorithm reaches error probability below 2 percent, and the planning extends radio coverage with only limited increase in distance compared to standard shortest-path methods.

What carries the argument

Radio-related cost-weighting functions applied to Dijkstra and A* algorithms, which balance distance and coverage metrics based on real-time sensor mapping of wireless areas.

If this is right

  • AVs maintain higher bit rates and lower latency for offloading tasks.
  • Reduced handover rates during movement across coverage areas.
  • Improved cooperation in unknown or changing environments.
  • Only small extra travel distance compared to conventional algorithms.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • This approach might reduce overall energy use by minimizing data retransmissions due to poor signals.
  • Integration with other traffic or obstacle data could further optimize fleet operations.
  • Real-world deployment would need to account for varying network loads not tested in simulation.

Load-bearing premise

That the radio coverage can be accurately mapped in real time by the vehicles' sensors and that weighting it in path costs yields net benefits without unmodeled costs.

What would settle it

Running the proposed path planning in a scenario where coverage maps have high error rates or where the weighted paths result in coverage no better than shortest paths.

Figures

Figures reproduced from arXiv: 2511.06874 by Fabrizio Frescura, Francesco Binucci, Giuseppe Baruffa, Luca Rugini, Paolo Banelli, Renzo Perfetti.

Figure 1
Figure 1. Figure 1: Overview of the fog computing scenario. The AVs are equipped with embedded computing power, but in some cases it might be better to offload some of the tasks (such as object detection, SLAM, etc.) to external services [26] instantiated in computational nodes (CN) or data centers (DC) [27, 28] by exploiting the wireless link offered by access points (AP) or BSs [8]. Due to the strict communication latency r… view at source ↗
Figure 2
Figure 2. Figure 2: Graphical overview of the radio-aware path planning model. [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Generation of the path CM from path WK, and of the map P from path CM. Cyan and green pixels represent the synthesized path CM. The system model used in the radio-coverage aware path planning problem is shown in [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Expansion of the frontier in the Dijkstra/A* algorithm. [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 7
Figure 7. Figure 7: Probability of error map for scenario in Figure 5. [PITH_FULL_IMAGE:figures/full_fig_p007_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Obstacle map coverage as a function of the number of AVs. [PITH_FULL_IMAGE:figures/full_fig_p007_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Exploration time and probability of obstacle map error versus [PITH_FULL_IMAGE:figures/full_fig_p008_9.png] view at source ↗
Figure 15
Figure 15. Figure 15: Paths obtained with OD, WD (a), and WA (b) for different [PITH_FULL_IMAGE:figures/full_fig_p009_15.png] view at source ↗
Figure 12
Figure 12. Figure 12: Paths obtained with OD, WD (a), WA (b), and amplitude [PITH_FULL_IMAGE:figures/full_fig_p009_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Paths obtained with OD, WD (a), WA (b), and capacity weight. [PITH_FULL_IMAGE:figures/full_fig_p009_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Paths obtained with OD, WD (a), WA (b), and tent weight. [PITH_FULL_IMAGE:figures/full_fig_p009_14.png] view at source ↗
Figure 19
Figure 19. Figure 19: Run time increase as function of [PITH_FULL_IMAGE:figures/full_fig_p010_19.png] view at source ↗
Figure 18
Figure 18. Figure 18: Combined metric decrease as function of α. performance, in terms of radio metric. For both WD and WA, the on-off and tent weights have a similar behavior: WD achieves a radio metric gain of 20%, initially, growing up to about 70% [PITH_FULL_IMAGE:figures/full_fig_p010_18.png] view at source ↗
read the original abstract

Fleets of autonomous vehicles (AV) often are at the core of intelligent transportation scenarios for smart cities, and may require a wireless Internet connection to offload computer vision tasks to data centers located either in the edge or the cloud section of the network. Cooperation among AVs is successful when the environment is unknown, or changes dynamically, so as to improve coverage and trip time, and minimize the traveled distance. The AVs, while mapping the environment with range-based sensors, move across the wireless coverage areas, with consequences on the experienced access bit rate, latency, and handover rate. In this paper, we propose to modify the cost of common path planning algorithms such as Dijkstra and A*, so that the best path solution takes into account not only the traveled distance, but also the radio coverage experience. To this aim, several radio-related cost-weighting functions are introduced and tested, to assess the performance of the proposed approaches with extensive simulations. The proposed mapping algorithm can achieve a mapping error probability below $2\%$, while the proposed path-planning algorithms extend the radio coverage of the AVs, with only a limited increase in traveled distance with respect to shortest-path existing methods, such as conventional Dijkstra and A* algorithms.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 2 minor

Summary. The manuscript proposes modifying standard path-planning algorithms (Dijkstra and A*) for cooperative autonomous vehicles by incorporating radio-related cost-weighting functions. This allows paths to account for both traveled distance and radio coverage experience while the vehicles simultaneously map the environment using range-based sensors. Through simulations, the authors claim their mapping algorithm achieves a mapping error probability below 2% and that the radio-aware planners extend coverage with only a limited increase in distance relative to conventional shortest-path baselines.

Significance. If the simulation results prove robust and transferable, the work could support improved wireless connectivity and reduced handovers for AV fleets in dynamic smart-city scenarios. The explicit comparison against Dijkstra and A* baselines and the testing of multiple weighting functions are constructive elements that allow trade-off evaluation. However, the overall significance remains constrained by the absence of any validation against measured RF data or real sensor noise models.

major comments (3)
  1. [Abstract] Abstract: The central performance claims (mapping error probability below 2% and radio-coverage extension) are stated without any description of the simulation environment, propagation model, sensor noise characteristics, or the procedure used to construct radio coverage maps from range-based sensor outputs. This omission prevents verification that the reported gains are not simulation artifacts.
  2. [Path Planning Algorithms] Path-planning formulation: The radio cost-weighting functions presuppose that accurate radio coverage information is available in real time. Range-based sensors (LiDAR/camera) produce geometric occupancy grids, not RF signal strength or coverage boundaries; the manuscript does not specify how an external propagation model is applied or validated against RSSI/ray-tracing ground truth.
  3. [Simulation Results] Simulation results: No error bars, data-exclusion criteria, or sensitivity analysis on the free radio-cost parameters are provided. Consequently, it is impossible to determine whether the limited distance penalty and coverage gains hold under realistic sensor noise or varying propagation conditions.
minor comments (2)
  1. [Notation] Notation for the radio cost functions should be introduced with a clear table or equation list to improve readability.
  2. [Figures] Figure captions should explicitly state the radio weighting parameters used in each plotted curve.

Simulated Author's Rebuttal

3 responses · 1 unresolved

We are grateful to the referee for the insightful comments, which have helped us identify areas for improvement in the manuscript. We respond to each major comment in turn.

read point-by-point responses
  1. Referee: [Abstract] Abstract: The central performance claims (mapping error probability below 2% and radio-coverage extension) are stated without any description of the simulation environment, propagation model, sensor noise characteristics, or the procedure used to construct radio coverage maps from range-based sensor outputs. This omission prevents verification that the reported gains are not simulation artifacts.

    Authors: We agree that the abstract would benefit from additional context on the simulation setup to support the stated claims. In the revised manuscript we will expand the abstract to briefly reference the urban grid simulation environment, the log-distance path-loss propagation model, and the range-sensor mapping procedure used to build coverage estimates. Full details remain in Section III, but this addition will allow readers to better assess the results. revision: yes

  2. Referee: [Path Planning Algorithms] Path-planning formulation: The radio cost-weighting functions presuppose that accurate radio coverage information is available in real time. Range-based sensors (LiDAR/camera) produce geometric occupancy grids, not RF signal strength or coverage boundaries; the manuscript does not specify how an external propagation model is applied or validated against RSSI/ray-tracing ground truth.

    Authors: The approach does assume radio coverage estimates are available during planning. In the revised Section II we will explicitly describe the two-layer mapping: range-based sensors produce occupancy grids for obstacles, while a parameterized log-distance propagation model (updated cooperatively) supplies the radio-coverage layer used by the weighted cost functions. This is a deliberate modeling choice to isolate the path-planning contribution; direct RSSI or ray-tracing validation lies outside the present simulation study. revision: partial

  3. Referee: [Simulation Results] Simulation results: No error bars, data-exclusion criteria, or sensitivity analysis on the free radio-cost parameters are provided. Consequently, it is impossible to determine whether the limited distance penalty and coverage gains hold under realistic sensor noise or varying propagation conditions.

    Authors: We acknowledge the lack of statistical detail in the current results section. The revised manuscript will report error bars (standard deviation over 100 Monte Carlo runs), state the data-exclusion rule (discarding trials with mapping failure), and add a dedicated sensitivity subsection that varies the radio-cost weighting coefficients and sensor-noise variance to confirm robustness of the distance-coverage trade-off. revision: yes

standing simulated objections not resolved
  • Absence of validation against measured RF data or real sensor noise models

Circularity Check

0 steps flagged

No circularity: simulation-based evaluation of modified path costs relies on external benchmarks

full rationale

The paper introduces radio-related cost-weighting functions to augment standard Dijkstra and A* algorithms and evaluates them via extensive simulations against conventional shortest-path baselines. No equations, derivations, or fitted parameters are shown that reduce by construction to the inputs; the mapping error probability and coverage-extension claims are assessed through independent simulation runs rather than self-referential definitions or self-citation chains. The approach is therefore self-contained against external benchmarks.

Axiom & Free-Parameter Ledger

1 free parameters · 0 axioms · 0 invented entities

Only the abstract is available, so the ledger cannot be populated with concrete entries from the manuscript. The approach implicitly assumes standard graph-based path planning and the existence of measurable radio coverage maps that can be turned into additive costs.

free parameters (1)
  • radio cost weighting parameters
    Several radio-related cost-weighting functions are introduced; these functions almost certainly contain tunable or fitted scalars that control the trade-off between distance and coverage.

pith-pipeline@v0.9.0 · 5534 in / 1147 out tokens · 33744 ms · 2026-05-18T00:07:56.525580+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Reference graph

Works this paper leans on

38 extracted references · 38 canonical work pages

  1. [1]

    Region coverage-aware path planning for unmanned aerial vehicles: A systematic review,

    K. Kumar and N. Kumar, “Region coverage-aware path planning for unmanned aerial vehicles: A systematic review,”Physical Com- mun., vol. 59, pp. 1–21, Aug. 2023, 102073

  2. [2]

    Cooperative heterogeneous multi-robot systems: A survey,

    Y . Rizk, M. Awad, and E. W. Tunstel, “Cooperative heterogeneous multi-robot systems: A survey,”ACM Comput. Surv., vol. 52, no. 2, Apr. 2019

  3. [3]

    A clustering- based coverage path planning method for autonomous heteroge- neous UA Vs,

    J. Chen, C. Du, Y . Zhang, P. Han, and W. Wei, “A clustering- based coverage path planning method for autonomous heteroge- neous UA Vs,”IEEE Trans. Intell. Transp. Syst., vol. 23, no. 12, pp. 25 546–25 556, Dec. 2022

  4. [4]

    Path planning protocol for collaborative multi-robot systems,

    J. Chen and L.-R. Li, “Path planning protocol for collaborative multi-robot systems,” in2005 Int. Symp. Comput. Intell. Robot. Au- tomat. (CIRA), Espoo, Finland, Jun. 2005, pp. 721–726

  5. [5]

    A review of cooperative path planning of an unmanned aerial vehicle group,

    H. Zhang, B. Xin, L.-H. Dou, J. Chen, and K. Hirota, “A review of cooperative path planning of an unmanned aerial vehicle group,” Frontiers Inf. Technol. Electron. Eng., vol. 21, no. 12, pp. 1671– 1694, Dec. 2020

  6. [6]

    Communication- constrained multi-AUV cooperative SLAM,

    L. Paull, G. Huang, M. Seto, and J. J. Leonard, “Communication- constrained multi-AUV cooperative SLAM,” in2015 IEEE Int. Conf. Robot. Automat. (ICRA), Seattle, W A, USA, May 2015, pp. 509–516

  7. [7]

    RDC-SLAM: A real-time distributed cooperative SLAM system based on 3D LiDAR,

    Y . Xie, Y . Zhang, L. Chen, H. Cheng, W. Tu, D. Cao, and Q. Li, “RDC-SLAM: A real-time distributed cooperative SLAM system based on 3D LiDAR,”IEEE Trans. Intell. Transp. Syst., vol. 23, no. 9, pp. 14 721–14 730, Sep. 2022. 10

  8. [8]

    AI-driven ground robots: Mobile edge computing and mmWave communications at work,

    G. Baruffa, A. Detti, L. Rugini, F. Crocetti, P. Banelli, G. Costante, and P. Valigi, “AI-driven ground robots: Mobile edge computing and mmWave communications at work,”IEEE Open J. Commun. Soc., vol. 5, pp. 3104–3119, 2024

  9. [9]

    Energy-efficient joint task offloading and resource allocation in OFDMA-based collaborative edge computing,

    L. Tan, Z. Kuang, L. Zhao, and A. Liu, “Energy-efficient joint task offloading and resource allocation in OFDMA-based collaborative edge computing,”IEEE Trans. Wireless Commun., vol. 21, no. 3, pp. 1960–1972, Mar. 2022

  10. [10]

    Radio and computation resource management in unmanned vehicles with edge computing,

    G. Baruffa, L. Rugini, F. Frescura, and P. Banelli, “Radio and computation resource management in unmanned vehicles with edge computing,” in2025 Int. Conf. Comput. Network. Commun. (ICNC), Honolulu, HI, USA, Feb. 2025, pp. 728–732

  11. [11]

    P. C. Hansen, V . Pereyra, and G. Scherer,Least squares data fitting with applications. JHU Press, 2013

  12. [12]

    Cooperative coverage path planning for visual inspec- tion,

    S. S. Mansouri, C. Kanellakis, E. Fresk, D. Kominiak, and G. Niko- lakopoulos, “Cooperative coverage path planning for visual inspec- tion,”Control Eng. Practice, vol. 74, pp. 118–131, May 2018

  13. [13]

    Multiple relative pose graphs for robust cooperative mapping,

    B. Kim, M. Kaess, L. Fletcher, J. Leonard, A. Bachrach, N. Roy, and S. Teller, “Multiple relative pose graphs for robust cooperative mapping,” in2010 IEEE Int. Conf. Robot. Automat., Anchorage, AK, USA, May 2010, pp. 3185–3192

  14. [14]

    Cloud-based control and vSLAM through cooper- ative mapping and localization,

    B. A. Erol, S. Vaishnav, J. D. Labrado, P. Benavidez, and M. Jamshidi, “Cloud-based control and vSLAM through cooper- ative mapping and localization,” in2016 World Automat. Congr. (WAC), Rio Grande, PR, USA, Jul. 2016, pp. 1–6

  15. [15]

    Three-dimensional cooperative mapping for connected and automated vehicles,

    Y . Zhang, L. Chen, Z. XuanYuan, and W. Tian, “Three-dimensional cooperative mapping for connected and automated vehicles,”IEEE Trans. Ind. Electron., vol. 67, no. 8, pp. 6649–6658, Aug. 2020

  16. [16]

    Cooperative mapping task assignment of heterogeneous multi-UA V using an improved genetic algorithm,

    J. Li, X. Yang, Y . Yang, and X. Liu, “Cooperative mapping task assignment of heterogeneous multi-UA V using an improved genetic algorithm,”Knowl.-Based Syst., vol. 296, p. 111830, 2024

  17. [17]

    Autonomous multi- robot navigation and cooperative mapping in partially unknown en- vironments,

    H. Xie, D. Zhang, X. Hu, M. Zhou, and Z. Cao, “Autonomous multi- robot navigation and cooperative mapping in partially unknown en- vironments,”IEEE Trans. Instrum. Meas., vol. 72, pp. 1–12, 2023

  18. [18]

    Cellular coverage-aware path planning for UA Vs,

    S. De Bast, E. Vinogradov, and S. Pollin, “Cellular coverage-aware path planning for UA Vs,” in2019 IEEE 20th Int. Workshop Signal Process. Advances Wireless Commun. (SPAWC), Cannes, France, Jul. 2019, pp. 1–5

  19. [19]

    Radio map-based 3D path planning for cellular-connected UA V,

    S. Zhang and R. Zhang, “Radio map-based 3D path planning for cellular-connected UA V,”IEEE Trans. Wireless Commun., vol. 20, no. 3, pp. 1975–1989, Mar. 2021

  20. [20]

    Trajectory planning of cellular-connected UA V for communication-assisted radar sensing,

    S. Hu, X. Yuan, W. Ni, and X. Wang, “Trajectory planning of cellular-connected UA V for communication-assisted radar sensing,” IEEE Trans. Commun., vol. 70, no. 9, pp. 6385–6396, Sep. 2022

  21. [21]

    Multi- UA V trajectory planning for energy-efficient content coverage: A decentralized learning-based approach,

    C. Zhao, J. Liu, M. Sheng, W. Teng, Y . Zheng, and J. Li, “Multi- UA V trajectory planning for energy-efficient content coverage: A decentralized learning-based approach,”IEEE J. Sel. Areas Com- mun., vol. 39, no. 10, pp. 3193–3207, Oct. 2021

  22. [22]

    Connectivity-aware UA V path planning with aerial coverage maps,

    H. Yang, J. Zhang, S. Song, and K. B. Lataief, “Connectivity-aware UA V path planning with aerial coverage maps,” in2019 IEEE Wire- less Commun. Netw. Conf. (WCNC), Marrakech, Morocco, Apr. 2019, pp. 1–6

  23. [23]

    Hybrid offline-online design for UA V- enabled data harvesting in probabilistic LoS channels,

    C. You and R. Zhang, “Hybrid offline-online design for UA V- enabled data harvesting in probabilistic LoS channels,”IEEE Trans. Wireless Commun., vol. 19, no. 6, pp. 3753–3768, Jun. 2020

  24. [24]

    Overview of millimeter wave communications for fifth-generation (5G) wireless networks—With a focus on prop- agation models,

    T. S. Rappaport, Y . Xing, G. R. MacCartney, A. F. Molisch, E. Mel- lios, and J. Zhang, “Overview of millimeter wave communications for fifth-generation (5G) wireless networks—With a focus on prop- agation models,”IEEE Trans. Ant. Prop., vol. 65, no. 12, pp. 6213– 6230, Dec. 2017

  25. [25]

    Propagation path loss models for 5G urban micro- and macro- cellular scenarios,

    S. Sun, T. S. Rappaport, S. Rangan, T. A. Thomas, A. Ghosh, I. Z. Kovacs, I. Rodriguez, O. Koymen, A. Partyka, and J. Jarvelainen, “Propagation path loss models for 5G urban micro- and macro- cellular scenarios,” in2016 IEEE 83rd Veh. Technol. Conf. (VTC Spring), Nanjing, China, May 2016, pp. 1–6

  26. [26]

    Microservices from cloud to edge: An analytical discus- sion on risks, opportunities and enablers,

    A. Detti, “Microservices from cloud to edge: An analytical discus- sion on risks, opportunities and enablers,”IEEE Access, vol. 11, pp. 49 924–49 942, 2023

  27. [27]

    Multi-radio parallel offloading in multi-access edge computing: Optimizing load shares, scheduling and capacity,

    A. Ali and K. Ali, “Multi-radio parallel offloading in multi-access edge computing: Optimizing load shares, scheduling and capacity,” IEEE Internet Things J., pp. 1–17, 2023

  28. [28]

    A survey of mobility- aware multi-access edge computing: Challenges, use cases and fu- ture directions,

    R. Singh, R. Sukapuram, and S. Chakraborty, “A survey of mobility- aware multi-access edge computing: Challenges, use cases and fu- ture directions,”Ad Hoc Netw., vol. 140, no. 103044, pp. 1–29, Mar. 2023

  29. [29]

    Mobile edge computing for V2X architectures and applications: A survey,

    L. Br ´ehon–Grataloup, R. Kacimi, and A.-L. Beylot, “Mobile edge computing for V2X architectures and applications: A survey,”Com- put. Netw., vol. 206, no. 108797, pp. 1–19, Apr. 2022

  30. [30]

    RACE: Reinforced cooperative autonomous vehicle col- lision avoidance,

    Y . Yuan, R. Tasik, S. S. Adhatarao, Y . Yuan, Z. Liu, and X. Fu, “RACE: Reinforced cooperative autonomous vehicle col- lision avoidance,”IEEE Trans. Veh. Technol., vol. 69, no. 9, pp. 9279–9291, Sep. 2020

  31. [31]

    Technical concepts of automotive LiDAR sensors: a review,

    H. Holzh ¨uter, J. B ¨odewadt, S. Bayesteh, A. Aschinger, and H. Blume, “Technical concepts of automotive LiDAR sensors: a review,”Opt. Eng., vol. 62, no. 3, p. 031213, Mar. 2023

  32. [32]

    Differential GPS and odometry-based outdoor navigation of a mobile robot,

    K. Ohno, T. Tsubouchi, B. Shigematsu, and S. Yuta, “Differential GPS and odometry-based outdoor navigation of a mobile robot,” Adv. Robot., vol. 18, no. 6, pp. 611–635, 2004

  33. [33]

    Otsu method and K-means,

    D. Liu and J. Yu, “Otsu method and K-means,” in2009 Ninth Int. Conf. Hybrid Intell. Sys., vol. 1, Shenyang, China, Aug. 2009, pp. 344–349

  34. [34]

    Speeding up Bresenham’s algorithm,

    E. Angel and D. Morrison, “Speeding up Bresenham’s algorithm,” IEEE Comput. Graph. Appl., vol. 11, no. 06, pp. 16–17, Nov. 1991

  35. [35]

    Faster al- gorithms for the shortest path problem,

    R. K. Ahuja, K. Mehlhorn, J. Orlin, and R. E. Tarjan, “Faster al- gorithms for the shortest path problem,”J. ACM, vol. 37, no. 2, p. 213–223, Apr. 1990

  36. [36]

    A systematic literature review of A* pathfinding,

    D. Foead, A. Ghifari, M. B. Kusuma, N. Hanafiah, and E. Gunawan, “A systematic literature review of A* pathfinding,”Procedia Com- put. Sci., vol. 179, pp. 507–514, 2021

  37. [37]

    Exploring algorithmic efficiency of A-Star and Dijkstra for optimal route planning in green transportation,

    A. Elshaer, R. A. Elmanfaloty, E. Abou-Bakr, M. Elrakaiby, and K. Saada, “Exploring algorithmic efficiency of A-Star and Dijkstra for optimal route planning in green transportation,”Int. J. Intell. Transportation Sys. Research, pp. 1–11, 2025

  38. [38]

    Inter-star: A modified multi A-star approach for inter- reconfigurable robots,

    A. Y . S. Wan, Y . Zhenyuan, M. C. Gen, M. V . J. Muthugala, and M. R. Elara, “Inter-star: A modified multi A-star approach for inter- reconfigurable robots,”Expert Sys. Applications, vol. 296, pp. 1–17, 2026. 11