We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcc5ada + 2454f6b commit bc9c21aCopy full SHA for bc9c21a
jsk_topic_tools/src/timered_diagnostic_updater.cpp
@@ -77,7 +77,9 @@ namespace jsk_topic_tools
77
78
void TimeredDiagnosticUpdater::update()
79
{
80
- diagnostic_updater_->update();
+ // Since TimedDiagnosticUpdater is already managed as a timer,
81
+ // diagnostic_updater_->force_update is executed instead of diagnostic_updater_->update.
82
+ diagnostic_updater_->force_update();
83
}
84
85
void TimeredDiagnosticUpdater::timerCallback(const ros::TimerEvent& event)
0 commit comments