Skip to content

Commit

Permalink
fix(pointcloud_preprocessor): typo consecutive_concatenate_failures (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shmpwk authored and kotaro-hihara committed Aug 29, 2024
1 parent d174d94 commit d12e034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ void PointCloudConcatenateDataSynchronizerComponent::checkConcatStatus()
{
diagnostic_msgs::msg::KeyValue key_value_msg;
key_value_msg.key = "consecutiveConcatenateFailures";
key_value_msg.value = std::to_string(consecutive_concatenate_failures_);
key_value_msg.value = std::to_string(consecutive_concatenate_failures);
diag_status_msg.values.push_back(key_value_msg);
}

Expand Down

0 comments on commit d12e034

Please sign in to comment.