English

Synchronizing Machine Learning Algorithms, Realtime Robotic Control and Simulated Environment with o80

Robotics 2023-06-19 v1

Abstract

Robotic applications require the integration of various modalities, encompassing perception, control of real robots and possibly the control of simulated environments. While the state-of-the-art robotic software solutions such as ROS 2 provide most of the required features, flexible synchronization between algorithms, data streams and control loops can be tedious. o80 is a versatile C++ framework for robotics which provides a shared memory model and a command framework for real-time critical systems. It enables expert users to set up complex robotic systems and generate Python bindings for scientists. o80's unique feature is its flexible synchronization between processes, including the traditional blocking commands and the novel ``bursting mode'', which allows user code to control the execution of the lower process control loop. This makes it particularly useful for setups that mix real and simulated environments.

Keywords

Cite

@article{arxiv.2306.09764,
  title  = {Synchronizing Machine Learning Algorithms, Realtime Robotic Control and Simulated Environment with o80},
  author = {Vincent Berenz and Felix Widmaier and Simon Guist and Bernhard Schölkopf and Dieter Büchler},
  journal= {arXiv preprint arXiv:2306.09764},
  year   = {2023}
}

Comments

work presented at the Robot Software Architectures Workshop - RSA 2023, ICRA

R2 v1 2026-06-28T11:07:05.380Z