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 9f1fc8f commit 8733d7aCopy full SHA for 8733d7a
generate_parameter_library_py/generate_parameter_library_py/jinja_templates/cpp/parameter_library_header
@@ -169,7 +169,7 @@ struct StackParams {
169
}
170
{%- endif %}
171
updated_params.__stamp = clock_.now();
172
- update_interal_params(updated_params);
+ update_internal_params(updated_params);
173
return rsl::to_parameter_result_msg({});
174
175
@@ -193,11 +193,11 @@ struct StackParams {
193
194
195
196
197
198
199
private:
200
- void update_interal_params(Params updated_params) {
+ void update_internal_params(Params updated_params) {
201
std::lock_guard<std::mutex> lock(mutex_);
202
params_ = updated_params;
203
0 commit comments