Skip to content
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

Log when named target does not exist #1579

Closed
wants to merge 13 commits into from
Closed

Conversation

rcywongaa
Copy link
Contributor

Description

This avoids hiding the (likely) bug where an incorrect state name is given

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

mergify bot and others added 13 commits August 8, 2022 18:37
(cherry picked from commit fb03316)
* Interpolate using Eigen::Quaternion::slerp() to (hopefully) save us further headaches and take advantage of Eigen probably having a better implementation than us.
* Created a test case that fails for the old version, but passes for the new.

Co-authored-by: AndyZe <zelenak@picknik.ai>
(cherry picked from commit 59e69bb)
The initial implementation with the private node allowed for concurrent spinning of the same node, producing runtime exceptions. This change removes the need for a private node by letting MGI manage its own CallbackGroup and Executor thread.

(cherry picked from commit 042186a)

Co-authored-by: Henning Kayser <henningkayser@picknik.ai>
Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
@mergify
Copy link

mergify bot commented Sep 25, 2022

Please target the main branch for development, we will backport the changes to humble for you if approved and if they don't break API.

@rcywongaa rcywongaa changed the base branch from humble to main September 25, 2022 11:25
@mergify
Copy link

mergify bot commented Sep 25, 2022

This pull request is in conflict. Could you fix it @rcywongaa?

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.

None yet

4 participants