English

fpgaDDS: An Intra-FPGA Data Distribution Service for ROS 2 Robotics Applications

Robotics 2023-03-02 v1

Abstract

Modern computing platforms for robotics applications comprise a set of heterogeneous elements, e.g., multi-core CPUs, embedded GPUs, and FPGAs. FPGAs are reprogrammable hardware devices that allow for fast and energy-efficient computation of many relevant tasks in robotics. ROS is the de-facto programming standard for robotics and decomposes an application into a set of communicating nodes. ReconROS is a previous approach that can map complete ROS nodes into hardware for acceleration. Since ReconROS relies on standard ROS communication layers, exchanging data between hardware-mapped nodes can lead to a performance bottleneck. This paper presents fpgaDDS, a lean data distribution service for hardware-mapped ROS 2 nodes. fpgaDDS relies on a customized and statically generated streaming-based communication architecture. We detail this communication architecture with its components and outline its benefits. We evaluate fpgaDDS on a test example and a larger autonomous vehicle case study. Compared to a ROS 2 application in software, we achieve speedups of up to 13.34 and reduce jitter by two orders of magnitude.

Keywords

Cite

@article{arxiv.2303.00532,
  title  = {fpgaDDS: An Intra-FPGA Data Distribution Service for ROS 2 Robotics Applications},
  author = {Christian Lienen and Sorel Horst Middeke and Marco Platzner},
  journal= {arXiv preprint arXiv:2303.00532},
  year   = {2023}
}
R2 v1 2026-06-28T08:54:13.626Z