Pith. sign in

REVIEW 3 major objections 6 minor 1 cited by

Real-time Traffic Simulation and Management for Large-scale Urban Air Mobility: Integrating Route Guidance and Collision Avoidance

T0 review · 3 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read This paper claims that adding a route-guidance layer on top of velocity-obstacle collision avoidance nearly doubles average minimum separation, raises average travel speed by 70%, more than doubles trip completion, and cuts energy use by…

desk verdict A sensible integration of MFD-style route guidance with ORCA, but the headline gains rest on a cost estimator that is never validated against the exact trajectory predictor; still worth refereeing. read the letter →

arxiv 2412.01235 v2 pith:57APD433 submitted 2024-12-02 eess.SY cs.SY

classification eess.SYcs.SY
keywords UrbanairmobilityMulti-agentsystemCollisionavoidancetrafficcongestionRouteguidanceMacroscopicFundamentalDiagramVelocityobstacleeVTOL
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper proposes an air traffic management framework for large-scale urban air mobility (UAM) that combines centralized route guidance with distributed collision avoidance. The route guidance assigns each aircraft a path through a layered hexagonal airspace network, while a velocity-obstacle model handles collision-free motion between waypoints. Compared with a collision-free baseline, the framework is reported to increase average minimum separation by 98.2%, average travel speed by 70.2%, trip completion rate by 130%, and reduce energy consumption by 23.0%. The framework is designed to keep traffic homogeneous across space and time even when demand is concentrated along specific corridors, and to enable flexible operations such as dynamic no-fly zones. The central claim is that integrating route guidance with collision avoidance, rather than relying on either alone, is what delivers these gains.

What carries the argument

The load-bearing mechanism is the fast path-cost estimator (Algorithm 3), which aligns every aircraft's pass-by region sequence into a matrix and advances all aircraft in lockstep, so regional accumulations, speeds, and travel times become simple matrix operations. This temporal alignment assumes approximately uniform aircraft speeds, a point the paper acknowledges in Section 2.3.2. The estimator feeds an incremental greedy path search (Algorithm 4) that reduces the joint path search from exponential to linear complexity. On the collision-avoidance side, the velocity-obstacle model (ORCA) supplies half-plane constraints that turn each aircraft's velocity selection into a small quadratic program.

What would settle it

Run the framework with two fleets whose cruise speeds differ by a factor of two and compare the fast path-cost estimate (Algorithm 3) against the exact 4D trajectory prediction (Algorithm 2). If the estimated path costs diverge enough to change the chosen paths, or if the performance metrics (separation, speed, completion) fall back toward the baseline, the central claim would be falsified.

Watch

Extended reading notes

Core claim

The paper's central discovery is that a regional route-guidance layer can be fused with distributed velocity-obstacle collision avoidance to keep large-scale UAM traffic in the free-flow branch of the macroscopic fundamental diagram—the flow-density relationship that separates uncongested from congested airspace—even when origin-destination demand is spatially heterogeneous. The paper shows that its framework preserves the homogeneity assumption on which the macroscopic fundamental diagram rests, and reports large improvements in separation, travel speed, trip completion, and energy use relative to a collision-free baseline. A further claimed discovery is that fast approximation methods make centralized path planning tractable at scale, with computational time growing roughly linearly instead of exponentially in the number of aircraft.

Load-bearing premise

The route-guidance cost estimates assume all aircraft travel at approximately the same speed; if real fleets fly at very different speeds, the path costs can be miscalculated and the claimed safety and efficiency gains may not materialize.

Editorial extensions

If this is right

  • If the claim holds, a single controller can keep large-scale UAM operations in the free-flow branch of the airspace macroscopic fundamental diagram, avoiding the congestion deadlocks that appear in baseline simulations.
  • The two-layer airspace results imply that adding altitude layers is an effective capacity lever: the same framework redistributes traffic vertically and improves separation, speed, and completion rate by double digits.
  • Dynamic no-fly zones can be created simply by reducing regional capacities, which means the framework can react to gusts or temporary restrictions without changing the algorithms.
  • The computational speedup from the fast approximation methods suggests the framework can run in real time at scales beyond 250 aircraft, far beyond exhaustive-search baselines.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • An implicit consequence the paper does not develop is that the same route-guidance-plus-collision-avoidance recipe could apply to other swarms—last-mile delivery drones, warehouse robots, or autonomous surface vehicles—where speed heterogeneity is modest and a regional graph exists.
  • The uniform-speed assumption is a testable vulnerability: if real UAM fleets fly at widely varying speeds, the lockstep cost estimate could misprice paths and undo the claimed gains; the paper explicitly leaves this accuracy analysis to future work.
  • The framework's ability to enforce homogeneity suggests a natural control extension: using regional capacity as a control knob for perimeter control or demand management, analogous to ground-traffic perimeter control.
  • A concrete extension would be to replace the exponential speed-regulation rule with a function calibrated from field data, since the current rule is chosen for tractability rather than validated against real UAM speed-flow relationships.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper proposes a hierarchical air traffic management framework for large-scale urban air mobility that combines centralized region-based route guidance with distributed collision avoidance. The route guidance layer selects waypoint paths for all aircraft by minimizing an estimated total travel time, using a fast path-cost estimator (Algorithm 3) that aligns all aircraft temporally through pass-by region sequences, and a greedy search (Algorithm 4) that approximates the joint path optimization. The collision avoidance layer uses the ORCA velocity-obstacle model to generate collision-free trajectories between waypoints. The framework is evaluated in single-layer and two-layer hexagonal airspace networks under several demand patterns, with comparisons against a collision-free baseline. Reported results include increases in average minimum separation (+98.2%), average travel speed (+70.2%), trip completion rate (+130%), and computational efficiency (+433%), with a 23.0% reduction in energy consumption. Additional experiments address airspace MFD properties, dynamic no-fly zones, and the scalability of the fast approximation methods up to 250 aircraft.

Significance. If the reported improvements hold, the framework is a valuable step toward integrating strategic route guidance with tactical collision avoidance for UAM, and its ability to maintain traffic homogeneity has direct relevance for MFD-based airspace management. The paper is commendably transparent about the core approximation in Algorithm 3 and includes scalability experiments showing near-linear growth of computational cost. The central quantitative claims, however, rest on simulation results that currently lack uncertainty quantification and on a cost estimator whose accuracy is not directly validated against the exact trajectory predictor. The contribution is promising but not yet fully supported; the requested additional validation and parameter disclosure would make the claims reproducible and the conditions of validity clear.

major comments (3)
  1. [Section 2.3.2, Algorithm 3, Section 3.2.4] The fast cost estimator is not validated against the exact trajectory-based cost. Section 3.2.4 and Figures 20-21 compare the greedy search (Algorithm 4) with exhaustive search, but both use Algorithm 3 as the cost function, so the reported discrepancy of less than 1.5% only shows that the greedy search approximates the joint optimization under the same approximate cost. It does not show that Algorithm 3 accurately reproduces the true travel times computed by Algorithm 2. This matters because Algorithm 3 advances all aircraft synchronously through their pass-by regions, which the paper itself states in Section 2.3.2 'requires that the travel speeds of all aircraft be (approximately) uniform,' whereas the simulated aircraft dynamics in Section 2.4 use preferred velocity and ORCA constraints and can produce heterogeneous speeds, especially under congestion. The argument that route guidance produces the homogeneity that justifies the assumption is circular, since Algorithm 3 is itself used to compute that route guidance. Please provide a direct comparison of Algorithm 3 against Algorithm 2 over a range of speed-heterogeneity conditions, and show that path rankings—not just total cost—are preserved.
  2. [Section 2.3.1, Eq. (3), Section 3.2.1] The critical accumulation parameter Ncr in the speed-regulation rule, Eq. (3), is never assigned a numerical value, and Vmax_Rl is likewise not specified for the experiments. This parameter directly controls the path costs used by the route guidance and therefore shapes all of the reported improvements. Table 2 reports estimated critical densities for the fitted MFD in aircraft per square kilometer, but there is no mapping from those densities to the per-hexagon Ncr_Rl values used in Eq. (3). Without these values and their calibration procedure, the route guidance behavior is under-specified and the simulation results cannot be reproduced. Please report the parameter values used for each region and explain how they were chosen or calibrated.
  3. [Section 3.2.1, Table 3] Table 3 reports a single value for each performance metric without run counts, standard deviations, or confidence intervals. The demand profiles in Figure 11 are specified, but the OD patterns in Section 3.2.2 are described as 'randomly generated,' and the simulation dynamics involve stochastic collision-avoidance decisions; a single run is insufficient to establish the robustness of the headline improvements (+98.2%, +70.2%, +130%, and -23.0%). Please provide results over multiple random seeds, report the variance of each metric, and define precisely how each metric is computed—for example, which aircraft are included in 'average travel speed' and what time window and denominator define 'trip completion rate.'
minor comments (6)
  1. [Algorithm 2] Algorithm 2 uses an arrival threshold ε in line 9 without defining its value; please specify ε and state how it relates to the simulation time step and region size.
  2. [Section 3.1, Figure 11, Table 3] The demand profiles in Figure 11 show departure ratios but do not state the total number of aircraft or the simulation duration for each scenario; reporting these totals would make the trip completion rate in Table 3 interpretable.
  3. [Table 3] The unit 'trip/s' for trip completion rate is unusual; please clarify whether this is the average number of completed trips per second over the simulation horizon or the slope of the cumulative completion curve, and report the absolute number of completed trips.
  4. [Algorithm 3] The quantity L, described as 'the average travel distance within each region,' is never assigned a numerical value; please report L for the hexagonal region geometry used (e.g., centroid-to-centroid distance) and check consistency with the stated region radius of 250 m.
  5. [Figure 20] The x-axis in Figure 20 uses a discontinuous scale (3-10, 100, 250); a logarithmic axis or an explicit break would improve readability and make the exponential growth of the exhaustive search clearer.
  6. [General] There are numerous typographical artifacts in the rendering, such as 'e fficiency' for 'efficiency' and 'tra ffic' for 'traffic'; the manuscript should be proofread carefully before publication.

Circularity Check

1 steps flagged · score 2.0 of 10

No load-bearing circularity; the reported improvements come from an independent simulation, but Algorithm 3's reasonableness is justified by the very homogeneity its own route guidance is meant to produce.

  1. other [Section 2.3.2 (Fast approximation methods)]
    "The simplification adopted in Algorithm 3 (i.e., temporal alignment) requires that the travel speeds of all aircraft be (approximately) uniform. Notably, such uniformity in travel speeds emerges from a balanced distribution of regional traffic. As discussed, collaborative path planning promotes regional traffic homogeneity, which, to some extent, justifies the reasonableness of Algorithm 3."

    Algorithm 3 is the fast cost estimator used inside the collaborative path planning procedure (Algorithm 4 calculates costs with Algorithm 3). The paper justifies Algorithm 3's temporal-alignment assumption by asserting that route guidance produces the homogeneity that makes speeds uniform. That justification presupposes the success of the path planning whose decisions are computed with Algorithm 3, so the estimator is being validated by an outcome it is itself intended to produce. This is a self-referential justification of the approximation's reasonableness, although it is hedged ('to some extent') and the central simulation comparison against the collision-free baseline is still measured from independent VO dynamics and is not forced by construction.

full rationale

The headline claims (+98.2% separation, +70.2% speed, +130% completion, -23% energy) are simulation outputs, not identities. The route guidance minimizes a congestion-dependent travel-time cost under Eq. (3), while the simulation flies aircraft with preferred-velocity and ORCA collision avoidance; the two models are separate, so the improvements are not equivalent to the optimization objective by construction. The collision-avoidance layer is standard external work (Van Den Berg et al. 2011), and the self-citations (Weng et al. 2025; Chen et al. 2024; Liu et al. 2025) are motivational and not load-bearing for the Table 3 comparison. The one genuinely self-referential element is the justification of Algorithm 3's uniformity assumption: it is reasoned to be acceptable because route guidance homogenizes traffic, but that route guidance relies on Algorithm 3 itself. This is a minor justificatory loop that does not reduce the measured results to the model inputs. The Section 3.2.4 validation of the FAMs is best read as a heuristic-vs-exhaustive comparison under the same cost estimator; if so, it does not independently validate the cost estimator's accuracy, which is a correctness/robustness concern rather than a circular derivation of the stated improvements.

Assumptions & free parameters 2 free parameters · 5 assumptions · 0 invented entities

The framework's central claims depend on the speed-congestion model (with unspecified Ncr) and the fast cost estimator's temporal alignment. These are domain assumptions, not derived results. The collision avoidance component relies on a standard external theorem. No new physical entities or forces are introduced.

free parameters (2)
  • Ncr(R_l), critical accumulation per region
    Introduced in Eq. (3) to shape the speed-congestion relation that sets path costs in route guidance. Its value is never given in Section 3.1, so the planner's behavior depends on an unspecified hand-chosen parameter.
  • alpha, beta (MFD fit) = estimated per altitude range
    Calibrated to simulated outflow-accumulation data in Section 3.2.1 to report jam density and critical density in Table 2.
assumptions (5)
  • standard math ORCA theorem from Van Den Berg et al. (2011) provides safe velocity half-planes.
    The collision avoidance component in Section 2.4 relies on this external result without re-deriving it.
  • domain assumption Aircraft obey control commands perfectly; no communication delays, wake turbulence, or actuator limits.
    Stated as assumptions (2) and (3) in Section 2.2; these make the simulated behavior optimistic relative to real operations.
  • domain assumption Speed in a region falls sigmoidally with aircraft count per Eq. (3).
    The speed-congestion model is assumed without empirical calibration and is not validated in the paper.
  • domain assumption Temporal alignment of pass-by region sequences in Algorithm 3 approximates true trajectories.
    The paper states this requires near-uniform speeds and admits no theoretical accuracy analysis (Section 2.3.2).
  • standard math Hexagonal grid properties (equal distance to neighbors, complete tiling) used for region assignment.
    Used in Section 2.1 for efficient aircraft localization and airspace partitioning.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Real-time Traffic Simulation and Management for Large-scale Urban Air Mobility: Integrating Route Guidance and Collision Avoidance." pith.science (2026). https://pith.science/paper/57APD433

@misc{pith2026241201235,
  author       = {Pith},
  title        = {Pith review of: Real-time Traffic Simulation and Management for Large-scale Urban Air Mobility: Integrating Route Guidance and Collision Avoidance},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/57APD433}},
  note         = {Machine review of arXiv:2412.01235}
}
read the original abstract

Given the spatial heterogeneity of land use patterns in most cities, large-scale UAM deployments will likely focus on specific areas, such as intertransfer traffic between suburbs and city centers. However, large-scale UAM operations connecting multiple origin-destination pairs raise concerns about air traffic safety and efficiency due to potential conflict movements, particularly at major conflict points analogous to roadway junctions. To meet the safety and efficiency requirements of future UAM operations, this work proposes an air traffic management framework that integrates route guidance and collision avoidance. The route guidance mechanism optimizes aircraft distribution across both spatial and temporal dimensions by regulating their paths (composed of waypoints). Given the optimized paths, the collision avoidance algorithm generates collision-free aircraft trajectories between waypoints in the 3D space. To enable large-scale applications, we develop fast approximation methods for centralized path planning and adopt the velocity obstacle model for distributed collision avoidance. To our knowledge, this work is one of the first to integrate route guidance and collision avoidance for UAM. Simulation results demonstrate that the proposed framework enables efficient and flexible UAM operations, including air traffic assignment, local congestion mitigation, and dynamic no-fly zone management. Compared with a collision-free baseline strategy, the proposed framework achieves considerable improvements in traffic safety and efficiency, with increases in the average minimum separation (+98.2%), the average travel speed (+70.2%), and the trip completion rate (+130%), along with a reduction in the energy consumption (-23.0%). The proposed framework demonstrates its potential for real-time traffic simulation and management in large-scale UAM systems.

Figures

Figures reproduced from arXiv: 2412.01235 by the authors.

Figure 1
Figure 1. Different airspace structure designs for UAM, ordered by degrees of freedom (Sunil et al., 2015). Although airspace structures provide a rule-based traffic scheme for UAM in its early stages, further investigation into air traffic management is needed to address future demands. Relevant research in this field is being led by efforts in the United States and Europe. The original concept of operations (ConOps) for unm… view at source ↗
Figure 2
Figure 2. A motivating example: Simulation of collision-free aircraft trajectories in the 2D space with a deployment scale of 20 aircraft, where “O” [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Multi-layer regional airspace network design for large-scale UAM operations. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (18 more)
Figure 4
Figure 4. Figure 4: Hexagonal and square grid network partitions. In a hexagonal grid network, the cell containing a point corresponds to the one whose [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Two approaches for handling no-fly zones induced by buildings in a hexagonal airspace layer: (a) closing entire hexagonal cells that [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: Proposed air traffic management framework integrating route guidance and collision avoidance for large-scale UAM operations. Before formulating the route guidance and collision avoidance problems, we introduce the following assumptions to simplify the modeling and ensu…
Figure 7
Figure 7. Figure 7: Schematic of candidate paths from region [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: When calculating path costs, the speed of aircraft [PITH_FULL_IMAGE:figures/full_fig_p010_8.png]
Figure 9
Figure 9. Figure 9: (a) The collision-free configuration of aircraft [PITH_FULL_IMAGE:figures/full_fig_p015_9.png]
Figure 10
Figure 10. Figure 10: Testing scenarios: (a) intersection of two orthogonal corridors; (b) intersection of two oblique corridors; (c) intersection of three [PITH_FULL_IMAGE:figures/full_fig_p016_10.png]
Figure 11
Figure 11. Figure 11: Aircraft inflow patterns for: (a) 2D cases with [PITH_FULL_IMAGE:figures/full_fig_p016_11.png]
Figure 12
Figure 12. Figure 12: Performance comparison of air traffic evolution in 2D cases. 18 [PITH_FULL_IMAGE:figures/full_fig_p018_12.png]
Figure 13
Figure 13. Figure 13: The results of outflow-accumulation relationships in the “ [PITH_FULL_IMAGE:figures/full_fig_p019_13.png]
Figure 14
Figure 14. Figure 14: The results of outflow-accumulation relationships in the “#” type scenario. [PITH_FULL_IMAGE:figures/full_fig_p019_14.png]
Figure 15
Figure 15. Figure 15: The results of outflow-accumulation relationships in the “ [PITH_FULL_IMAGE:figures/full_fig_p019_15.png]
Figure 16
Figure 16. Figure 16: The results of flow-density relationships. [PITH_FULL_IMAGE:figures/full_fig_p019_16.png]
Figure 17
Figure 17. Figure 17: Performance comparison of the proposed framework across di [PITH_FULL_IMAGE:figures/full_fig_p021_17.png]
Figure 18
Figure 18. Figure 18: Dynamic no-fly zones in regions R0, R1, and R4 during t ∈ [2400, 3000] s. 1000 500 0 500 1000 Longitude[m] 1000 500 0 500 1000 1500 Latitude[m] R0 R2 R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R18 R19 R20 R21 R22 R23 R24 R25 R26 R27 R28 R29 R 1 3 R 2 3 R 3 3 R …
Figure 19
Figure 19. Figure 19: An example of no-fly zones (red shaded areas) with hexagonal airspace regions divided into triangular sub-regions (green shaded areas). [PITH_FULL_IMAGE:figures/full_fig_p022_19.png]
Figure 20
Figure 20. Figure 20: Comparison of computational time between the exhaustive search and the fast approximation method. [PITH_FULL_IMAGE:figures/full_fig_p023_20.png]
Figure 21
Figure 21. Figure 21: Comparison of the approximation solution and the optimal solution: the di [PITH_FULL_IMAGE:figures/full_fig_p024_21.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Plan-and-Avoid: Real-Time Aircraft Trajectory Coordination in a Multi-Agent Environment

    cs.RO 2026-08 conditional novelty 6.0 of 10

    A real-time Plan-and-Avoid framework resolves predicted well-clear violations by generating minimally intrusive unilateral advisories to surrounding cooperative traffic while preserving a declared priority trajectory.

Reference graph

Works this paper leans on

51 extracted references · 50 canonical work pages · cited by 1 Pith paper

  1. [1]

    , author Mamaghani, M.G

    author Alrifaee, B. , author Mamaghani, M.G. , author Abel, D. , year 2014 . title Centralized non-convex model predictive control for cooperative collision avoidance of networked vehicles , in: booktitle 2014 IEEE international symposium on intelligent control (ISIC) , organization IEEE . pp. pages 1583--1588

  2. [2]

    , author Wan, X

    author Bahabry, A. , author Wan, X. , author Ghazzai, H. , author Menouar, H. , author Vesonder, G. , author Massoud, Y. , year 2019 . title Low-altitude navigation for multi-rotor drones in urban areas . journal IEEE Access volume 7 , pages 87716--87731

  3. [3]

    , author Rakas, J

    author Bauranov, A. , author Rakas, J. , year 2021 . title Designing airspace for urban air mobility: A review of concepts and approaches . journal Progress in Aerospace Sciences volume 125 , pages 100726

  4. [4]

    , year 2020

    author Bradford, S. , year 2020 . title Urban air mobility (uam) concept of operations . journal Federal Aviation Administration

  5. [5]

    , author Geroliminis, N

    author Chen, C. , author Geroliminis, N. , author Zhong, R. , year 2024 . title An iterative adaptive dynamic programming approach for macroscopic fundamental diagram-based perimeter control and route guidance . journal Transportation Science volume 58 , pages 896--918

  6. [6]

    , author Mahmassani, H

    author Cummings, C. , author Mahmassani, H. , year 2024 a. title Airspace congestion, flow relations, and 4-d fundamental diagrams for advanced urban air mobility . journal Transportation Research Part C: Emerging Technologies volume 159 , pages 104467

  7. [7]

    , author Mahmassani, H

    author Cummings, C. , author Mahmassani, H. , year 2024 b. title Comparing urban air mobility network airspaces: Experiments and insights . journal Transportation Research Record volume 2678 , pages 440--454

  8. [8]

    , author Yakovlev, K

    author Dergachev, S. , author Yakovlev, K. , year 2021 . title Distributed multi-agent navigation based on reciprocal collision avoidance and locally confined multi-agent path finding , in: booktitle 2021 IEEE 17th International Conference on Automation Science and Engineering (CASE) , organization IEEE . pp. pages 1489--1494

Show all 51 references
  1. [9]

    , author Wulff, Y

    author Dietrich, A. , author Wulff, Y. , year 2020 . title Urban air mobility: Adding the third dimension to urban and regional transportation , in: booktitle Presentation for: An Introduction to Urban Air Mobility for State and Local Decision Makers: A Virtual Workshop, spons...

  2. [10]

    , author Chen, J

    author Du, B. , author Chen, J. , year 2025 . title Unmanned-aerial-vehicle online trajectory planning using confidence bounds of chance-constrained geofences . journal Journal of Guidance, Control, and Dynamics volume 48 , pages 115--126

  3. [11]

    , author Quan, Q

    author Fu, R. , author Quan, Q. , author Li, M. , author Cai, K.Y. , year 2022 . title Practical distributed control for cooperative multicopters in structured free flight concepts . journal IEEE Transactions on Intelligent Transportation Systems volume 24 , pages 4203--4216

  4. [12]

    , author German, B.J

    author Garrow, L.A. , author German, B.J. , author Leonard, C.E. , et al., year 2021 . title Urban air mobility: A comprehensive review and comparative analysis with autonomous and electric ground transportation for informing future research . journal Transportation Research P...

  5. [13]

    , author Sun, J

    author Geroliminis, N. , author Sun, J. , year 2011 . title Properties of a well-defined macroscopic fundamental diagram for urban traffic . journal Transportation Research Part B: Methodological volume 45 , pages 605--617

  6. [14]

    , author Mirkin, B

    author Haddad, J. , author Mirkin, B. , author Assor, K. , et al., year 2021 . title Traffic flow modeling and feedback control for future low-altitude air city transport: An mfd-based approach . journal Transportation Research Part C: Emerging Technologies volume 133 , pages 103380

  7. [15]

    , author Chen, S

    author Han, R. , author Chen, S. , author Wang, S. , author Zhang, Z. , author Gao, R. , author Hao, Q. , author Pan, J. , year 2022 . title Reinforcement learned distributed multi-robot navigation with reciprocal velocity obstacle shaped rewards . journal IEEE Robotics and Au...

  8. [16]

    , author Saska, M

    author Heidari, H. , author Saska, M. , year 2021 . title Collision-free trajectory planning of multi-rotor uavs in a wind condition based on modified potential field . journal Mechanism and Machine Theory volume 156 , pages 104140

  9. [17]

    , author Rao, G.S

    author Hepsibha, P.S. , author Rao, G.S. , year 2013 . title Comparative analysis of area coverage in wsns using various grid-based node deployment schemes . journal International Journal of Future Computer and Communication volume 2 , pages 633

  10. [18]

    , year 2018

    author Holden, J. , year 2018 . title Uber keynote: Scaling uber air . journal Uber Elevate Summit, Los Angeles, CA, May volume 8

  11. [19]

    , author Teo, R.S.H

    author Huang, S. , author Teo, R.S.H. , author Tan, K.K. , year 2019 . title Collision avoidance of multi unmanned aerial vehicles: A review . journal Annual Reviews in Control volume 48 , pages 147--164

  12. [20]

    , author Ippolito, C.A

    author Jang, D.S. , author Ippolito, C.A. , author Sankararaman, S. , author Stepanyan, V. , year 2017 . title Concepts of airspace structures and system analysis for UAS traffic flows for urban areas , in: booktitle AIAA Information Systems-AIAA Infotech@ Aerospace , p. pages 0449

  13. [21]

    , author Pratihar, D.K

    author Jose, K. , author Pratihar, D.K. , year 2016 . title Task allocation and collision-free path planning of centralized multi-robots system for industrial plant inspection using heuristic methods . journal Robotics and Autonomous Systems volume 80 , pages 34--42

  14. [22]

    , author Furbush, N.J

    author Kasliwal, A. , author Furbush, N.J. , author Gawron, J.H. , author McBride, J.R. , author Wallington, T.J. , author De Kleine, R.D. , author Kim, H.C. , author Keoleian, G.A. , year 2019 . title Role of flying cars in sustainable mobility . journal Nature communications...

  15. [23]

    , author Rios, J

    author Kopardekar, P. , author Rios, J. , author Prevot, T. , author Johnson, M. , author Jung, J. , author Robinson, J.E. , year 2016 . title Unmanned aircraft system traffic management (UTM) concept of operations , in: booktitle AIAA Aviation and Aeronautics Forum (Aviation 2016)

  16. [24]

    , author Wang, S

    author Li, B. , author Wang, S. , author Ge, C. , author Fan, Q. , author Temuer, C. , year 2024 . title Bi-level intelligent dynamic path planning for an uav in low-altitude complex urban environment . journal Transactions of the Institute of Measurement and Control volume 46...

  17. [25]

    , author Ramezani, M

    author Li, Y. , author Ramezani, M. , year 2022 . title Quasi revenue-neutral congestion pricing in cities: Crediting drivers to avoid city centers . journal Transportation Research Part C: Emerging Technologies volume 145 , pages 103932

  18. [26]

    , author Pan, T

    author Liu, Y. , author Pan, T. , author Tan, J. , author Zhong, R. , author Chen, C. , year 2025 . title Integrated take-off management and trajectory optimization for merging control in urban air mobility corridors . https://arxiv.org/abs/2508.15395, http://arxiv.org/abs/250...

  19. [27]

    , author Liu, W

    author Long, P. , author Liu, W. , author Pan, J. , year 2017 . title Deep-learned collision avoidance policy for distributed multiagent navigation . journal IEEE Robotics and Automation Letters volume 2 , pages 656--663

  20. [28]

    , author Dai, W

    author Pang, B. , author Dai, W. , author Ra, T. , author Low, K.H. , year 2020 . title A concept of airspace configuration and operational rules for uas in current airspace , in: booktitle 2020 AIAA/IEEE 39th Digital Avionics Systems Conference (DASC) , organization IEEE . pp...

  21. [29]

    , author O z egovic, J

    author Prvan, M. , author O z egovic, J. , author Mi s ura, A.B. , year 2019 . title A review of embedding hexagonal cells in the circular and hexagonal region of interest . journal International Journal of Advanced Computer Science and Applications volume 10

  22. [30]

    , author Fu, R

    author Quan, Q. , author Fu, R. , author Cai, K.Y. , year 2021 a. title Practical control for multicopters to avoid non-cooperative moving obstacles . journal IEEE Transactions on Intelligent Transportation Systems volume 23 , pages 10839--10857

  23. [31]

    , author Li, M

    author Quan, Q. , author Li, M. , author Fu, R. , year 2021 b. title Sky highway design for dense traffic . journal IFAC-PapersOnLine volume 54 , pages 140--145

  24. [32]

    , author Fu, R

    author Safadi, Y. , author Fu, R. , author Quan, Q. , author Haddad, J. , year 2023 a. title Macroscopic fundamental diagrams for low-altitude air city transport . journal Transportation Research Part C: Emerging Technologies volume 152 , pages 104141

  25. [33]

    , author Geroliminis, N

    author Safadi, Y. , author Geroliminis, N. , author Haddad, J. , year 2024 a. title Integrated departure and boundary control for low-altitude air city transport systems . journal Transportation Research Part B: Methodological , pages 103020

  26. [34]

    , author Geroliminis, N

    author Safadi, Y. , author Geroliminis, N. , author Haddad, J. , et al., year 2023 b. title Aircraft departures management for low altitude air city transport based on macroscopic fundamental diagram , in: booktitle 2023 American Control Conference (ACC) , organization IEEE . ...

  27. [35]

    , author Granot, A

    author Safadi, Y. , author Granot, A. , author Haddad, J. , year 2024 b. title A holistic framework for assessing and optimizing energy consumption for low-altitude air city transport systems , in: booktitle 2024 European Control Conference (ECC) , organization IEEE . pp. page...

  28. [36]

    , author Haddad, J

    author Safadi, Y. , author Haddad, J. , year 2025 . title Optimal energy consumption in controlled low-altitude air city transport systems . note Available at SSRN: https://ssrn.com/abstract=5237517 or https://dx.doi.org/10.2139/ssrn.5237517

  29. [37]

    , author Danoy, G

    author Samir Labib, N. , author Danoy, G. , author Musial, J. , author Brust, M.R. , author Bouvry, P. , year 2019 . title Internet of unmanned aerial vehicles—a multilayer low-altitude airspace model for distributed uav traffic management . journal Sensors volume 19 , pages 4779

  30. [38]

    title U-space: Blueprint

    author SESAR Joint Undertaking , year 2017 . title U-space: Blueprint . note Available at: https://www.sesarju.eu/sites/default/files/documents/reports/U-space\

  31. [39]

    , author Li, S

    author Shen, X. , author Li, S. , author Li, M. , author Tang, Y. , author Chen, F. , author Sun, J. , author Xu, C. , year 2023 . title Low altitude economy development white paper (2.0) all digital solutions . note Available at: https://doc.weixin.qq.com/forms/ALIAUwdzAA8AMc...

  32. [40]

    , author Oh, I

    author Shrestha, R. , author Oh, I. , author Kim, S. , et al., year 2021 . title A survey on operation concept, advancements, and challenging issues of urban air traffic management . journal Frontiers in Future Transportation volume 2 , pages 626935

  33. [41]

    , author Atkins, E.M

    author Stevens, M.N. , author Atkins, E.M. , year 2020 . title Generating airspace geofence boundary layers in wind . journal Journal of Aerospace Information Systems volume 17 , pages 113--124

  34. [42]

    , author Hoekstra, J

    author Sunil, E. , author Hoekstra, J. , author Ellerbroek, J. , author Bussink, F. , author Nieuwenhuisen, D. , author Vidosavljevic, A. , author Kern, S. , year 2015 . title Metropolis: Relating airspace structure and capacity for extreme traffic densities , in: booktitle AT...

  35. [43]

    , author Zhang, Y

    author Tang, H. , author Zhang, Y. , author Mohmoodian, V. , author Charkhgard, H. , year 2021 . title Automated flight planning of high-density urban air mobility . journal Transportation Research Part C: Emerging Technologies volume 131 , pages 103324

  36. [44]

    , author Markantonakis, K

    author Vagal, V. , author Markantonakis, K. , author Shepherd, C. , year 2021 . title A new approach to complex dynamic geofencing for unmanned aerial vehicles , in: booktitle 2021 IEEE/AIAA 40th Digital Avionics Systems Conference (DASC) , organization IEEE . pp. pages 1--7

  37. [45]

    , author Guy, S.J

    author Van Den Berg, J. , author Guy, S.J. , author Lin, M. , author Manocha, D. , year 2011 . title Reciprocal n-body collision avoidance , in: booktitle Robotics Research: The 14th International Symposium ISRR , organization Springer . pp. pages 3--19

  38. [46]

    , author Pan, T

    author Weng, C. , author Pan, T. , author Chen, C. , author Zhong, R. , year 2025 . title Urban low-altitude air transport management: Bridging dynamic traffic control and static network equilibrium . journal Transportation Research Part C: Emerging Technologies volume 178 , p...

  39. [47]

    , author Zhang, Y

    author Wu, Z. , author Zhang, Y. , year 2021 . title Integrated network design and demand forecast for on-demand urban air mobility . journal Engineering volume 7 , pages 473--487

  40. [48]

    , author Do, M

    author Xue, M. , author Do, M. , year 2019 . title Scenario complexity for unmanned aircraft system traffic , in: booktitle AIAA Aviation 2019 Forum , p. pages 3513

  41. [49]

    , author Wei, P

    author Yang, X. , author Wei, P. , year 2020 . title Scalable multi-agent computational guidance with separation assurance for autonomous urban air mobility . journal Journal of Guidance, Control, and Dynamics volume 43 , pages 1473--1486

  42. [50]

    , author Mohamed, S.A

    author Yasin, J.N. , author Mohamed, S.A. , author Haghbayan, M.H. , author Heikkonen, J. , author Tenhunen, H. , author Plosila, J. , year 2020 . title Unmanned aerial vehicles (uavs): Collision avoidance systems and approaches . journal IEEE access volume 8 , pages 105139--105155

  43. [51]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.