-
Notifications
You must be signed in to change notification settings - Fork 42
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
Running the gripper on real equipment #27
Comments
Hi @PartyKusZ, I have added support for the real Robotiq gripper. You need to checkout the latest commit of this repository and move to the branch Then you need to set the argument Try and let me know if you have problems with it. I have been using it and it works fine. |
I am not sure how to make this change: |
See this example ur3/ur_control/scripts/joint_position_keyboard.py Lines 207 to 211 in b3e1bdc
Change |
When i ran it:
ns = '/ur3'
joints_prefix = None
robot_urdf = "ur3e"
rospackage = None
tcp_link = None
use_gripper = args.gripper
global arm
arm = Arm(ft_sensor=False,
gripper='85', namespace=ns,
joint_names_prefix=joints_prefix,
robot_urdf=robot_urdf, robot_urdf_package=rospackage,
ee_link=tcp_link) |
Hi, first of all I'm really thankfull for all the development that you made for the UR3 robot, without you I could possibly be able to make my undergraduate project. I want to know If it's possible to run the hande robtiq gripper, with the UR3 and what are the steps to do that. I tried to run the ur_driver package to my robot to no avail. |
@PartyKusZ |
Hi @jabandersnatch, You could try to follow the steps that I mentioned in this issue to make it work with the Hand-e. It should work, but I haven't tested it and you would need to do some modifications. If you face any issue you can post it here, I can try to guide you. On the other hand, I did try this other method a few years back. |
@cambel |
Hi @cambel ! arm = Arm(ft_sensor=False,
gripper='85', namespace=ns,
joint_names_prefix=joints_prefix,
robot_urdf=robot_urdf, robot_urdf_package=rospackage,
ee_link=tcp_link) file but I still can't close the gripper. Errors from
Errors from
Wranings from Greetings |
Hi @PartyKusZ , Sorry, I forgot to mention that you need to add the setup of the gripper to any of your launch files
|
@cambel
to ros_ur3/ur_gripper_85_moveit_config/launch/start_moveit.launch I get the same errors and warnings as before from Tell me please how you run ROS packages to move the real ur3 and gripper. Perhaps I was making some obvious mistake. Thank you for all your help. Greetings |
Hi @cambel |
This is what I usually do to connect to the real robot and the gripper:
I created a new branch called I have not tested it. I will try to test it with the real robot sometime next week. |
@cambel
|
I finally had time to test it on the real robot. |
@cambel |
Hi @cambel !
when calling rviz [ERROR] [1708340978.550176637]: Action client not connected: gripper_controller/gripper_cmd I also noticed that by running the simulation the controller from the grasp launches. All the while trying to trace the difference between launching controllers in a real robot call and a simulation call. Thank you very much for your help so far! |
Hi,
I've been trying to get the ability to control the grapple on real equipment for a while now, but I'm not able to and I keep failing all the time. Please give me some advice.
ROS melodic
Ubuntu 18.04
gripper 85
ur3 robot
Greetings,
Kuba
The text was updated successfully, but these errors were encountered: