-
Notifications
You must be signed in to change notification settings - Fork 314
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
Integrate joint limit enforcement into ros2_control
framework
#1989
base: master
Are you sure you want to change the base?
Integrate joint limit enforcement into ros2_control
framework
#1989
Conversation
This PR is ready as how it is, but needs to be tested with the real hardware or with the demos |
I've tested the changes with Example 2 : DiffBot. It is working as expected With
With
|
c761a77
to
c4d023c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1989 +/- ##
==========================================
+ Coverage 89.32% 89.49% +0.16%
==========================================
Files 138 138
Lines 14774 14926 +152
Branches 1270 1288 +18
==========================================
+ Hits 13197 13358 +161
+ Misses 1102 1095 -7
+ Partials 475 473 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c292555
to
efa76b3
Compare
Address #1466