-
Notifications
You must be signed in to change notification settings - Fork 2
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
The franka_gazebo gripperAction
action Service implementation should be improved
#33
Comments
Fixed when frankaemika/franka_ros#172 is fixed. |
Hi @rickstaa , panda_grasp.mp4 |
@hamsadatta thanks for your bug report. I also need to fix this for my own research so I will take a look this week 👍🏻. I got it to work earlier. |
@hamsadatta, I've dedicated some time to delve into this issue (see frankaemika/franka_ros#172 (comment)). It appears that Franka has made specific enhancements to the simulated gripper actions. While the |
gripperAction
action Service implementation should be improved
This commit ensures that the gripper always ignores the gripper_width when grasping. This was done since we currently don't use the `frank_gripper/grasp` action service to grasp objects based on their width. BREAKING CHANGE: brute_force_grasping is depricated \#33
@hamsadatta I just merged #199, which makes |
The simulated gripper is implemented suboptimal in franka_ros (see frankaemika/franka_ros#172):
/franka_gripper/gripper_action/goal
action to set the gripper width accurately when the gripper is vertical (see this and this comment).Additionally, there is a need to enhance the functionality of the/franka_gripper/gripper_action/goal
action. The gripperAction currently has a limitation—it can only grasp objects when the gripper width is explicitly specified. On the other hand, the grasp action can grasp things but cannot set a desired gripper width. In reinforcement learning, it would be advantageous for the robot to autonomously learn and set the gripper width while grasping objects, even without prior knowledge of the object size.EDIT: I worked around issue two by setting the
/franka_gripper/gripper_action/width_tolerance
parameter to a value more significant than the max gripper width (see https://frankaemika.github.io/docs/franka_ros.html#frankagrippersim).TODOs
The text was updated successfully, but these errors were encountered: