rpg_dvs_ros icon indicating copy to clipboard operation
rpg_dvs_ros copied to clipboard

Fix event message construction for compatibility with nodelets

Open AdamGoertz opened this issue 3 years ago • 0 comments

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.

AdamGoertz avatar Apr 15 '22 20:04 AdamGoertz