-
Notifications
You must be signed in to change notification settings - Fork 173
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
[ROS2 Humble] Error while using IPC in composition #75
Comments
Read mode on Stack Exchange. |
Based on some internal discussion as well as the Stack Exchange thread, I think the solution here is to switch away from @Myzhar If you'd like to open a PR to do that, I'd be happy to review it. |
@clalancette I will try to work on this during the weekend. 👍 |
Fantastic, thank you! |
@clalancette I tested the fix with my launch file and I confirm that now I can enable the IPC option also for the I am not sure if there is a way to effectively test whether IPC is enabled and being used correctly. |
Yeah, we should be able to add launch tests to the tests. I'll comment on the PR. |
Is there a command to get the status of IPC while a node is running? I'd like to add it to diagnostic. |
I'm not sure, to be honest. |
When I try to enable IPC in composition I get this error:
Component constructor threw an exception: intraprocess communication is not allowed with a zero qos history depth value
The default QoS settings for the
depthimage_to_laserscan
component are not good for using IPC.Example:
The text was updated successfully, but these errors were encountered: