A Modular Robotic Arm Control Stack for Research: Franka-Interface and FrankaPy - Robotics Institute Carnegie Mellon University

A Modular Robotic Arm Control Stack for Research: Franka-Interface and FrankaPy

Tech. Report, November, 2020

Abstract

We designed a modular robotic control stack that provides a customizable and accessible interface to the Franka Emika Panda Research robot. This framework abstracts high-level robot control commands as skills, which are decomposed into combinations of trajectory generators, feedback controllers, and termination handlers. Low-level control is implemented in C++ and runs at 1kHz, and high-level commands are exposed in Python. In addition, external sensor feedback, like estimated object poses, can be streamed to the low-level controllers in real time. This modular approach allows us to quickly prototype new control methods, which is essential for research applications. We have applied this framework across a variety of real-world robot tasks in more than 5 published research papers. The framework is currently shared internally with other robotics labs at Carnegie Mellon University, and we plan for a public release in the near future.

BibTeX

@techreport{Zhang-2020-125402,
author = {Kevin Zhang and Mohit Sharma and Jacky Liang and Oliver Kroemer},
title = {A Modular Robotic Arm Control Stack for Research: Franka-Interface and FrankaPy},
year = {2020},
month = {November},
institute = {Carnegie Mellon University},
address = {Pittsburgh, PA},
keywords = {Robot Control, Manipulation, Control System},
}