-
Notifications
You must be signed in to change notification settings - Fork 324
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
Adding use of robot description parameter in the Admittance Controller #1247
Adding use of robot description parameter in the Admittance Controller #1247
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We just have to merge the Kinematics interface before merging this
88b66e4
to
48131cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all the tests fail, @destogl could you have a look please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. but some jobs failed with unrelated tests, for example from JTC. Idk why.
9439764
into
ros-controls:master
#1247) --------- Co-authored-by: Kevin DeMarco <kevin@kevindemarco.com> Co-authored-by: Nikola Banovic <nibanovic@gmail.com> Co-authored-by: Bence Magyar <bence.magyar.robotics@gmail.com> Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com> (cherry picked from commit 9439764) # Conflicts: # admittance_controller/test/test_admittance_controller.hpp
Replaces #1094.
Adds propagation of
robot_description
through argument to thekinematics_interface
.