File tree 1 file changed +2
-2
lines changed
admittance_controller/test 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ class AdmittanceControllerTest : public ::testing::Test
167
167
auto options = rclcpp::NodeOptions ()
168
168
.allow_undeclared_parameters (false )
169
169
.parameter_overrides (parameter_overrides)
170
- .automatically_declare_parameters_from_overrides (true );
170
+ .automatically_declare_parameters_from_overrides (false );
171
171
return SetUpControllerCommon (controller_name, options);
172
172
}
173
173
@@ -176,7 +176,7 @@ class AdmittanceControllerTest : public ::testing::Test
176
176
{
177
177
auto options = rclcpp::NodeOptions ()
178
178
.allow_undeclared_parameters (false )
179
- .automatically_declare_parameters_from_overrides (true );
179
+ .automatically_declare_parameters_from_overrides (false );
180
180
return SetUpControllerCommon (controller_name, options);
181
181
}
182
182
You can’t perform that action at this time.
0 commit comments