Search papers, labs, and topics across Lattice.
This paper addresses the unreliability of the Franka Emika Panda robot's external position control interface by analyzing the root causes of instability, which stem from timing issues and sampling jitter rather than the robot's hardware limitations. The authors introduce an innovative asynchronous hardware interface and a rate-matching mechanism that enhance the reliability of position commands, validated through extensive experiments across various applications including motion planning and haptic teleoperation. The resulting open-source ROS 2 stack significantly improves the robot's performance, facilitating safer and more effective human-robot collaboration.
Unstable position control in the Franka Emika Panda is not a hardware flaw but a timing issue, and this new ROS 2 stack fixes it.
This paper presents an open-source software stack that restores ROS 2 support for the Franka Emika Panda robot while resolving the long-standing unreliability of its external position control interface. We first analyze the root causes of unstable position control and show that the observed vibrations and protective stops arise from the timing of the external control loop and sampling jitter, rather than from limitations of the robot itself. Building on this analysis, we introduce an asynchronous hardware interface that decouples real-time communication from the ROS 2 control loop, a rate-matching mechanism for slower command sources, and a position-domain reference generation strategy that produces reliable, smooth position commands. Experimental validation shows that the proposed architecture reliably tracks velocity references by reducing motion artifacts introduced by the official implementation, and the stack is validated across motion planning, compliance control, position-controlled manipulation, and haptic teleoperation on two independent Panda platforms. By restoring a modern, reliable, and open ROS 2 ecosystem for the Panda, this work lowers the barrier to developing safe, responsive, and reproducible human-robot collaboration applications that integrate planning, perception, interaction, and shared autonomy. Code and videos are available on our website at https://sites.google.com/view/fer-ros2/.