ROJan 19, 2022

ReconROS Executor: Event-Driven Programming of FPGA-accelerated ROS 2 Applications

arXiv:2201.07454v1
Originality Incremental advance
AI Analysis

This addresses the problem of efficiently incorporating hardware acceleration into software-centric robotics environments for robotics developers, representing an incremental improvement over existing ROS acceleration methods.

The paper tackles the integration of FPGA accelerators into ROS 2 robotics applications by introducing the ReconROS executor, which enables event-driven programming and on-demand loading of hardware callbacks, resulting in a flexible framework for mapping nodes to software or hardware.

Many applications from the robotics domain can benefit from FPGA acceleration. A corresponding key question is how to integrate hardware accelerators into software-centric robotics programming environments. Recently, several approaches have demonstrated hardware acceleration for the robot operating system (ROS), the dominant programming environment in robotics. ROS is a middleware layer that features the composition of complex robotics applications as a set of nodes that communicate via mechanisms such as publish/subscribe, and distributes them over several compute platforms. In this paper, we present a novel approach for event-based programming of robotics applications that leverages ReconROS, a framework for flexibly mapping ROS 2 nodes to either software or reconfigurable hardware. The ReconROS executor schedules callbacks of ROS 2 nodes and utilizes a reconfigurable slot model and partial runtime reconfiguration to load hardware-based callbacks on demand. We describe the ReconROS executor approach, give design examples, and experimentally evaluate its functionality with examples.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes