-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Added center_of_gravity to SetPayload service #470
Conversation
"Newer" version of URScript (>= 1.7) have the CoG as second optional parameter to the script function setting up the payload.
We at Shadow Robot are on our own fork/branch until this is merged! The same goes for the dependent PR (UniversalRobots/Universal_Robots_ROS_Driver#50). Let me know if we can help in any way. |
This is currently the last puzzle piece that prevents ur_robot_driver to use this repository instead of my fork as a dependency. Thanks @gavanderhoorn for putting so much effort into everything description-related recently so we have the chance of getting close to migrating away from my fork. |
Yes, as soon as the description stuff is out of the way, we'll merge the other outstanding PRs into |
|
Both would be working for me. |
@fmauch: could I ask you to resubmit this PR to ros-industrial/ur_msgs? I've decided that it's easier to maintain a sane history if we first migrate the package and then merge any new PRs there. |
Closing in favour of a PR against the new repository. |
In the process of migrating an old universal_robot setup, I'm trying to adapt to the new driver. I found the merging into |
I'm not entirely sure I understand what you ask. There is no Could you clarify? |
Sorry, I thought this PR within the UR ecosystem would be understood. #50 is linked above. It's merged into |
I still don't understand.
I'm not sure I understand what fork you are referring to. And you refer to #50, but should that be UniversalRobots/Universal_Robots_ROS_Driver#50? |
Correct, as stated it's "the #50 linked above," not the one from this repo. I'll take this question there. The evidence I observed: build instructions pointing to a fork to get around build errors, with that workaround being necessary "until the changes are merged upstream." Thus, I thought the reason for this due to upstream (here). |
"Newer" version of URScript (>= 1.7) have the CoG as second optional
parameter to the script function setting up the payload.
As we'd like to add this service to the
ur_robot_driver
I'd like to add this suggestion here. As far as I know, this is being used by both, theur_driver
and theur_modern_driver
, which is why I left thepayload
field untouched.I had the feeling that duplicating this message into another message package is not the right way to go.
First of all, I wanted to start the discussion here. Once we figured out the final solution, I'd propose to also include this into kinetic-devel, as the
ur_robot_driver
is also working with kinetic.