Skip to content

Commit

Permalink
Use fully qualified node name in parameter events (#402)
Browse files Browse the repository at this point in the history
Signed-off-by: Błażej Sowa <[email protected]>
  • Loading branch information
bjsowa committed Apr 5, 2024
1 parent f401871 commit 995cda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclc_parameter/src/rclc_parameter/parameter_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ init_parameter_server_memory(
mem_allocs_ok &= rcl_interfaces__msg__ParameterEvent__init(&parameter_server->event_list);
mem_allocs_ok &= rosidl_runtime_c__String__assign(
&parameter_server->event_list.node,
rcl_node_get_name(node));
rcl_node_get_fully_qualified_name(node));
}

if (!mem_allocs_ok) {
Expand Down

0 comments on commit 995cda8

Please sign in to comment.