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

Remove intraprocess comm warning #2752

Merged
merged 4 commits into from Apr 30, 2024

Conversation

SammyRamone
Copy link
Contributor

@SammyRamone SammyRamone commented Mar 19, 2024

Description

This PR fixes #2632.
It simply removes the warning altogether.
Currently, the intraprocess communication still lacks the necessary support for the KEEP_ALL QoS (see ros2/rclcpp#752). As far as I understand, as long as this issue is not solved, Moveit does not work with intraprocess communication.
I opened a new issue (#2753) for reintroducing this warning as soon as the intraprocess communication is usable, so that this feature does not get forgotten.

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

@sjahr sjahr merged commit 0f24369 into moveit:main Apr 30, 2024
4 of 8 checks passed
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.

moveit_servo: Warning points user to non-working intra-process communication
3 participants