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 event message construction for compatibility with nodelets #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AdamGoertz
Copy link

When publishing a ConstPtr type message using no-copy communication, the message cannot be modified after publishing. This commit fixes an issue where 'clear' was being called on the contents of the event message immediately after publishing, which caused nodelets running in the same manager to receive empty event messages.

When publishing a ConstPtr type message using no-copy communication, the message cannot be modified after publishing. This commit fixes an issue where 'clear' was being called on the contents of the event message immediately after publishing, which caused nodelets running in the same manager to receive empty event messages.
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.

1 participant