*The ONRAP software is not publicly available; however, its core architecture is built upon the FCP framework.
Autonomous systems often operate under imperfect sensing: detections may be noisy, object classes may be wrong or unavailable, and localization can drift. ONRAP addresses these challenges by planning directly in occupancy space rather than relying on object-centric scene representations.
Given an ego-centric occupancy grid and a local goal, ONRAP generates a smooth reference path and optimizes a feasible trajectory that balances reference tracking, collision risk, control effort, and curvature. Static and dynamic obstacles are represented uniformly through occupancy, while optional occupancy-flow estimates allow the planner to account for predicted motion.
ONRAP is evaluated in noisy simulation environments and on a real F1TENTH vehicle platform. The experiments include cluttered maps, narrow passages, high-curvature routes, noisy occupancy inputs, noisy reference paths, and moving obstacles.
Compared with A* and RRT* baselines in randomized simulations, ONRAP achieves higher success rates, better obstacle clearance, faster runtime than RRT*, and substantially smoother trajectories.
If you find this work useful, please cite:
@misc{tariq2026onrap,
title = {ONRAP: Occupancy-driven Noise-Resilient Autonomous Path Planning},
author = {Tariq, Faizan M. and Singh, Avinash and Ramtekkar, Vipul and D'sa, Jovin and Isele, David and Sakamoto, Yosuke and Bae, Sangjae},
year = {2026},
eprint = {2602.13577},
archivePrefix = {arXiv},
primaryClass = {cs.RO},
doi = {10.48550/arXiv.2602.13577},
note = {Presented at the 2026 IEEE Intelligent Vehicles Symposium}
}