-
Notifications
You must be signed in to change notification settings - Fork 310
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.33% 89.41% +0.07%
==========================================
Files 130 130
Lines 14516 14660 +144
Branches 1258 1275 +17
==========================================
+ Hits 12968 13108 +140
+ Misses 1083 1079 -4
- Partials 465 473 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c292555
to
efa76b3
Compare
Address #1466