Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #146 from LKSeng/master
Browse files Browse the repository at this point in the history
fix publish frequency not appearing in diagnostics
  • Loading branch information
rostest authored Oct 27, 2021
2 parents e37e749 + 95633c6 commit 169f5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/src/sick_scan_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3776,7 +3776,7 @@ namespace sick_scan
outputChannelFlagId) // publish only configured channels - workaround for cfg-bug MRS1104
{

pub_.publish(msg);
diagnosticPub_->publish(msg);

}
#else
Expand Down

0 comments on commit 169f5bd

Please sign in to comment.