UniCon: A Unified System for Efficient Robot Learning Transfers
Yunfeng Lin, Li Xu, Yong Yu, Jiangmiao Pang, Weinan Zhang
TL;DR
UniCon tackles the challenge of deploying learning‑based robot controllers across heterogeneous platforms by introducing a lightweight, data‑oriented framework that standardizes states, control flow, and instrumentation. It decomposes workflows into execution graphs comprised of reusable Control Blocks, separating system states from policy logic to enable plug‑and‑play deployment across morphologies and simulators. The paper demonstrates three key contributions: a unified control framework that bridges simulators and hardware, a modular design that facilitates sim‑to‑real transfer with minimal re‑engineering, and improved inference efficiency compared with ROS‑based stacks. Empirically, UniCon reduces transfer effort, delivers lower latency, and supports real‑world deployments across 12 robot models from 7 manufacturers, highlighting its practical impact for scalable cross‑platform robot learning research.
Abstract
Deploying learning-based controllers across heterogeneous robots is challenging due to platform differences, inconsistent interfaces, and inefficient middleware. To address these issues, we present UniCon, a lightweight framework that standardizes states, control flow, and instrumentation across platforms. It decomposes workflows into execution graphs with reusable components, separating system states from control logic to enable plug-and-play deployment across various robot morphologies. Unlike traditional middleware, it prioritizes efficiency through batched, vectorized data flow, minimizing communication overhead and improving inference latency. This modular, data-oriented approach enables seamless sim-to-real transfer with minimal re-engineering. We demonstrate that UniCon reduces code redundancy when transferring workflows and achieves higher inference efficiency compared to ROS-based systems. Deployed on over 12 robot models from 7 manufacturers, it has been successfully integrated into ongoing research projects, proving its effectiveness in real-world scenarios.
