ArXiv

BOWConnect (Raxit et al., accepted to IROS 2026, published 2026-06-25) integrates…

Authors
Sourav Raxit, Abdullah Al Redwan Newaz, Jose Fuentes...
Categories
cs.RO
arXiv
https://arxiv.org/abs/2606.27292v1
PDF
https://arxiv.org/pdf/2606.27292v1

Brief

BOWConnect is a bidirectional, parallel kinodynamic motion planner that uses Bayesian Optimization over Windows (BOW) as a learned steering function to build local cost maps guiding control sampling. It addresses sample inefficiency, poor dynamic heuristics, and narrow passages via parallel trees, spatial hashing for fast connections, and a boundary-value solver. On ten benchmarks it achieved 100% success and real-time, collision-free deployment on ground and aerial robots.

Why it matters

BOWConnect (Raxit et al., accepted to IROS 2026, published 2026-06-25) integrates Bayesian Optimization over Windows (BOW) as a learned steering function inside a bidirectional parallel kinodynamic planner to learn local cost maps and guide constraint-aware control sampling.

Key details

  • Evaluated on ten benchmark environments, BOWConnect achieved a 100% success rate and delivered the fastest or near-fastest planning times in narrow-passage and non-convex scenarios; real-world tests on a ground vehicle and a quadrotor ran in real time with no collisions.
Source evidence

Abstract

This paper presents BOWConnect, a bidirectional parallel kinodynamic motion planner that addresses three fundamental limitations of existing sampling-based methods: sample inefficiency in high-dimensional state spaces, unreliable cost heuristics under dynamic constraints, and poor performance in narrow passage environments. Unlike classical planners that rely on random control sampling and geometric distance heuristics, BOWConnect integrates Bayesian Optimization over Windows (BOW) as a learning-based steering function within a parallel tree-based exploration framework, enabling each worker to learn local cost maps and constraints to guide sampling toward dynamically feasible and collision-free controls. A bidirectional architecture simultaneously grows forward and backward trees from the start and goal regions in parallel threads, with a spatial hashing mechanism enabling fast connection queries and a boundary value problem solver generating kinodynamically consistent bridge trajectories. Extensive evaluations across ten benchmark environments demonstrate that BOWConnect achieves 100\% success while delivering the fastest or near-fastest planning time in complex scenarios, including narrow passages and non-convex spaces where state-of-the-art planners fail or degrade substantially. Real-world deployment on a ground vehicle and a quadrotor confirms real-time planning with no collisions. Videos of real-world and simulated experiments, high-resolution versions of the figures, and the open-source code are available at https://bow-connect.github.io/.

Comment: Accepted to the 2026 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2026)