Real-time Linux communications: an evaluation of the Linux communication stack for real-time robotic applications

Carlos San Vicente Gutiérrez,Lander Usategui San Juan,Irati Zamalloa Ugarte,Víctor Mayoral Vilches
DOI: https://doi.org/10.48550/arXiv.1808.10821
2018-08-30
Operating Systems
Abstract:As robotics systems become more distributed, the communications between different robot modules play a key role for the reliability of the overall robot control. In this paper, we present a study of the Linux communication stack meant for real-time robotic applications. We evaluate the real-time performance of UDP based communications in Linux on multi-core embedded devices as test platforms. We prove that, under an appropriate configuration, the Linux kernel greatly enhances the determinism of communications using the UDP protocol. Furthermore, we demonstrate that concurrent traffic disrupts the bounded latencies and propose a solution by separating the real-time application and the corresponding interrupt in a CPU.
What problem does this paper attempt to address?