-
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] Activate checks for parameter validation #857
[JTC] Activate checks for parameter validation #857
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #857 +/- ##
==========================================
- Coverage 47.22% 47.19% -0.03%
==========================================
Files 40 40
Lines 3636 3636
Branches 1716 1716
==========================================
- Hits 1717 1716 -1
+ Misses 735 734 -1
- Partials 1184 1186 +2
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Minor comments. The rest looks good to me. 👏
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
joint_trajectory_controller/test/test_trajectory_controller.cpp
Outdated
Show resolved
Hide resolved
you are right, but the |
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
(cherry picked from commit fcc0847) # Conflicts: # joint_trajectory_controller/test/test_trajectory_controller.cpp # joint_trajectory_controller/test/test_trajectory_controller_utils.hpp
(cherry picked from commit fcc0847) # Conflicts: # joint_trajectory_controller/test/test_trajectory_controller_utils.hpp
* [JTC] Activate checks for parameter validation (#857) (cherry picked from commit fcc0847) # Conflicts: # joint_trajectory_controller/test/test_trajectory_controller_utils.hpp * fix conflict * Fix Mergify/bp/iron/pr 857 (#874) * Revert "fix conflict" This reverts commit c0aaabf. * Fix merge conflict --------- Co-authored-by: Christoph Fröhlich <[email protected]> Co-authored-by: Bence Magyar <[email protected]>
I refactored the temporarily deactivated test for parameter validation.
It checks now if validators are set correctly for generate_parameter_library (GPL checks for parameter itself only; during
on_init()
) and if valid combinations are checked by JTC duringon_configure()