REVIEW 3 major objections 5 minor 35 references
Towards Reliable Aerial Ground Vehicle Collaboration: An Integrated Planning and Autonomy Framework for Field Deployment
T0 review · 3 major / 5 minor · reviewed 2026-07-11 · grok-4.5
Pith's one-line read An integrated DRL planner, YAML mission API, vehicle autonomy stacks, and online rendezvous replanner make energy-limited UAV–UGV team missions reliable enough for outdoor field use.
desk verdict Solid systems integration paper: DRL routing + YAML API + RARP + outdoor demos work as a package, but the headline reliability number is sim-only and field landing is still manual. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The Rendezvous-Aware Replanner (RARP): a lightweight online module that, on timing deviation, checks remaining endurance, rolls back the UAV action prefix, and re-selects a feasible road-network rendezvous so the team never violates the battery safety margin.
What would settle it
Repeat the same multi-sortie missions with fully autonomous precision landing on a moving pad under stronger wind or longer endurance budgets; if energy-margin violations rise above the reported 20 percent or rendezvous fail repeatedly, the reliability claim does not hold.
Extended reading notes
Core claim
A complete planning-to-execution stack—DRL cooperative routing that jointly selects UAV visit order and UGV rendezvous locations, a standardized two-layer YAML mission API, PX4/MAVSDK and ROS 2/Nav2 autonomy layers, and an online Rendezvous-Aware Replanner—enables reliable outdoor UAV–UGV missions under strict energy limits. The DRL planner reduces mission time relative to multi-echelon heuristics; the replanner cuts energy-margin violations from 83 percent to 20 percent; and field experiments on a 50 m square site confirm coordinated takeoff, survey, landing, mid-mission task insertion, and VLM-based hazard detection.
Load-bearing premise
The outdoor trials—small flat grass field, moderate wind, simulated recharging, and manual final landings—are enough to claim the full autonomy stack is reliable for field deployment.
Editorial extensions
If this is right
- Mission planners can treat UGV road points as dynamic recharging nodes rather than fixed depots, shrinking total flight time for multi-AOI surveillance.
- A YAML state/action contract lets heterogeneous PX4 and ROS 2 robots exchange plans without custom middleware.
- Online rollback of UAV actions when endurance is threatened becomes a standard safety layer for any fuel-limited aerial–ground team.
- Mid-mission AOI insertion and VLM hazard labeling can be folded into the same receding-horizon loop without redesigning the autonomy stacks.
Reading between the lines
- The same YAML API and RARP logic could be reused for multi-UAV fleets sharing one or more ground rechargers if collision constraints are added to the decoder mask.
- Predictive wind or latency models inside RARP would turn reactive trimming into proactive early returns, further lowering the residual 20 percent violation rate.
- Vision-based relative localization for docking would remove the last manual step and open GPS-denied SAR sites.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents an integrated planning-and-autonomy framework for energy-constrained UAV–UGV cooperative routing. A DRL encoder–decoder policy jointly selects the UAV AOI visitation order and UGV rendezvous points on a road network, outperforming the Maini et al. hierarchical heuristic on mission time (Tables I–II). A two-layer YAML mission API maps planner outputs to synchronized action primitives; distributed stacks (PX4/MAVSDK for the UAV, ROS 2/Nav2 for the UGV) execute them; and a lightweight Rendezvous-Aware Replanner (RARP, Algorithm 1) trims sorties and reassigns rendezvous under timing drift. RARP is evaluated in Gazebo SITL (Table IV: energy-margin violations 83.33%→20.00%). Outdoor trials on a 50 m × 50 m field (six AOIs, five RNPs) demonstrate takeoff, survey, rendezvous, mid-mission AOI insertion, and a VLM-based SAR coverage scenario; final pad landing is performed manually.
Significance. If the claims hold, the work supplies a practical end-to-end bridge from cooperative routing to outdoor hardware that is still rare in the UAV–UGV literature: a learned joint planner, a minimal standardized mission API, platform-specific autonomy stacks, and an online safety layer, all exercised together in the field. The DRL vs. heuristic comparisons and the RARP simulation metrics are concrete and useful. Explicit credit is due for the full-stack integration, the receding-horizon replan-at-rendezvous design, and the outdoor demos (including dynamic task insertion and VLM hazard detection). The main limitation is that the strongest quantitative reliability number is simulation-only and that precision landing remains manual, so the transfer of “reliable field deployment” is only partially evidenced.
major comments (3)
- [Abstract, §V.C, Table IV, §VI] Abstract, §V.C and Table IV vs. §VI: The headline reliability claim (energy-margin violations reduced from 83.33% to 20.00%) is obtained exclusively in Gazebo SITL under injected wind, GPS noise and a 15% speed reduction. Section VI field results (Figs. 7–10) report qualitative trajectory/energy alignment and mid-mission AOI insertion on flat grass under 12–24 km/h wind, but never report RARP trigger counts, residual endurance violations, or the same energy-margin metric outdoors. The abstract and contribution list juxtapose the RARP number with “validated through outdoor field experiments,” which overstates what the field evidence currently supports. Either add outdoor RARP statistics (or an ablation with RARP disabled) or clearly separate the simulation reliability claim from the qualitative field demonstration and temper the abstract language.
- [§VI.B, Fig. 7c] §VI.B explicitly states that final precision landing on the 30 in × 30 in pad is performed manually; vision-based landing is validated only in Gazebo. Autonomous docking under outdoor wind and relative-state uncertainty is a load-bearing part of the claimed “complete autonomy stack” and of closed-loop energy management. The manuscript should either (i) report autonomous landing success rates in the field or (ii) rephrase the autonomy and reliability claims to acknowledge that recovery remains human-in-the-loop, and discuss the implications for the energy-margin guarantees that RARP is intended to protect.
- [§IV, Eq. (4), Tables I–II] §IV and Tables I–II: The DRL planner is the source of the mission-time gains, yet the architecture, reward, and training details are deferred to prior work [30], [31]. For a journal paper whose first contribution is this planner, the present manuscript needs enough self-contained description (state features, masking rules, cost definition used for REINFORCE, and how UGV road travel time is folded into the joint objective) that a reader can interpret the reported gaps without the earlier papers. At minimum, state the exact cost c used in Eq. (4) and confirm that the same endurance and recharging models are used for both DRL and the Maini heuristic.
minor comments (5)
- [Fig. 5] Fig. 5 caption and body: “RNP : Road netwok points” — typo (“network”).
- [§III, Algorithm 1] §III objective (1) and later text use both F_a and T_full / T_rem for endurance; a single consistent symbol would help.
- [Table III, Fig. 3] Table III and Fig. 3: action names differ slightly in spelling (allow_take_off_from_UGV vs. allow_takeoff_from_UGV). Align the YAML schema and the table.
- [§II.B] Related work §II.B is thorough; a short explicit comparison table (planning method, energy model, outdoor vs. indoor, landing autonomy) would make the claimed gap clearer.
- [Header] arXiv header and journal running head show 2026 dates; correct for the camera-ready version.
Circularity Check
No significant circularity: engineering integration paper whose performance claims rest on external baselines, simulation trials, and field demos rather than definitional or self-forced results.
-
self citation load bearing
[Section IV.A.3 / end of IV.A]
"This section summarizes the key components of our DRL routing policy. Since the primary contribution of this paper lies in the integration and real-world deployment of UAV–UGV cooperation, we refer readers to our prior work [30], [31] for a more exhaustive treatment of the DRL policy design."
The detailed encoder–decoder architecture and REINFORCE training are deferred to overlapping-author prior papers. This is a minor self-citation for implementation detail only; the present paper still re-evaluates the policy against an external heuristic baseline and reports independent metrics, so the citation is not load-bearing for the integration/RARP/field claims.
full rationale
This is a systems/integration paper, not a first-principles derivation. The DRL planner is trained via REINFORCE against a greedy baseline and evaluated against the independent hierarchical heuristic of Maini et al. [19] (Tables I–II); the reported mission-time gaps are empirical, not forced by construction. Self-citations [30],[31] supply architectural details of the attention policy but are not load-bearing for the paper’s new claims (YAML API, autonomy stacks, RARP Algorithm 1, outdoor energy-timeline alignment, mid-mission AOI insertion, VLM SAR demo). RARP’s 83.33%→20.00% reduction (Table IV) is measured under explicit simulated disturbances, not tautological. No equation equates a claimed prediction to a fitted input, no uniqueness theorem is imported to forbid alternatives, and no known empirical pattern is merely renamed. Minor self-citation of prior DRL design is normal and non-circular under the guidelines; the central results remain independently measured.
Assumptions & free parameters
free parameters (5)
- endurance safety factor α =
0.90 (default); 0.95 (relax)
- nominal UAV flight endurance F_a / T_full =
100 s
- fixed recharging service duration T_R =
30 s (field)
- DRL architecture and training hyperparameters =
as listed in §IV.B
- execution tolerances (goal radius, dwell, control rates) =
0.3 m; 80 s risky threshold; etc.
assumptions (5)
- domain assumption UAV flight endurance is a known fixed budget per sortie; energy is tracked as remaining flight time without a higher-fidelity battery model.
- domain assumption UGV motion is confined to a known road-network graph G with deterministic travel times along edges.
- domain assumption Inter-agent UDP/TCP links and a central mission manager provide sufficiently timely state and completion flags for synchronized takeoff/landing and event-driven replanning.
- standard math REINFORCE with greedy baseline and Transformer encoder–decoder is a valid training method for the cooperative routing policy.
- domain assumption Hierarchical multi-echelon heuristic of Maini et al. [19] is an appropriate baseline for mission-time comparison.
invented entities (3)
-
Rendezvous-Aware Replanner (RARP)
-
Two-layer YAML mission API (state YAML + action-plan YAML with ins_id synchronization)
-
Integrated UAV–UGV autonomy architecture (central manager + PX4/MAVSDK + ROS 2/Nav2 action executors)
Cite this review
Pith. "Pith review of Towards Reliable Aerial Ground Vehicle Collaboration: An Integrated Planning and Autonomy Framework for Field Deployment." pith.science (2026). https://pith.science/paper/VPDSU26T
@misc{pith2026260707350,
author = {Pith},
title = {Pith review of: Towards Reliable Aerial Ground Vehicle Collaboration: An Integrated Planning and Autonomy Framework for Field Deployment},
year = {2026},
howpublished = {\url{https://pith.science/paper/VPDSU26T}},
note = {Machine review of arXiv:2607.07350}
}
read the original abstract
Limited flight endurance significantly restricts the operational range of unmanned aerial vehicles (UAVs) in long duration missions such as surveillance and inspection, where multiple spatially distributed Areas of Interest (AOIs) must be visited. These tasks require efficient routing determining the sequence of visits which directly impacts mission time, energy consumption, and overall feasibility. Pairing UAVs with unmanned ground vehicles (UGVs) for mobile recharging offers a promising solution, but introduces a tightly coupled cooperative routing problem involving UAV route planning, UGV road constrained movement, energy management, and rendezvous scheduling under uncertainty. In this work, we present an integrated planning and autonomy framework for reliable field deployment. We formulate the problem as an energy constrained cooperative routing task and solve it using a Deep Reinforcement Learning (DRL) based planner that jointly optimizes the UAV visitation sequence and rendezvous locations with the UGV, outperforming baseline heuristics in minimizing total mission time. To bridge the gap between planning and execution, we introduce a standardized two layer YAML based mission API that captures environment states and structures lightweight, synchronized action sequences. This framework is supported by a complete autonomy stack using PX4/MAVSDK for UAV control and ROS 2/Nav2 for UGV navigation. Furthermore, we propose a lightweight Rendezvous Aware Replanner (RARP) that operates online to handle environmental uncertainties, reducing energy margin violations from 83.33% to 20.00%. The full system is validated through outdoor field experiments, demonstrating robust cooperative navigation and adaptability in dynamic tasks, including a search and rescue scenario with vision language model (VLM) based hazard detection
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[30]
An attention-aware deep reinforcement learning framework for uav-ugv collaborative route planning,
M. S. Mondal, S. Ramasamy, J. D. Humann, J. M. Dotterweich, J.- P. F. Reddinger, M. A. Childers, and P. Bhounsule, “An attention-aware deep reinforcement learning framework for uav-ugv collaborative route planning,” in2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2024, pp. 13 687–13 694
work page 2024
-
[31]
M. S. Mondal, S. Ramasamy, L. Russo, J. D. Humann, J. M. Dot- terweich, and P. Bhounsule, “How to coordinate uavs and ugvs for efficient mission planning? optimizing energy-constrained cooperative routing with a drl framework,” inProceedings of the Robotics: Science and Systems Conference (RSS), 2025
work page 2025
-
[1]
S. Mehmood, S. Ahmed, A. S. Kristensen, and D. Ahsan, “Multi criteria decision analysis (mcda) of unmanned aerial vehicles (uavs) as a part of standard response to emergencies,” in4th international conference on green computing and engineering technologies. Gyancity International Publishers, 2018, p. 31
work page 2018
-
[2]
Semi-autonomous hybrid ugv-uav system for search and rescue missions,
C. John De Britto, R. Jothi Sri, and V . Sandhiya, “Semi-autonomous hybrid ugv-uav system for search and rescue missions,” inInternational Conference on Universal Threats in Expert Applications and Solutions. Springer, 2025, pp. 359–374
work page 2025
-
[3]
Air to ground collaboration for energy-efficient path planning for ground robots,
M. Wei and V . Isler, “Air to ground collaboration for energy-efficient path planning for ground robots,” in2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2019, pp. 1949–1954
work page 2019
-
[4]
Devices, systems, and methods for automated monitoring enabling precision agriculture,
J. Das, G. Cross, C. Qu, A. Makineni, P. Tokekar, Y . Mulgaonkar, and V . Kumar, “Devices, systems, and methods for automated monitoring enabling precision agriculture,” in2015 IEEE international conference on automation science and engineering (CASE). IEEE, 2015, pp. 462– 469
work page 2015
-
[5]
The vehicle routing problem with drones: Several worst-case results,
X. Wang, S. Poikonen, and B. Golden, “The vehicle routing problem with drones: Several worst-case results,”Optimization Letters, vol. 11, no. 4, pp. 679–697, 2017
work page 2017
-
[6]
The flying sidekick traveling salesman problem: Optimization of drone-assisted parcel delivery,
C. C. Murray and A. G. Chu, “The flying sidekick traveling salesman problem: Optimization of drone-assisted parcel delivery,”Transportation Research Part C: Emerging Technologies, vol. 54, pp. 86–109, 2015
work page 2015
Show all 35 references
-
[7]
Hu and R
X. Hu and R. H. Assaad, “The use of unmanned ground vehicles (mobile robots) and unmanned aerial vehicles (drones) in the civil infrastructure asset management sector: Applications, robotic platforms, sensors, and algorithms,”Expert Systems with Applications, vol. 232, p. 120897, 2023
2023
-
[8]
Unmanned aerial and ground vehicle (uav- ugv) system prototype for civil infrastructure missions,
B. Hament and P. Oh, “Unmanned aerial and ground vehicle (uav- ugv) system prototype for civil infrastructure missions,” in2018 IEEE international conference on consumer electronics (ICCE). IEEE, 2018, pp. 1–4
2018
-
[9]
A cooperative uav/ugv platform for wildfire detection and fighting,
C. Phan and H. H. Liu, “A cooperative uav/ugv platform for wildfire detection and fighting,” in2008 Asia Simulation Conference-7th Inter- national Conference on System Simulation and Scientific Computing. IEEE, 2008, pp. 494–498
2008
-
[10]
Sensor planning for a symbiotic uav and ugv system for precision agriculture,
P. Tokekar, J. Vander Hook, D. Mulla, and V . Isler, “Sensor planning for a symbiotic uav and ugv system for precision agriculture,”IEEE transactions on robotics, vol. 32, no. 6, pp. 1498–1511, 2016
2016
-
[11]
A hybrid path planning method in unmanned air/ground vehicle (uav/ugv) cooperative systems,
J. Li, G. Deng, C. Luo, Q. Lin, Q. Yan, and Z. Ming, “A hybrid path planning method in unmanned air/ground vehicle (uav/ugv) cooperative systems,”IEEE Transactions on Vehicular Technology, vol. 65, no. 12, pp. 9585–9596, 2016
2016
-
[12]
Cooperative path planning for target tracking in urban environments using unmanned air and ground vehicles,
H. Yu, K. Meier, M. Argyle, and R. W. Beard, “Cooperative path planning for target tracking in urban environments using unmanned air and ground vehicles,”IEEE/ASME transactions on mechatronics, vol. 20, no. 2, pp. 541–552, 2014
2014
-
[13]
Online path planning of messenger uav in air–ground coordination over urban areas,
Y . Wang, B. Xin, Y . Ding, B. He, and J. Chen, “Online path planning of messenger uav in air–ground coordination over urban areas,”IEEE Transactions on Vehicular Technology, vol. 74, no. 5, pp. 7135–7151, 2024
2024
-
[14]
Aerial-ground robots collaborative 3d mapping in gnss-denied environments,
Y . Yue, C. Zhao, Y . Wang, Y . Yang, and D. Wang, “Aerial-ground robots collaborative 3d mapping in gnss-denied environments,” in2022 International Conference on Robotics and Automation (ICRA). IEEE, 2022, pp. 10 041–10 047
2022
-
[15]
Radiation search operations using scene understand- ing with autonomous uav and ugv,
G. Christie, A. Shoemaker, K. Kochersberger, P. Tokekar, L. McLean, and A. Leonessa, “Radiation search operations using scene understand- ing with autonomous uav and ugv,”Journal of Field Robotics, vol. 34, no. 8, pp. 1450–1468, 2017
2017
-
[16]
Cooperative routing for an air–ground vehicle team—exact algorithm, transformation method, and heuristics,
S. G. Manyam, K. Sundar, and D. W. Casbeer, “Cooperative routing for an air–ground vehicle team—exact algorithm, transformation method, and heuristics,”IEEE Transactions on Automation Science and Engi- neering, vol. 17, no. 1, pp. 537–547, 2019
2019
-
[17]
A two-echelon cooperated routing problem for a ground vehicle and its carried unmanned aerial vehicle,
Z. Luo, Z. Liu, and J. Shi, “A two-echelon cooperated routing problem for a ground vehicle and its carried unmanned aerial vehicle,”Sensors, vol. 17, no. 5, p. 1144, 2017
2017
-
[18]
On cooperation between a fuel constrained uav and a refueling ugv for large scale mapping applications,
P. Maini and P. Sujit, “On cooperation between a fuel constrained uav and a refueling ugv for large scale mapping applications,” in2015 international conference on unmanned aircraft systems (ICUAS). IEEE, 2015, pp. 1370–1377
2015
-
[19]
Cooperative aerial–ground vehicle route planning with fuel constraints for coverage applications,
P. Maini, K. Sundar, M. Singh, S. Rathinam, and P. Sujit, “Cooperative aerial–ground vehicle route planning with fuel constraints for coverage applications,”IEEE Transactions on Aerospace and Electronic Systems, vol. 55, no. 6, pp. 3016–3028, 2019
2019
-
[20]
Algorithms and experiments on routing of unmanned aerial vehicles with mobile recharging stations,
K. Yu, A. K. Budhiraja, S. Buebel, and P. Tokekar, “Algorithms and experiments on routing of unmanned aerial vehicles with mobile recharging stations,”Journal of Field Robotics, vol. 36, no. 3, pp. 602– 616, 2019
2019
-
[21]
Attention, learn to solve routing problems!
W. Kool, H. Van Hoof, and M. Welling, “Attention, learn to solve routing problems!”arXiv preprint arXiv:1803.08475, 2018
2018 arXiv
-
[22]
Reinforcement learning based truck-and-drone coordinated delivery,
G. Wu, M. Fan, J. Shi, and Y . Feng, “Reinforcement learning based truck-and-drone coordinated delivery,”IEEE Transactions on Artificial Intelligence, vol. 4, no. 4, pp. 754–763, 2021
2021
-
[23]
Control of multiple uavs for persistent surveillance: Algorithm and flight test results,
N. Nigam, S. Bieniawski, I. Kroo, and J. Vian, “Control of multiple uavs for persistent surveillance: Algorithm and flight test results,”IEEE transactions on control systems technology, vol. 20, no. 5, pp. 1236– 1251, 2011
2011
-
[24]
Persistent surveillance for unmanned aerial vehicles subject to charging and temporal logic constraints,
K. Leahy, D. Zhou, C.-I. Vasile, K. Oikonomopoulos, M. Schwager, and C. Belta, “Persistent surveillance for unmanned aerial vehicles subject to charging and temporal logic constraints,”Autonomous Robots, vol. 40, no. 8, pp. 1363–1378, 2016
2016
-
[25]
Collaborative mapping of an earthquake damaged building via ground and aerial robots,
N. Michael, S. Shen, K. Mohta, V . Kumar, K. Nagatani, Y . Okada, S. Kiribayashi, K. Otake, K. Yoshida, K. Ohnoet al., “Collaborative mapping of an earthquake damaged building via ground and aerial robots,” inField and service robotics: results of the 8th international confere...
2013
-
[26]
Collaborative navigation for flying and walking robots,
P. Fankhauser, M. Bloesch, P. Kr ¨usi, R. Diethelm, M. Wermelinger, T. Schneider, M. Dymczyk, M. Hutter, and R. Siegwart, “Collaborative navigation for flying and walking robots,” in2016 IEEE/RSJ Interna- tional conference on intelligent robots and systems (IROS). IEEE, 2016, ...
2016
-
[27]
Coordinated landing of a quadrotor on a skid-steered ground vehicle in the presence of time delays,
J. M. Daly, Y . Ma, and S. L. Waslander, “Coordinated landing of a quadrotor on a skid-steered ground vehicle in the presence of time delays,”Autonomous Robots, vol. 38, no. 2, pp. 179–191, 2015
2015
-
[28]
Aerial online mapping on- board system by real-time object detection for ugv path generation in unstructured outdoor environments,
J. Lee, J. Lim, S. Pyo, and J. Lee, “Aerial online mapping on- board system by real-time object detection for ugv path generation in unstructured outdoor environments,”Journal of Field Robotics, vol. 40, no. 7, pp. 1754–1765, 2023
2023
-
[29]
Air-ground col- laboration for language-specified missions in unknown environments,
F. Cladera, Z. Ravichandran, J. Hughes, V . Murali, C. Nieto-Granda, M. A. Hsieh, G. J. Pappas, C. J. Taylor, and V . Kumar, “Air-ground col- laboration for language-specified missions in unknown environments,” arXiv preprint arXiv:2505.09108, 2025
2025 arXiv
-
[32]
Terra: A path planning al- gorithm for cooperative ugv–uav exploration,
F. Ropero, P. Munoz, and M. D. R-Moreno, “Terra: A path planning al- gorithm for cooperative ugv–uav exploration,”Engineering Applications of Artificial Intelligence, vol. 78, pp. 260–272, 2019
2019
-
[33]
Data model and simulation for persistent mission planning with energy- sharing autonomous ground and air vehicles,
J. Humann, S. C. Ortega, J. Glenn, J. L. Folsom, S. Ramasamy, M. S. Mondal, P. Bhounsule, J.-P. Reddinger, and J. Dotterweich, “Data model and simulation for persistent mission planning with energy- sharing autonomous ground and air vehicles,” in2024 Winter Simulation Conferen...
2024
-
[34]
Smac hybrid-a* planner configuration guide,
Nav2 Documentation Team, “Smac hybrid-a* planner configuration guide,” https://docs.nav2.org/configuration/packages/smac/ configuring-smac-hybrid.html, 2026, accessed: 2026-05-01
2026
-
[35]
Openai api documentation,
OpenAI, “Openai api documentation,” https://platform.openai.com/docs, 2024, gPT-4o model, accessed 2025
2024
Reviewed July 11, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.