We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce56713 commit 3fbd246Copy full SHA for 3fbd246
1 file changed
micro_ros_diagnostic_updater/src/micro_ros_diagnostic_updater/micro_ros_diagnostic_updater.c
@@ -194,6 +194,7 @@ rclc_diagnostic_updater_update(
194
key_value.value_type = updater->tasks[i]->values[value_index].value_type;
195
key_value.bool_value = updater->tasks[i]->values[value_index].bool_value;
196
key_value.int_value = updater->tasks[i]->values[value_index].int_value;
197
+ key_value.double_value = updater->tasks[i]->values[value_index].double_value;
198
key_value.value_id = updater->tasks[i]->values[value_index].value_id;
199
key_value.level = updater->tasks[i]->values[value_index].level;
200
0 commit comments