Skip to content

Commit bd4d6c8

Browse files
authored
fix(pointcloud_preprocessor): typo consecutive_concatenate_failures
1 parent a9a0b7f commit bd4d6c8

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
@@ -705,7 +705,7 @@ void PointCloudConcatenateDataSynchronizerComponent::checkConcatStatus()
705705
{
706706
diagnostic_msgs::msg::KeyValue key_value_msg;
707707
key_value_msg.key = "consecutiveConcatenateFailures";
708-
key_value_msg.value = std::to_string(consecutive_concatenate_failures_);
708+
key_value_msg.value = std::to_string(consecutive_concatenate_failures);
709709
diag_status_msg.values.push_back(key_value_msg);
710710
}
711711

0 commit comments

Comments
 (0)