-
Notifications
You must be signed in to change notification settings - Fork 326
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
Admittance with filters #560
base: master
Are you sure you want to change the base?
Admittance with filters #560
Conversation
Test currently fails at joint state matching commands, but this should be expected as there is gravity compensation with a 2.3 kg mass
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #560 +/- ##
==========================================
- Coverage 35.78% 30.88% -4.90%
==========================================
Files 189 7 -182
Lines 17570 832 -16738
Branches 11592 505 -11087
==========================================
- Hits 6287 257 -6030
+ Misses 994 133 -861
+ Partials 10289 442 -9847
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This pull request is in conflict. Could you fix it @guihomework? |
@destogl I discover that "allowing edits" means allow others to write to my branch. I did not knot this was possible. Isn't it better to always rebase rather than do a merge from the master (which is then not a straight line merging for the PR anymore) ? I can force-push a rebased PR now if desired to get a cleaner history. |
This pull request is in conflict. Could you fix it @guihomework? |
New initial pose and matching valid frames to ease checks on GC/wrench Special parameters for test of first state with no mass to avoid deviation form GC
Merging master into this branch introduced a test failure (another one than the known one). This came from some invalid parameters that cannot be tested in Additionally I should have fixed the other test failing due to gravity compensation. In fact this test ( I think CI fails as it relies on 2 other PRs. |
This pull request is in conflict. Could you fix it @guihomework? |
Re-introduced filters to the admittance_controller as originally done in #382. Improved testing, variable names and comments.
Depends on ros-controls/control_toolbox#152 and ros-controls/control_toolbox#153
Tests currently fail due to compensation already moving the robot after the first update step. This is expected but was not expected in past test. So a discussion should occur to decide how to change the test.