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 bef2b2a commit 152d920Copy full SHA for 152d920
rclcpp/src/rclcpp/context.cpp
@@ -219,7 +219,7 @@ Context::init(
219
if (0u == count) {
220
ret = rcl_logging_configure_with_output_handler(
221
&rcl_context_->global_arguments,
222
- rcl_init_options_get_allocator(init_options_.get_rcl_init_options()),
+ rcl_init_options_get_allocator(init_options.get_rcl_init_options()),
223
rclcpp_logging_output_handler);
224
if (RCL_RET_OK != ret) {
225
rcl_context_.reset();
0 commit comments