-
Notifications
You must be signed in to change notification settings - Fork 154
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
Add support package for YuMi (IRB 14000) #108
Comments
I've seen several projects using ROS for YuMi (+ MoveIt!). Do you plan to include them in this package? |
A support package for YuMi is coming soon. Hopefully in 1-2 weeks. |
is YuMi support still in the works? |
Yes. See ros-industrial/abb_experimental#66. |
I'm not sure where to post this, but I'd like to point out that different naming conventions are being used for the YuMi joints.
Does ABB have a naming convention for these joints? |
ABB's convention is just to incrementally number joints. So That's what The The PR you link to (from Unfortunately there still isn't an official support package for IRB 14000 robots. However, if we end up reusing the one in the referenced PR, the jointnames will most likely be updated to match what |
Okay thanks, then
Apparently in the IRB 14000 product specification on page 10, there's a diagram where ABB is not even following that convention, they've labeled the third joint with number 7. This is probably also why you find the joints defined in this order in the |
I wouldn't count on it. As I wrote:
I understand why you write that, but it's not correct. A YuMi is two 7 dof robots combined, where each arm is essentially 6 dof + 1 extra joint. That extra joint is configured as This is not that strange, as it allows reuse of existing software, documentation, and more importantly, experience of users (ie: " Other OEMs do something similar: in Yaskawa's fi, the (note: I do not work for ABB, so my comment here is based on my understanding of ABB industrial robots and controllers. It could be incorrect) |
The IRB 14000 has been around for quite some time, so we should add a support package for it to this repository.
I've already seen quite a nr of urdfs 'out there', so importing one of those is an option.
They would have to be adapted to follow ROS-Industrial conventions.
The text was updated successfully, but these errors were encountered: