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

Intra-process comm not supported due to transient_local durability #219

Open
roncapat opened this issue Jun 26, 2024 · 2 comments
Open

Intra-process comm not supported due to transient_local durability #219

roncapat opened this issue Jun 26, 2024 · 2 comments
Labels

Comments

@roncapat
Copy link

Currently, robot_state_publisher can be used as a composable node, but with Intra-Process disabled. It would be desiderable to allow its enablement.

@sloretz
Copy link
Contributor

sloretz commented Jun 26, 2024

Mind trying if intra-process works when you override the qos parameter?

The parameter name should be something like: qos_overrides./robot_description.publisher.durability and you can set it to volatile.

@Yadunund
Copy link
Member

@sloretz's solution would work but often times downstream subscriptions expect a transient_local durability. Hence, I've opened #220. Could you give that a try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants