Skip to content

Commit

Permalink
concat warn needs 3 frames NG
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro-hihara committed Aug 29, 2024
1 parent d12e034 commit 56f1d4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ void PointCloudConcatenateDataSynchronizerComponent::checkConcatStatus()
diag_status_msg.values.push_back(key_value_msg);
}

if (consecutive_concatenate_failures > 1) {
if (consecutive_concatenate_failures > 2) {
diag_status_msg.level = diagnostic_msgs::msg::DiagnosticStatus::WARN;
diag_status_msg.message = "Some topics are not concatenated";
} else {
Expand Down

0 comments on commit 56f1d4e

Please sign in to comment.