π€ AI Summary
This work proposes an open-source teleoperation system based on ROS 2 to address the limitations of dual-arm robotic teleoperation, including constrained workspace, unintuitive control, and inefficient data collection. The system introduces a relative motion control mechanism driven by pose changes from VR controllers, enabling intuitive operation independent of the robotβs initial configuration and effectively overcoming physical workspace boundaries. It features multiple control modes, a modular architecture, real-time visualization via RViz, and streamlined gripper control with safety reset functionality. Experimental results demonstrate that the proposed system significantly enhances the intuitiveness and safety of teleoperation while improving data acquisition efficiency and cross-platform scalability.
π Abstract
Quest2ROS2 is an open-source ROS2 framework for bi-manual teleoperation designed to scale robot data collection. Extending Quest2ROS, it overcomes workspace limitations via relative motion-based control, calculating robot movement from VR controller pose changes to enable intuitive, pose-independent operation. The framework integrates essential usability and safety features, including real-time RViz visualization, streamlined gripper control, and a pause-and-reset function for smooth transitions. We detail a modular architecture that supports"Side-by-Side"and"Mirror"control modes to optimize operator experience across diverse platforms. Code is available at: https://github.com/Taokt/Quest2ROS2.