-
Notifications
You must be signed in to change notification settings - Fork 545
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 Cartesian interpolation #3020
Conversation
The build failure on Rolling here looks quite strange... also seemingly unrelated to this PR. Could this be a build caching thing? |
I had similar issues in #3003, which were fixed by deleting the upstream cache. However, here, the caches were not found anyway. So, I'm not yet sure why this fails for one rolling build but not the other. Edit: The issue also occurs on the main branch and in other PRs - since #3024 was merged: https://github.com/moveit/moveit2/actions/runs/11313105568/job/31461458873 I'm looking into possible reasons. |
libsrdfdom doesn't link against tinyxml2:
Probably this wasn't noticed before, because the plugins (removed in #3024) pulled in this dependency. |
continue from latest RobotState
ac09e67
to
f350174
Compare
I have no idea why this PR still fails (for an unrelated reason), while the main branch works again. Edit: The reason is that srdfdom is still broken. The includes are not found anymore. Edit: I think I fixed srdfdom: moveit/srdfdom@65ce909 |
This is a follow-up on #2916, fixing a bug reported in moveit/moveit#3651.