Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controlling franka gripper in real time #151

Open
sdfzz opened this issue Feb 28, 2024 · 0 comments
Open

Controlling franka gripper in real time #151

sdfzz opened this issue Feb 28, 2024 · 0 comments

Comments

@sdfzz
Copy link

sdfzz commented Feb 28, 2024

Hi all,

I'm trying to use a franka research 3 robot as a follower robot of a teleoperation system.

I want the operator to be able to freely open/close the gripper and grasp objects with various shapes; thus, I figured that "grasp()" function provided by libfranka may not be the best choice.

So, I tried to use "move()" function instead, but got following problems:

  1. using "move()" function inside realtime loop caused "communication_constraints_violation" error
  2. when I placed "move()" in other loop, I can control the gripper, but it seems that the function freezes when the gripper grasped the object (ie. it cannot move to the desired position). Upon grasping an object, the gripper control loop freezed.

What is the best way to control the franka gripper in realtime to grasp and move objects with various size without ROS?

Any help would be appreciated

Regards,

Steve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant