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

Commit 169f5bd

Browse files
authored
Merge pull request #146 from LKSeng/master
fix publish frequency not appearing in diagnostics
2 parents e37e749 + 95633c6 commit 169f5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/sick_scan_common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3776,7 +3776,7 @@ namespace sick_scan
37763776
outputChannelFlagId) // publish only configured channels - workaround for cfg-bug MRS1104
37773777
{
37783778

3779-
pub_.publish(msg);
3779+
diagnosticPub_->publish(msg);
37803780

37813781
}
37823782
#else

0 commit comments

Comments
 (0)