English

Balancing Safety and Optimality in Robot Path Planning: Algorithm and Metric

Robotics 2026-03-17 v3 Artificial Intelligence

Abstract

Path planning for autonomous robots faces a fundamental trade-off between path length and obstacle clearance. While existing algorithms typically prioritize a single objective, we introduce the Unified Path Planner (UPP), a graph-search algorithm that dynamically balances safety and optimality via adaptive heuristic weighting. UPP employs a local inverse-distance safety field and auto-tunes its parameters based on real-time search progress, achieving provable suboptimality bounds while maintaining superior clearance. To enable rigorous evaluation, we introduce the OptiSafe index, a normalized metric that quantifies the trade-off between safety and optimality. Extensive evaluation across 10 environments shows that UPP achieves a 0.94 OptiSafe score in cluttered environments, compared with 0.22-0.85 for existing methods, with only 0.5-1% path-length overhead in simulation and a 100% success rate. Hardware validation on TurtleBot confirms practical advantages despite sim-to-real gaps.

Keywords

Cite

@article{arxiv.2505.23197,
  title  = {Balancing Safety and Optimality in Robot Path Planning: Algorithm and Metric},
  author = {Jatin Kumar Arora and Soutrik Bandyopadhyay and Sunil Sulania and Shubhendu Bhasin},
  journal= {arXiv preprint arXiv:2505.23197},
  year   = {2026}
}

Comments

26 pages

R2 v1 2026-07-01T02:47:58.683Z