-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix adm control #32
Merged
Merged
fix adm control #32
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
tpoignonec
commented
Aug 21, 2024
•
edited
Loading
edited
- add singularity detection
- revert to normal inverses (as opposed to choleski decomposition-based ones)
- various fixes
tpoignonec
added
bug
Something isn't working
backport-humble
Triggers mergify backport to humble
labels
Aug 21, 2024
Test Results562 tests ±0 359 ✅ - 8 1s ⏱️ ±0s For more details on these failures, see this check. Results for commit 13b975a. ± Comparison against base commit 8175fc1. ♻️ This comment has been updated with latest results. |
mergify bot
pushed a commit
that referenced
this pull request
Aug 23, 2024
* fix adm rule * revert impedance rule to normal inverse() (instead of LLT-based inverses) * increase alpha pinv * check for singularities in impedance control * prepare admittance for singularity checks * add commented alternative method for acc estimation * fix missing var in impedance rule * change start position * use "end_effector_frame" instead of control frame (cherry picked from commit 5921f9a)
tpoignonec
added a commit
that referenced
this pull request
Aug 23, 2024
* fix adm rule * revert impedance rule to normal inverse() (instead of LLT-based inverses) * increase alpha pinv * check for singularities in impedance control * prepare admittance for singularity checks * add commented alternative method for acc estimation * fix missing var in impedance rule * change start position * use "end_effector_frame" instead of control frame (cherry picked from commit 5921f9a) Co-authored-by: Thibault Poignonec <79221188+tpoignonec@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.