Skip to content

Commit b68f08f

Browse files
committed
typo corrected in print
1 parent b9b49a3 commit b68f08f

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
@@ -388,7 +388,7 @@ void SMapper::configure(const rclcpp::Node::SharedPtr & node)
388388
if (!node->has_parameter("min_intensity_threshold")) {
389389
node->declare_parameter("min_intensity_threshold", min_intensity_threshold);
390390
RCLCPP_WARN(node->get_logger(),
391-
"The minimum intesity threshold value has been not specified,"
391+
"The minimum intensity threshold value has been not specified,"
392392
"it will be set to default value 40");
393393
}
394394
node->get_parameter("min_intensity_threshold", min_intensity_threshold);

0 commit comments

Comments
 (0)