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.
1 parent ec564ee commit 3a0eaaeCopy full SHA for 3a0eaae
nav2_costmap_2d/plugins/costmap_filters/binary_filter.cpp
@@ -128,11 +128,11 @@ void BinaryFilter::initializeFilter(
128
"not available!");
129
}
130
RCLCPP_ERROR(
131
- logger_, "BinaryFilter: service %s not available. Skipping ...",
+ logger_, "BinaryFilter: service %s not available. Skipping ...",
132
change_parameters_client->get_service_name());
133
} else {
134
RCLCPP_INFO(
135
- logger_, "BinaryFilter: service %s available.",
+ logger_, "BinaryFilter: service %s available.",
136
137
138
0 commit comments