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 delayed notification of clients about client published topic [ROS 1] #274

Conversation

achim-k
Copy link
Collaborator

@achim-k achim-k commented Nov 14, 2023

Public-Facing Changes

Fix delayed notification of clients about client published topic [ROS 1]

Description

We manually trigger topic discovery to avoid the delay that would incur when waiting for the next timer-triggered topic discovery. Only necessary for the ROS 1 implementation as the ROS 2 node listens for graph changes.

Fixes #273
Resolves FG-5729

Copy link
Member

@jtbandes jtbandes left a comment

Choose a reason for hiding this comment

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

Is there an equivalent change we should make for ROS 2?

@achim-k
Copy link
Collaborator Author

achim-k commented Nov 14, 2023

Is there an equivalent change we should make for ROS 2?

Not necessary:

Only necessary for the ROS 1 implementation as the ROS 2 node listens for graph changes.

@achim-k achim-k merged commit d6bbb50 into main Nov 14, 2023
11 checks passed
@achim-k achim-k deleted the achim/fg-5729-send-message-schema-immediately-after-client-advertise branch November 14, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Send message schema immediately after Client Advertise
2 participants