paper-with-me

Papers

SANDO: Safe Autonomous Trajectory Planning for Dynamic Unknown Environments

2026-04-08 · Kota Kondo, Jesús Tordesillas, Jonathan P. How arxiv

SANDO is a safe trajectory planner for 3D dynamic unknown environments, where obstacle locations and motions are unknown a priori and a collision-free plan can become unsafe at any moment, requiring fast replanning. Existing soft-constraint planners are fast but cannot guarantee collision-free paths, while hard-constraint methods ensure safety at the cost of longer computation. SANDO addresses this trade-off through three contributions. First, a heat map-based A* global planner steers paths away from high-risk regions using soft costs, and a spatiotemporal safe flight corridor (STSFC) generator produces time-layered polytopes that inflate obstacles only by their worst-case reachable set at each time layer, rather than by the worst case over the entire horizon. Second, trajectory optimization is formulated as a Mixed-Integer Quadratic Program (MIQP) with hard collision-avoidance constraints, and a variable elimination technique reduces the number of decision variables, enabling fast computation. Third, a formal safety analysis establishes collision-free guarantees under explicit velocity-bound and estimation-error assumptions. Ablation studies show that variable elimination yields up to 7.4x speedup in optimization time, and that STSFCs are critical for feasibility in dense dynamic environments. Benchmark simulations against state-of-the-art methods across standardized static benchmarks, obstacle-rich static forests, and dynamic environments show that SANDO consistently achieves the highest success rate with no constraint violations across all difficulty levels; perception-only experiments without ground truth obstacle information confirm robust performance under realistic sensing. Hardware experiments on a UAV with fully onboard planning, perception, and localization demonstrate six safe flights in static environments and ten safe flights among dynamic obstacles.

📄 PDF Abstract BibTeX arXiv:2604.07599

Code (0)

등록된 구현이 없습니다.

Tasks

Trajectory Planning

Similar Papers 제목 키워드 기반

A Safer Vision-based Autonomous Planning System for Quadrotor UAVs with Dynamic Obstacle Trajectory Prediction and Its Application with LLMs

2023-11-21 · Jiageng Zhong, Ming Li, Yinliang Chen, Zihang Wei 외

For intelligent quadcopter UAVs, a robust and reliable autonomous planning system is crucial. Most current trajectory planning methods for UAVs are suitable for static environments but struggle to handle dynamic obstacle…

object-detectionObject DetectionTrajectory PlanningTrajectory Prediction+1

Control-Informed Constraint Adaptation in Minimum-Time Trajectory Planning for Autonomous Racing

2026-08-14 · Ann-Kathrin Schwehn, Alexander Langmann, Mattia Piccinini, Johannes Betz arxiv

Autonomous racecars operate at the limits of vehicle dynamics, where small control errors translate into safety-critical behavior and lost performance. Trajectory planners assume perfect tracking and remain blind to exec…

Autonomous VehiclesTrajectory Planning

Safe Autonomous Lane Changing: Planning with Dynamic Risk Fields and Time-Varying Convex Space Generation

2025-11-28 · Yijun Lu, Zhihao Lin, Zhen Tian arxiv

This paper presents a novel trajectory planning pipeline for complex driving scenarios like autonomous lane changing, by integrating risk-aware planning with guaranteed collision avoidance into a unified optimization fra…

Collision AvoidanceTrajectory Planning

BoT-Drive: Hierarchical Behavior and Trajectory Planning for Autonomous Driving using POMDPs

2024-09-27 · Xuanjin Jin, Chendong Zeng, Shengfa Zhu, Chunxiao Liu 외

Uncertainties in dynamic road environments pose significant challenges for behavior and trajectory planning in autonomous driving. This paper introduces BoT-Drive, a planning algorithm that addresses uncertainties at bot…

Autonomous DrivingDecision MakingTrajectory Planning

LaPlaSS: Latent Space Planning for Stochastic Systems

2024-04-10 · Marlyse Reeves, Brian C. Williams

Autonomous mobile agents often operate in hazardous environments, necessitating an awareness of safety. These agents can have non-linear, stochastic dynamics that must be considered during planning to guarantee bounded r…

Trajectory Planning