You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
using "move()" function inside realtime loop caused "communication_constraints_violation" error
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: