The reviewed record of science sign in
Pith

arxiv: 2508.11366 · v1 · pith:RXPDMCFG · submitted 2025-08-15 · cs.NI · cs.RO

Optimizing ROS 2 Communication for Wireless Robotic Systems

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:RXPDMCFGrecord.jsonopen to challenge →

classification cs.NI cs.RO
keywords wirelesscommunicationlargepayloadsconditionsframeworkissuesstack
0
0 comments X
read the original abstract

Wireless transmission of large payloads, such as high-resolution images and LiDAR point clouds, is a major bottleneck in ROS 2, the leading open-source robotics middleware. The default Data Distribution Service (DDS) communication stack in ROS 2 exhibits significant performance degradation over lossy wireless links. Despite the widespread use of ROS 2, the underlying causes of these wireless communication challenges remain unexplored. In this paper, we present the first in-depth network-layer analysis of ROS 2's DDS stack under wireless conditions with large payloads. We identify the following three key issues: excessive IP fragmentation, inefficient retransmission timing, and congestive buffer bursts. To address these issues, we propose a lightweight and fully compatible DDS optimization framework that tunes communication parameters based on link and payload characteristics. Our solution can be seamlessly applied through the standard ROS 2 application interface via simple XML-based QoS configuration, requiring no protocol modifications, no additional components, and virtually no integration efforts. Extensive experiments across various wireless scenarios demonstrate that our framework successfully delivers large payloads in conditions where existing DDS modes fail, while maintaining low end-to-end latency.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. ros2probe: Non-intrusive, Kernel-selective Observability for Robot Operating System 2 Middleware

    cs.RO 2026-06 unverdicted novelty 7.0

    ros2probe reconstructs full ROS 2 communication state from discovery packets and applies in-kernel topic filters to deliver non-intrusive observability that matches standard tools while eliminating probe-effect overhead.

  2. The Three Dimensions of ROS 2 Middleware

    cs.RO 2026-07 unverdicted novelty 5.0

    This survey introduces a three-dimensional conceptual framework (Space, Time, State) to analyze structural trade-offs and limits in ROS 2 middleware for distributed robotic systems.

  3. Harness Engineering for Physical AI: Robot Middleware Is the Harness Layer

    cs.RO 2026-06 unverdicted novelty 5.0

    Robot middleware is the harness for Physical AI and should implement Projection, Isolation, and Transfer to enforce AI model outputs across control, computation, and communication.