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

Fix QoS setting to allow IPC #76

Open
wants to merge 3 commits into
base: ros2
Choose a base branch
from

Conversation

Myzhar
Copy link

@Myzhar Myzhar commented Dec 8, 2023

Remove default QoS settings and add QosOverridingOptions to allow the node to leverage IPC in composition

Fix #75

Copy link
Contributor

@clalancette clalancette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks very reasonable to me. The one change I'll ask for is a new launch test that exercises the intra-process comms.

To do that, you can look at the launch tests in e.g. https://github.com/ros/robot_state_publisher/blob/rolling/test/two_links_moving_joint-launch.py (which is exercised by https://github.com/ros/robot_state_publisher/blob/rolling/test/two_links_moving_joint-launch.py).

Thank you.

@Myzhar
Copy link
Author

Myzhar commented Jan 20, 2024

Hi @clalancette
sorry for the late reply. Busy period.
I wanted to finish this PR by adding the test that you asked for, but I have not understood what is required.
I think you posted something wrong in your comment, can you check it?

PS Is there documentation explaining how to create Google test units? I'm not experienced in this area

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

2 participants