Skip to content

Fix negative nullspace damping not handled correctly#56

Open
veit1337 wants to merge 2 commits into
learnsyslab:mainfrom
veit1337:main
Open

Fix negative nullspace damping not handled correctly#56
veit1337 wants to merge 2 commits into
learnsyslab:mainfrom
veit1337:main

Conversation

@veit1337
Copy link
Copy Markdown

@veit1337 veit1337 commented Jun 1, 2026

see Fixes #54

veit1337 added 2 commits May 26, 2026 11:36
Before this change, the default value of -1.0 for the nullspace damping did not
evaluate to false. This means the true branch was selected. This contradicts the
behavior that is descriped in the `cartesian_controller.yaml`.

With this change, the default value of -1.0 correctly leads to the expected
calculation of the nullspace damping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

potential flaw in nullspace damping evaluation of CartesianController

1 participant