File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
generate_parameter_library_py/generate_parameter_library_py/jinja_templates/cpp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ struct StackParams {
169
169
}
170
170
{%- endif %}
171
171
updated_params.__stamp = clock_.now();
172
- update_interal_params (updated_params);
172
+ update_internal_params (updated_params);
173
173
return rsl::to_parameter_result_msg({});
174
174
}
175
175
@@ -193,11 +193,11 @@ struct StackParams {
193
193
{%- endif %}
194
194
195
195
updated_params.__stamp = clock_.now();
196
- update_interal_params (updated_params);
196
+ update_internal_params (updated_params);
197
197
}
198
198
199
199
private:
200
- void update_interal_params (Params updated_params) {
200
+ void update_internal_params (Params updated_params) {
201
201
std::lock_guard<std::mutex> lock(mutex_);
202
202
params_ = updated_params;
203
203
}
You can’t perform that action at this time.
0 commit comments