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 49ab4f6 commit 3c30157Copy full SHA for 3c30157
1 file changed
rmw_microxrcedds_c/src/callbacks.c
@@ -80,7 +80,7 @@ void on_topic(
80
"Not available static buffer memory node in on_topic callback",
81
.node = custom_subscription->owner_node->node_name,
82
.node_namespace = custom_subscription->owner_node->node_namespace,
83
- .topic_name = custom_subscription->topic_name, .ucdr = ub,
+ .topic_name = custom_subscription->topic->topic_name, .ucdr = ub,
84
.size = length,
85
.type_support.message_callbacks = custom_subscription->type_support_callbacks);
86
return;
0 commit comments