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 dcc5db5 commit 447c8ceCopy full SHA for 447c8ce
nav2_costmap_2d/plugins/static_layer.cpp
@@ -496,9 +496,7 @@ StaticLayer::dynamicParametersCallback(
496
height_ = size_y_;
497
has_updated_data_ = true;
498
current_ = false;
499
- }
500
- } else if (param_type == ParameterType::PARAMETER_BOOL) {
501
- if (param_name == name_ + "." + "footprint_clearing_enabled") {
+ } else if (param_name == name_ + "." + "footprint_clearing_enabled") {
502
footprint_clearing_enabled_ = parameter.as_bool();
503
}
504
0 commit comments