-
Notifications
You must be signed in to change notification settings - Fork 327
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
[JTC] Convert lambda to class functions #945
[JTC] Convert lambda to class functions #945
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #945 +/- ##
=======================================
Coverage 47.22% 47.22%
=======================================
Files 41 41
Lines 3871 3871
Branches 1827 1827
=======================================
Hits 1828 1828
Misses 775 775
Partials 1268 1268
Flags with carried forward coverage won't be shown. Click here to find out more.
|
f7a7eae
to
6f67f65
Compare
This pull request is in conflict. Could you fix it @christophfroehlich? |
joint_trajectory_controller/test/test_trajectory_controller.cpp
Outdated
Show resolved
Hide resolved
joint_trajectory_controller/test/test_trajectory_controller.cpp
Outdated
Show resolved
Hide resolved
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.
Thanks!
833ed7f
into
ros-controls:master
Probably helps avoiding conflicts with other backports. |
* Convert lambdas to member functions * Make member function const * Add a test for compute_error function * Make reference_wrapper argument const * Iterate over error fields (cherry picked from commit 833ed7f) # Conflicts: # joint_trajectory_controller/include/joint_trajectory_controller/tolerances.hpp # joint_trajectory_controller/src/joint_trajectory_controller.cpp
* Convert lambdas to member functions * Make member function const * Add a test for compute_error function * Make reference_wrapper argument const * Iterate over error fields (cherry picked from commit 833ed7f) # Conflicts: # joint_trajectory_controller/include/joint_trajectory_controller/tolerances.hpp
Fixes some items of #944:
and minor changes
assign_interface_from_point
constcheck_state_tolerance_per_joint
sort_to_local_joint_order
as const member functionThis is breaking ABI, I guess we should not backport this? Then I'd make a manual backport of the "fix format warning"