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

Commits on Apr 15, 2022

  1. Fix event message construction for compatibility with nodelets

    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.
    goertab1 authored and goertab1 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    ea0a4d6 View commit details
    Browse the repository at this point in the history