-
Notifications
You must be signed in to change notification settings - Fork 44
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
Feature: Calculate wrench in end effector frame. #46
base: master
Are you sure you want to change the base?
Conversation
I think this is good to have! Thanks!
I think the math is OK, but the naming conventions not that much. Can you explain in 3 sentences what
This is OK since we would need another library to be able to port this to all packages. Except if we make this function part of iiwa_tools, since CustomEffortControllers already depends on iiwa_tools.
This is just a convention. We should follow KUKA's convention. Which sign are they using in their packages for this?
I am not sure if this is necessary... |
Should be done with 574a76a.
The easiest way I see to verify this is to run
I guess, I could just put it in some repository in my Github account. I just want to avoid that people need to write the same code again. |
No idea. We can just clarify it in the docs. Can you write it somewhere?
Sure! Feel free to do anything of that sort! Sharing code is always good. ;) |
@matthias-mayr any news on this? This seems ready to be merged, no? |
Not quite. If I am not mistaken the naming and documentation is wrong. It says: |
I want to put this up for discussion. If there is interest, I can add a service for it.
Things to discuss are:
I also do have an executable that fetches joint states and external torques and publishes the wrench. I can make this a part of iiwa_tools as well if there is interest.
For reference: #19, #27