-
Notifications
You must be signed in to change notification settings - Fork 385
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
ROS + moveit for robotiq 2f_85 with UR5e (next steps and errors) #197
Comments
First: please note the "this repository is unmaintained" notice in the readme on the main page of this repository. Having written that: you write:
that's not how the tool communication of The At this point this is more an issue with the UR driver than with the packages in this repository. I'd suggest you ask Universal Robots for support in getting the But again: this issue tracker may not be the most time-efficient way to get support, as it doesn't see much activity any more these days. |
Ah I see, so there is something that I am missing as information then to access the robot. The problem is that the robotiq that they gave us didn't have the appropriate module to mount it on the flange (which would also look more elegant) so trying to figure out what is the best configuration. Thank you very much for your reply I will take this to the UR :) |
Hi everyone!! I am doing the same thing for my master thesis and I got the same problem as @vickyvou. But unfortunately I cannot connect the gripper directly to the ROS pc. So I am able to control the robot arm but not the robotiq gripper. Do you know if there is a way to make it work directly connected to ur controller?? Could someone help me please to solve this problem?? Thank you very much in advance for your time!! Franci |
Summary
Hello all. I need to control both the UR5e and robotiq 2f_85 with ROS and moveit!. I have two basic issues and the most important is: I am not which is the next step so I can have access to the gripper. I can control the UR5e with moveit. Also, a bit of a n00b when it comes to manipulators, so apologies in advance in case I have missed something.
So I run the
ur_robot_driver ur5e_bringup.launch
and things are ok. I test with moveit and it works. Now from what I understand, the next step is to somehow set the communication tools. This is where things get blurry and also I get errors.When I run the
rosrun ur_robot_driver tool_communication
command I get the following:So the thing is: I am a bit lost. I have read most of the other threads but it looks like there is information that I am somehow missing because I just don't seem to be able to move forward.
From my understanding, the next step would be to run
rosrun robotiq_2f_gripper_control Robotiq2FGripperRtuNode.py /tmp/ttyUR
but when I run that I get the following error:
I understand that this has been an issue to several people. I have tried a couple of solutions #167 from this thread but it does not seem to do much.
Any input would be great! And thank you very much for your time :)
Introduction to the issue
Versions
Use Case and Setup
What does the setup look like and what are the objectives?
I am trying to get our system (UR5e+ robotiq 2f_85) to work, especially via ROS and moveit. The gripper is connected to the control box of the UR5e via USB and to the 24v.
I have uninstalled (given the advice of several posts) the robotiq URCaps and I have installed the following: external control and RS485 on the teach pendant. And the RS-485 daemon runs.
When I ssh the system and I do:
I run the external control and by running the
ur_robot_driver ur5e_bringup.launch
I can actually control the arm with rviz and moveit. The problem is the gripper.The ur5e bringup has the following parameters:
Also:
I have installed in the same workspace the robotiq packages from the ros robotiq repo.
The text was updated successfully, but these errors were encountered: