Wrapyfi: A Python Wrapper for Integrating Robots, Sensors, and Applications across Multiple Middleware

2024 ACM/IEEE International Conference on Human-Robot Interaction (HRI '24), pages 860–864, doi: 10.1145/3610977.3637471 - Mar 2024 Open Access
Associated documents :  
Message oriented and robotics middleware play an important role in facilitating robot control, abstracting complex functionality, and unifying communication patterns between sensors and devices. However, using multiple middleware frameworks presents a challenge in integrating different robots within a single system. To address this challenge, we present Wrapyfi, a Python wrapper supporting multiple message oriented and robotics middleware, including ZeroMQ, YARP, ROS, and ROS 2. Wrapyfi also provides plugins for exchanging deep learning framework data, without additional encoding or preprocessing steps. Using Wrapyfi eases the development of scripts that run on multiple machines, thereby enabling cross-platform communication and workload distribution. We finally present the three communication schemes that form the cornerstone of Wrapyfi's communication model, along with examples that demonstrate their applicability.

 

@InProceedings{AAFW24a, 
 	 author =  {Abawi, Fares and Allgeuer, Philipp and Fu, Di and Wermter, Stefan},  
 	 title = {Wrapyfi: A Python Wrapper for Integrating Robots, Sensors, and Applications across Multiple Middleware}, 
 	 booktitle = {2024 ACM/IEEE International Conference on Human-Robot Interaction (HRI '24)},
 	 journal = {},
 	 editors = {},
 	 number = {},
 	 volume = {},
 	 pages = {860–864},
 	 year = {2024},
 	 month = {Mar},
 	 publisher = {},
 	 doi = {10.1145/3610977.3637471}, 
 }