iamlab-cmu / franka-interface

C++ Library for Interfacing with Libfranka and Frankapy
MIT License
42 stars 9 forks source link

Robot State Client should not error out during robot-interface error recovery #5

Open jacky-liang opened 4 years ago

jacky-liang commented 4 years ago

During error recovery, the robot state buffer gets set to all zeros. This results in an error in the Python side when requesting the robot state (getting a rotation of all 0's).