English

Mixed-Reality Robot Behavior Replay: A System Implementation

Robotics 2022-10-04 v1 Human-Computer Interaction

Abstract

As robots become increasingly complex, they must explain their behaviors to gain trust and acceptance. However, it may be difficult through verbal explanation alone to fully convey information about past behavior, especially regarding objects no longer present due to robots' or humans' actions. Humans often try to physically mimic past movements to accompany verbal explanations. Inspired by this human-human interaction, we describe the technical implementation of a system for past behavior replay for robots in this tool paper. Specifically, we used Behavior Trees to encode and separate robot behaviors, and schemaless MongoDB to structurally store and query the underlying sensor data and joint control messages for future replay. Our approach generalizes to different types of replays, including both manipulation and navigation replay, and visual (i.e., augmented reality (AR)) and auditory replay. Additionally, we briefly summarize a user study to further provide empirical evidence of its effectiveness and efficiency. Sample code and instructions are available on GitHub at https://github.com/umhan35/robot-behavior-replay.

Keywords

Cite

@article{arxiv.2210.00075,
  title  = {Mixed-Reality Robot Behavior Replay: A System Implementation},
  author = {Zhao Han and Tom Williams and Holly A. Yanco},
  journal= {arXiv preprint arXiv:2210.00075},
  year   = {2022}
}

Comments

6 pages, 5 figures, the AI-HRI Symposium at AAAI Fall Symposium Series (FSS) 2022

R2 v1 2026-06-28T02:29:31.582Z