We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b869353 commit 4126103Copy full SHA for 4126103
cliff_detector/src/cliff_detector_node.cpp
@@ -110,7 +110,7 @@ rcl_interfaces::msg::SetParametersResult CliffDetectorNode::parametersCallback(
110
detector_.setBlockPointsThresh(parameter.as_int());
111
}
112
113
- detector_.setParametersConfigurated(true);
+ detector_.setParametersConfigurated(false);
114
} catch (const std::exception & e) {
115
RCLCPP_ERROR(this->get_logger(), e.what());
116
0 commit comments