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 1e539a4 commit 8d22542Copy full SHA for 8d22542
src/slam_mapper.cpp
@@ -402,7 +402,7 @@ void SMapper::configure(const rclcpp::Node::SharedPtr & node)
402
if (!node->has_parameter("min_intensity_threshold")) {
403
node->declare_parameter("min_intensity_threshold", min_intensity_threshold);
404
RCLCPP_WARN(node->get_logger(),
405
- "The minimum intesity threshold value has been not specified,"
+ "The minimum intensity threshold value has been not specified,"
406
"it will be set to default value 40");
407
}
408
node->get_parameter("min_intensity_threshold", min_intensity_threshold);
0 commit comments