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 b9b49a3 commit b68f08fCopy full SHA for b68f08f
src/slam_mapper.cpp
@@ -388,7 +388,7 @@ void SMapper::configure(const rclcpp::Node::SharedPtr & node)
388
if (!node->has_parameter("min_intensity_threshold")) {
389
node->declare_parameter("min_intensity_threshold", min_intensity_threshold);
390
RCLCPP_WARN(node->get_logger(),
391
- "The minimum intesity threshold value has been not specified,"
+ "The minimum intensity threshold value has been not specified,"
392
"it will be set to default value 40");
393
}
394
node->get_parameter("min_intensity_threshold", min_intensity_threshold);
0 commit comments