paper-with-me

홈 › Papers

Keeping the Franka Emika Panda alive: a ROS 2 stack with a reliable position interface

2026-08-20 · Antonio Langella, Davide Risi, Vincenzo Petrone, Enrico Ferrentino, Pasquale Chiacchio arxiv

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/.

📄 PDF Abstract BibTeX arXiv:2608.19740

Code (2)

BaiShuanghao/my_arXiv_daily ★ 212
arxivsub/arXivSub_daily_arxiv ★ 4

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

Multi-Goal Reinforcement Learning environments for simulated Franka Emika Panda robot

2021-06-25 · Quentin Gallouédec, Nicolas Cazin, Emmanuel Dellandréa, Liming Chen

This technical report presents panda-gym, a set Reinforcement Learning (RL) environments for the Franka Emika Panda robot integrated with OpenAI Gym. Five tasks are included: reach, push, slide, pick & place and stack. T…

Multi-Goal Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement Learning (RL)

OpenVR: Teleoperation for Manipulation

2023-05-16 · Abraham George, Alison Bartsch, Amir Barati Farimani

Across the robotics field, quality demonstrations are an integral part of many control pipelines. However, collecting high-quality demonstration trajectories remains time-consuming and difficult, often resulting in the n…

Active Perception for Ambiguous Objects Classification

2021-08-02 · Evgenii Safronov, Nicola Piga, Michele Colledanchise, Lorenzo Natale

Recent visual pose estimation and tracking solutions provide notable results on popular datasets such as T-LESS and YCB. However, in the real world, we can find ambiguous objects that do not allow exact classification an…

ClassificationObjectPose Estimation

Multimodal VAE Active Inference Controller

2021-03-07 · Cristian Meo, Pablo Lanillos

Active inference, a theoretical construct inspired by brain processing, is a promising alternative to control artificial agents. However, current methods do not yet scale to high-dimensional inputs in continuous control.…

continuous-controlContinuous ControlRepresentation Learning

A Learning-Based Framework for Collision-Free Motion Planning

2025-08-10 · Mateus Salomão, Tianyü Ren, Alexander König arxiv

This paper presents a learning-based extension to a Circular Field (CF)-based motion planner for efficient, collision-free trajectory generation in cluttered environments. The proposed approach overcomes the limitations …

Motion Planning