Skip to content

Commit 8d22542

Browse files
committed
typo corrected in print
1 parent 1e539a4 commit 8d22542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slam_mapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ void SMapper::configure(const rclcpp::Node::SharedPtr & node)
402402
if (!node->has_parameter("min_intensity_threshold")) {
403403
node->declare_parameter("min_intensity_threshold", min_intensity_threshold);
404404
RCLCPP_WARN(node->get_logger(),
405-
"The minimum intesity threshold value has been not specified,"
405+
"The minimum intensity threshold value has been not specified,"
406406
"it will be set to default value 40");
407407
}
408408
node->get_parameter("min_intensity_threshold", min_intensity_threshold);

0 commit comments

Comments
 (0)