-
Notifications
You must be signed in to change notification settings - Fork 3
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 actual gripper does not close #15
Comments
In the same way as with ROS1, please use the grasp action. Currently, it is difficult to perform grasping using only position commands with the HSR gripper in the existing software. This means that grasping is impossible with position commands in MoveIt. In the next software release, an option to perform grasping using position commands will be added on the ROS1 side. However, the implementation of this function in ROS2 is currently in progress. |
Thanks for your comment. Where is the grasp action in ROS2? |
I found apply_force() in hsr_develop_manual. And the description in this site is just about ROS1. |
I tried to running apply_force in ROS2 environment. How can I do it????? |
Did you execute "ros2 action list" while the software was running? |
I am running the actual robot of HSR and trying to close its gripper.
I built the environment according to the section of Actual Robot in hsr_ros2_doc
I launch moveit by entering the following command:
Then I try to specify hand_morter_joint and run "Plan & Execute" on Rviz.
Please watch the following video:
cannot_gripper_close.mp4
But gripper does not close.
When I specify a value of hand_morter_joint smaller than -7°, the gripper does not work.
How can I close the gripper?
The text was updated successfully, but these errors were encountered: