Skip to content

Commit d12e034

Browse files
shmpwkkotaro-hihara
authored andcommitted
fix(pointcloud_preprocessor): typo consecutive_concatenate_failures (#1310)
1 parent d174d94 commit d12e034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensing/pointcloud_preprocessor/src/concatenate_data/concatenate_and_time_sync_nodelet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ void PointCloudConcatenateDataSynchronizerComponent::checkConcatStatus()
697697
{
698698
diagnostic_msgs::msg::KeyValue key_value_msg;
699699
key_value_msg.key = "consecutiveConcatenateFailures";
700-
key_value_msg.value = std::to_string(consecutive_concatenate_failures_);
700+
key_value_msg.value = std::to_string(consecutive_concatenate_failures);
701701
diag_status_msg.values.push_back(key_value_msg);
702702
}
703703

0 commit comments

Comments
 (0)