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 634d588 commit bc1b891Copy full SHA for bc1b891
rclcpp/src/rclcpp/node_interfaces/node_graph.cpp
@@ -411,7 +411,6 @@ get_info_by_topic(
411
// global before local so that local overwrites global
412
const rcl_arguments_t * global_args = nullptr;
413
if (node_options->use_global_arguments) {
414
- auto context_ptr = node_base->get_context()->get_rcl_context();
415
global_args = &(rcl_node_handle->context->global_arguments);
416
}
417
0 commit comments