-
Notifications
You must be signed in to change notification settings - Fork 430
Refactor JTC Tolerances #2048
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
base: master
Are you sure you want to change the base?
Refactor JTC Tolerances #2048
Conversation
Please consider #1180 and #1677 for reference (as the PR got stale, it is ok to take this).
why not installing pre-commit to automatically let the job be done? (
No need for tagging maintainers in the initial PR, we see it and will come back to you when we get time. |
|
Ok, I'll address all you questions one by one.
I'll do it!!
Of course, backporting is essential.
On my system, pre-commit just don't run, if you have seen my previous PR.
Sorry, about that. But in other projects where I work, I was encouraged to tag respective people in a draft PR. But if it's not the case here. Ok! And a essential thing. Thanks, @christophfroehlich! Regards, |
|
I've added both parameters for the __map_joints. Now both trajectory and goal are either struct(new) or double(old). And I'll modify the implementation in source files, when I get free time, because my exams are near :) And about, the
Can you give a demo description, how you want it? |
Hello, respected maintainers, and reviewers!
Again, this is Surya!
I've completed
interpolation_methods.hpp, now I'm refactoringtolerances.hpp.This PR addresses,
NOTE:
About the changes, in tolerances yaml, should I keep it, or not?
NOTE:
About
pre-commitfailures, I'll address them after the PR is ready for merger.And I'm getting an error, and I'm unsure how to deal with it, if you can help, I'll appreciate it very much.
Error Description:
I don't know, why I'm having this. I didn't changed the field name in yaml, so it should still be accessible via
joints_map, but I'm getting errors. And when I change __map_joints to MapJoints in yaml, I get,But previous function was able to compile with joints_map, I tried many things, but I got error everytime.
Tags:
@christophfroehlich, @saikishor