Skip to content

Commit 3fbd246

Browse files
committed
fix: missing double_value
Signed-off-by: Bart Jimenez Vera <bjv@capra.ooo>
1 parent ce56713 commit 3fbd246

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

micro_ros_diagnostic_updater/src/micro_ros_diagnostic_updater/micro_ros_diagnostic_updater.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ rclc_diagnostic_updater_update(
194194
key_value.value_type = updater->tasks[i]->values[value_index].value_type;
195195
key_value.bool_value = updater->tasks[i]->values[value_index].bool_value;
196196
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;
197198
key_value.value_id = updater->tasks[i]->values[value_index].value_id;
198199
key_value.level = updater->tasks[i]->values[value_index].level;
199200

0 commit comments

Comments
 (0)