HyRRT-Connect: Bidirectional Motion Planning for Hybrid Dynamical Systems
Nan Wang, Ricardo G. Sanfelice
TL;DR
HyRRT-Connect addresses motion planning for hybrid dynamical systems by introducing a bidirectional search in the hybrid time domain, leveraging a backward-in-time hybrid system, trajectory reversal, and concatenation to form a valid forward plan. A reconstruction procedure is used to smooth potential discontinuities along the flow when forward and backward partial plans are combined, and exact jump connections provide another path to reduce discontinuities. The paper proves that reversal and concatenation preserve hybrid dynamics under mild assumptions and demonstrates substantial computational gains over prior approaches on an actuated bouncing ball and a high-dimensional walking robot. The work advances scalable, provably sound planning for hybrid systems and enables efficient, robust trajectories for legged locomotion and other hybrid-control tasks.
Abstract
This paper proposes a bidirectional rapidly-exploring random trees (RRT) algorithm to solve the motion planning problem for hybrid systems. The proposed algorithm, called HyRRT-Connect, propagates in both forward and backward directions in hybrid time until an overlap between the forward and backward propagation results is detected. Then, HyRRT-Connect constructs a motion plan through the reversal and concatenation of functions defined on hybrid time domains, ensuring that the motion plan satisfies the given hybrid dynamics. To address the potential discontinuity along the flow caused by tolerating some distance between the forward and backward partial motion plans, we reconstruct the backward partial motion plan by a forward-in-hybrid-time simulation from the final state of the forward partial motion plan. effectively eliminating the discontinuity. The proposed algorithm is applied to an actuated bouncing ball system and a walking robot example to highlight its computational improvement.
