CoBOS: Constraint-Based Online Scheduler for Human-Robot Collaboration
Marina Ionova, Jan Kristof Behrens
TL;DR
CoBOS tackles the challenge of coordinating humans and robots under uncertainty by introducing a constraint-based online scheduling approach that continually reschedules in response to new observations. It integrates Constraint Programming with Behavior Trees in an online planning–acting loop, using a three-phase task model, NoOverlap constraints for shared resources, and real-time model updates to handle delays and human rejections. In a large probabilistic simulation study (56,000 runs) CoBOS consistently outperformed greedy and dynamicAllocation baselines, with especially large gains on more complex task classes, and demonstrated promising signs in initial real-robot experiments. The work also provides a probabilistic simulation framework and publicly available code/data to support further research in uncertainty-aware HRC scheduling and decision-making.
Abstract
Assembly processes involving humans and robots are challenging scenarios because the individual activities and access to shared workspace have to be coordinated. Fixed robot programs leave no room to diverge from a fixed protocol. Working on such a process can be stressful for the user and lead to ineffective behavior or failure. We propose a novel approach of online constraint-based scheduling in a reactive execution control framework facilitating behavior trees called CoBOS. This allows the robot to adapt to uncertain events such as delayed activity completions and activity selection (by the human). The user will experience less stress as the robotic coworkers adapt their behavior to best complement the human-selected activities to complete the common task. In addition to the improved working conditions, our algorithm leads to increased efficiency, even in highly uncertain scenarios. We evaluate our algorithm using a probabilistic simulation study with 56000 experiments. We outperform all other compared methods by a margin of 4-10%. Initial real robot experiments using a Franka Emika Panda robot and human tracking based on HTC Vive VR gloves look promising.
